https://github.com/karpathy
- Get Code - git clone https://github.com/karpathy/nanoGPT.git
- Get Data - python data/shakespeare_char/prepare.py
- Get PyTorch Nightly - pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
- Training/ I have a Apple M1 - python train.py config/train_shakespeare_char.py --device=mps --compile=False (Ctrl+C to stop!)
- Generating Text - python sample.py --out_dir=out-shakespeare-char --device=mps
- Get Data - python data/openwebtext/prepare.py
- Training/ I have a Apple M1 - python3 train.py --batch_size=32 --device=mps --compile=False
The Alignment Handbook - https://github.com/huggingface/alignment-handbook
Hackable implementation of state-of-the-art open-source large language models - https://github.com/mozilla-ai/lit-gpt
Better data, better AI - https://github.com/lilacai/lilac
Structured data extraction in PHP - https://github.com/adrienbrault/instructor-php
https://github.com/vbwyrde/DSPY_VBWyrde
https://github.com/boxabirds/pytorch2mlx
--
--
https://github.com/bigcode-project
S/W Agent capable of writing Go plugins (specs TBD, this looks interesting https://www.benthos.dev/blog/2021/10/12/new-plugins-stable)
Exploring these repos currently:
- https://github.com/princeton-nlp/SWE-agent
- https://github.com/stitionai/devika
- https://github.com/OpenDevin/OpenDevin
--