Text Generation
Transformers
GGUF
English
llama
How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/FW-ProX-1.7B-GGUF:
# Run inference directly in the terminal:
llama-cli -hf QuantFactory/FW-ProX-1.7B-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/FW-ProX-1.7B-GGUF:
# Run inference directly in the terminal:
llama-cli -hf QuantFactory/FW-ProX-1.7B-GGUF:
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 QuantFactory/FW-ProX-1.7B-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/FW-ProX-1.7B-GGUF:
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 QuantFactory/FW-ProX-1.7B-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/FW-ProX-1.7B-GGUF:
Use Docker
docker model run hf.co/QuantFactory/FW-ProX-1.7B-GGUF:
Quick Links

QuantFactory Banner

QuantFactory/FW-ProX-1.7B-GGUF

This is quantized version of gair-prox/FW-ProX-1.7B created using llama.cpp

Original Model Card

FW-ProX-1.7B

ArXiv | Models | Data | Code

FW-ProX-1.7B is a small language model. It was and trained on the FineWeb-pro for 50B tokens.

Evaluations

ProX models are evaluated over 10 language model benchmarks in zero-shot setting.

ArC-c ARC-e CSQA HellaS MMLU OBQA PiQA SIQA WinoG SciQ AVG
raw 28.5 52.6 33.9 53.2 29.8 32.6 72.9 40.2 53.0 77.1 47.4
ours 34.4 63.9 32.6 53.0 33.1 34.4 73.1 39.3 52.7 81.5 49.8

Citation

@article{zhou2024programming,
  title={Programming Every Example: Lifting Pre-training Data Quality like Experts at Scale},
  author={Zhou, Fan and Wang, Zengzhi and Liu, Qian and Li, Junlong and Liu, Pengfei},
  journal={arXiv preprint arXiv:2409.17115},
  year={2024}
}
Downloads last month
176
GGUF
Model size
2B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train QuantFactory/FW-ProX-1.7B-GGUF

Paper for QuantFactory/FW-ProX-1.7B-GGUF