mirror of
https://github.com/zenlm/papers.git
synced 2026-07-27 03:34:41 +00:00
42 lines
604 B
TeX
42 lines
604 B
TeX
\documentclass{article}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{amsmath}
|
|
\usepackage{graphicx}
|
|
\usepackage{hyperref}
|
|
\usepackage{natbib}
|
|
|
|
\title{MODEL_TITLE}
|
|
\author{Hanzo AI \and Zoo Labs Foundation}
|
|
\date{\today}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
MODEL_ABSTRACT
|
|
\end{abstract}
|
|
|
|
\section{Introduction}
|
|
MODEL_INTRODUCTION
|
|
|
|
\section{Architecture}
|
|
MODEL_ARCHITECTURE
|
|
|
|
\section{Training}
|
|
MODEL_TRAINING
|
|
|
|
\section{Evaluation}
|
|
MODEL_EVALUATION
|
|
|
|
\section{Applications}
|
|
MODEL_APPLICATIONS
|
|
|
|
\section{Conclusion}
|
|
MODEL_CONCLUSION
|
|
|
|
\bibliographystyle{plain}
|
|
\bibliography{references}
|
|
|
|
\end{document}
|