1
0
Fork 0

Coder, editors

main
root 2023-07-19 14:23:57 -06:00
parent 8a2da44aa8
commit e8b0ef8b61
3 changed files with 53 additions and 1 deletions

View File

@ -492,7 +492,7 @@ leftmargin=1cm,rightmargin=1cm
\chapterconf{LLM}{Large Language Model}{HOWTO}
\chapterconf{Assistant}{Assistant}{HOWTO}
%\chapterconf{EleutherAI}{EleutherAI}{HOWTO}
%\chapterconf{BigCode}{BigCode}{HOWTO}
\chapterconf{Code}{Code}{HOWTO}
%\chapterconf{PlantNet}{PlantNet}{HOWTO}
%\chapterconf{Nature}{Nature}{HOWTO}
\chapterconf{Sadtalker}{Sad Talker}{HOWTO}

52
src/Code.tex 100644
View File

@ -0,0 +1,52 @@
%
% Code.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}
Using AI to write code.
\section{Big Code}
``BigCode is an open scientific collaboration working on the
responsible development and use of large language models for code''.
\begin{figure}[h!]
\begin{framed}
\centering
\includegraphics[keepaspectratio=true,height=0.80\textheight,width=0.80\textwidth,angle=0]{bigcode-www-1.png}
\caption{Big Code website.}
\label{fig:bigcode-www-1}
\end{framed}
\end{figure}
Linkies:
\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30]
\begin{itemize}
\item Main site --- \url{https://www.bigcode-project.org/}
\item StarCoder blog --- \url{https://huggingface.co/blog/starcoder}
\item Big Code dataset --- \url{https://huggingface.co/datasets/bigcode/ta-prompt}
\item StarChat blog --- \url{https://huggingface.co/blog/starchat-alpha}
\end{itemize}
\end{mdframed}
\section{Code Editors}
vim, vscodium.
\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30]
\begin{itemize}
\item VScode plugin, but sucks? --- \url{https://github.com/huggingface/huggingface-vscode}
\item Vscodim, supposedly open VS Code --- \url{https://vscodium.com/}
\item Huggingface VS Code server --- \url{https://github.com/LucienShui/huggingface-vscode-endpoint-server}
\item Local Starcode --- \url{https://github.com/piratos/vstarcoder}
\end{itemize}
\end{mdframed}

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB