Text Generation
PyTorch
Safetensors
GGUF
English
byrne
spikewhale
looped-transformer
memory-cache
mla
small-language-model
conversational
Instructions to use Quazim0t0/Byrne-100M-Ultra-MC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Quazim0t0/Byrne-100M-Ultra-MC with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Quazim0t0/Byrne-100M-Ultra-MC:F16 # Run inference directly in the terminal: llama cli -hf Quazim0t0/Byrne-100M-Ultra-MC:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Quazim0t0/Byrne-100M-Ultra-MC:F16 # Run inference directly in the terminal: llama cli -hf Quazim0t0/Byrne-100M-Ultra-MC:F16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Quazim0t0/Byrne-100M-Ultra-MC:F16 # Run inference directly in the terminal: ./llama-cli -hf Quazim0t0/Byrne-100M-Ultra-MC:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Quazim0t0/Byrne-100M-Ultra-MC:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Quazim0t0/Byrne-100M-Ultra-MC:F16
Use Docker
docker model run hf.co/Quazim0t0/Byrne-100M-Ultra-MC:F16
- LM Studio
- Jan
- vLLM
How to use Quazim0t0/Byrne-100M-Ultra-MC with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Quazim0t0/Byrne-100M-Ultra-MC" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Quazim0t0/Byrne-100M-Ultra-MC", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Quazim0t0/Byrne-100M-Ultra-MC:F16
- Ollama
How to use Quazim0t0/Byrne-100M-Ultra-MC with Ollama:
ollama run hf.co/Quazim0t0/Byrne-100M-Ultra-MC:F16
- Unsloth Desktop
- Docker Model Runner
How to use Quazim0t0/Byrne-100M-Ultra-MC with Docker Model Runner:
docker model run hf.co/Quazim0t0/Byrne-100M-Ultra-MC:F16
- Lemonade
How to use Quazim0t0/Byrne-100M-Ultra-MC with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Quazim0t0/Byrne-100M-Ultra-MC:F16
Run and chat with the model
lemonade run user.Byrne-100M-Ultra-MC-F16
List all available models
lemonade list
- Atomic Chat
15M sibling is the toy/smoke-test for this run
Browse files
README.md
CHANGED
|
@@ -41,8 +41,9 @@ The base was trained on 2.0B tokens. SFT adds 0.23B, DPO adds 0.05B.
|
|
| 41 |
|
| 42 |
A smaller looped sibling lives in
|
| 43 |
[Byrne-15M-Looped](https://huggingface.co/Quazim0t0/Byrne-15M-Looped)
|
| 44 |
-
(~15.2M active, `loop_count=3`). That
|
| 45 |
-
|
|
|
|
| 46 |
|
| 47 |
## Checkpoints
|
| 48 |
|
|
@@ -1201,6 +1202,7 @@ The results of the follow-up tests will be shared soon.
|
|
| 1201 |
|
| 1202 |
The small looped run is its own repo:
|
| 1203 |
[Quazim0t0/Byrne-15M-Looped](https://huggingface.co/Quazim0t0/Byrne-15M-Looped).
|
|
|
|
| 1204 |
|
| 1205 |
~15.2M active / ~18.9M total, 10 layers, `loop_count=3` (effective
|
| 1206 |
depth 30), MoE. No Memory Cache. I trained it to see if looping the
|
|
|
|
| 41 |
|
| 42 |
A smaller looped sibling lives in
|
| 43 |
[Byrne-15M-Looped](https://huggingface.co/Quazim0t0/Byrne-15M-Looped)
|
| 44 |
+
(~15.2M active, `loop_count=3`). That was the toy / smoke-test for
|
| 45 |
+
this run: looping at 15M before I spent the 114M budget. Not a
|
| 46 |
+
matched scale-up.
|
| 47 |
|
| 48 |
## Checkpoints
|
| 49 |
|
|
|
|
| 1202 |
|
| 1203 |
The small looped run is its own repo:
|
| 1204 |
[Quazim0t0/Byrne-15M-Looped](https://huggingface.co/Quazim0t0/Byrne-15M-Looped).
|
| 1205 |
+
That was the toy / smoke-test for this 114M model.
|
| 1206 |
|
| 1207 |
~15.2M active / ~18.9M total, 10 layers, `loop_count=3` (effective
|
| 1208 |
depth 30), MoE. No Memory Cache. I trained it to see if looping the
|