-
feature-dynamics Public
🪴 Planting language models, seeing how they grow etc.
-
flax Public
Forked from google/flaxFlax is a neural network library for JAX that is designed for flexibility.
Jupyter Notebook Apache License 2.0 UpdatedMar 6, 2025 -
zub-vm Public
A super-fast, stack-based virtual machine for dynamic languages
-
vector-quantize-pytorch Public
Forked from lucidrains/vector-quantize-pytorchVector (and Scalar) Quantization, in Pytorch
Python MIT License UpdatedJan 28, 2025 -
coco-sm Public
Forked from unum-cloud/coco-smEvaluation of Vision-Language models' multilingual properties in 20 different languages.
Python UpdatedDec 12, 2024 -
smed Public
(work-in-progress) A scripting language with efficient interpreter.
-
graph-constrained-reasoning Public
Forked from RManLuo/graph-constrained-reasoningOfficial Implementation of "Graph-constrained Reasoning: Faithful Reasoning on Knowledge Graphs with Large Language Models".
-
uform Public
Forked from unum-cloud/UFormPocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and 🔜 video, up to 5x faster than OpenAI CLIP and LLaVA 🖼️ & 🖋️
Python Apache License 2.0 UpdatedSep 27, 2024 -
ucall Public
Forked from unum-cloud/UCallWeb Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring ☎️
C Apache License 2.0 UpdatedSep 19, 2024 -
genesis Public
Slightly advanced artificial DWRAON aquarium
MoonScript MIT License UpdatedJun 6, 2024 -
speech-to-code Public
Using speech-to-text and LLMs to code without hands
-
TransformerLens Public
Forked from TransformerLensOrg/TransformerLensA library for mechanistic interpretability of GPT-style language models
Python MIT License UpdatedMar 16, 2024 -
transformer-debugger Public
Forked from openai/transformer-debuggerPython MIT License UpdatedMar 12, 2024 -
syntaxi Public
🚕 Make your tokenizer more syntax-friendly.
-
hub-docs Public
Forked from huggingface/hub-docsDocs of the Hugging Face Hub
Apache License 2.0 UpdatedJan 25, 2024 -
accelerate Public
Forked from huggingface/accelerate🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision
Python Apache License 2.0 UpdatedJan 16, 2024 -
-
cutoff-len-is-context-len Public
Forked from kaiokendev/cutoff-len-is-context-lenDemonstration that finetuning RoPE model on larger sequences than the pre-trained model adapts the model context limit
Python MIT License UpdatedJun 21, 2023 -
RWKV-LM Public
Forked from BlinkDL/RWKV-LMRWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference,…
Python Apache License 2.0 UpdatedMay 23, 2023 -
hmm Public
🤔 Hidden Markov Model of Visual Attention.
-
cs228-notes Public
Forked from ermongroup/cs228-notesCourse notes for CS228: Probabilistic Graphical Models.
SCSS MIT License UpdatedFeb 9, 2023 -
-
-
-
-
tortoise-tts Public
Forked from neonbjb/tortoise-ttsA multi-voice TTS system trained with an emphasis on quality
Python Apache License 2.0 UpdatedNov 14, 2022 -
micrograd Public
Forked from karpathy/microgradA tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
Jupyter Notebook MIT License UpdatedSep 28, 2022 -
-
flower Public
Forked from flwrlabs/flowerFlower - A Friendly Federated Learning Framework
Python Apache License 2.0 UpdatedAug 12, 2022 -
ctrnn Public
A small crate for building continuous-time recurrent neural networks.