1
0
Fork 0

Assistant stub

main
root 2023-07-19 11:52:20 -06:00
parent 07ae95d10e
commit 831c05f028
2 changed files with 27 additions and 1 deletions

View File

@ -490,7 +490,7 @@ leftmargin=1cm,rightmargin=1cm
\chapterconf{A1111}{AUTOMATIC1111}{HOWTO}
\chapterconf{HuggingFace}{Hugging Face}{HOWTO}
\chapterconf{LLM}{Large Language Model}{HOWTO}
%\chapterconf{PA}{Personal Assistant}{HOWTO}
\chapterconf{Assistant}{Assistant}{HOWTO}
%\chapterconf{EleutherAI}{EleutherAI}{HOWTO}
%\chapterconf{BigCode}{BigCode}{HOWTO}
%\chapterconf{PlantNet}{PlantNet}{HOWTO}

26
src/Assistant.tex 100644
View File

@ -0,0 +1,26 @@
%
% Assistant.tex
%
% AI Documentation
%
% Copyright (C) 2022, 2023, Jeff Moe
%
% This document is licensed under the Creative Commons Attribution 4.0
% International Public License (CC BY-SA 4.0) by Jeff Moe.
%
\section{Introduction}
AI ``Assistants''.
\section{OpenAssistant}
OpenAssistant claims to be the best ``open'' system.
\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30]
\begin{itemize}
\item Source --- \url{https://github.com/LAION-AI/Open-Assistant}
\item Models, etc. on HuggingFace --- \url{https://huggingface.co/OpenAssistant}
\item Dataset --- \url{https://huggingface.co/datasets/OpenAssistant/oasst1}
\item Paper --- \url{https://arxiv.org/abs/2304.07327}
\end{itemize}
\end{mdframed}