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

QuantFactory Banner

QuantFactory/web-doc-refining-lm-GGUF

This is quantized version of gair-prox/web-doc-refining-lm created using llama.cpp

Original Model Card

Web-doc-refining-lm

ArXiv | Code

Web-doc-refining-lm is an adapted 0.3B-ProX model, fine-tuned for document level refining via program generation.

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
79
GGUF
Model size
0.4B 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

Model tree for QuantFactory/web-doc-refining-lm-GGUF

Quantized
(2)
this model

Dataset used to train QuantFactory/web-doc-refining-lm-GGUF

Paper for QuantFactory/web-doc-refining-lm-GGUF