Text Generation
Transformers
Safetensors
qwen2
Generated from Trainer
trl
grpo
conversational
text-generation-inference
Instructions to use Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat") model = AutoModelForCausalLM.from_pretrained("Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat
- SGLang
How to use Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat with Docker Model Runner:
docker model run hf.co/Lansechen/Qwen2.5-7B-Open-R1-GRPO-math-lighteval-noformat
Training in progress, epoch 1
Browse files
model-00001-of-00004.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4877660776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0d4464d5c6a2f41ae26cdca8f7083ca3cb57b7f470e0b912cf51dd39fd36530
|
| 3 |
size 4877660776
|
model-00002-of-00004.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4932751008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49a36fc09c5b8b604bcc7d3520d789bd992664f64b5ec5a042239f7e2b25c857
|
| 3 |
size 4932751008
|
model-00003-of-00004.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4330865200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ceb96f1940ba5d0464b176dee905a5ceb65eeacdb7c8664c136f5c18c9fb3076
|
| 3 |
size 4330865200
|
model-00004-of-00004.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1089994880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5a659229c419b657f9519b5438898fb84b0a9384aacd73b77ad81d6acb6fc9c
|
| 3 |
size 1089994880
|