HuggingFaceFW/fineweb-edu
Viewer • Updated • 3.5B • 409k • 1.29k
How to use appvoid/void.0 with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf appvoid/void.0 # Run inference directly in the terminal: llama cli -hf appvoid/void.0
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf appvoid/void.0 # Run inference directly in the terminal: llama cli -hf appvoid/void.0
# 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 appvoid/void.0 # Run inference directly in the terminal: ./llama-cli -hf appvoid/void.0
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 appvoid/void.0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf appvoid/void.0
docker model run hf.co/appvoid/void.0
How to use appvoid/void.0 with Ollama:
ollama run hf.co/appvoid/void.0
How to use appvoid/void.0 with Docker Model Runner:
docker model run hf.co/appvoid/void.0
How to use appvoid/void.0 with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull appvoid/void.0
lemonade run user.void.0-{{QUANT_TAG}}lemonade list
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf appvoid/void.0# Run inference directly in the terminal:
llama cli -hf appvoid/void.0# 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 appvoid/void.0# Run inference directly in the terminal:
./llama-cli -hf appvoid/void.0git 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 appvoid/void.0# Run inference directly in the terminal:
./build/bin/llama-cli -hf appvoid/void.0docker model run hf.co/appvoid/void.0
Introducing void: our first ever language model, trained from scratch with a novel hybrid tokenizer on 300M high-quality tokens (total of 2 epochs on a B300) using 4096 as context window. Total cost was $23 dollars. 132m parameters. Future releases are expected to be published in the following weeks/months.
| Benchmark | Accuracy | Normalized |
|---|---|---|
| ARC Challenge | 25.17% | 27.22% |
| ARC Easy | 45.03% | 43.01% |
| HellaSwag | 31.57% | 35.77% |
| PIQA | 61.15% | 60.12% |
| WinoGrande | 53.12% | — |
| ArithMark | 35.20% | 35.20% |
Disclaimer: Even though the model is based on gemma 3 architecture, the tokenizer is different so you might need to wait until this model can be added to llama.cpp
Install (macOS, Linux)
# Start a local OpenAI-compatible server with a web UI: llama serve -hf appvoid/void.0# Run inference directly in the terminal: llama cli -hf appvoid/void.0