mirror of
https://github.com/huggingface/open-r1.git
synced 2026-06-24 01:54:06 +00:00
Compare commits
3 commits
zero-math-
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1416fa0cf2 |
||
|
|
0e06249d1c |
||
|
|
7e700c6218 |
2 changed files with 4 additions and 3 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -16,9 +16,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Setup Python environment
|
- name: Setup Python environment
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.10.10
|
python-version: 3.10.10
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
|
|
@ -299,6 +299,7 @@ Make sure your dataset contains a `verification_info` column with the following
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
For example, to train a smol model on Python problems, start the vLLM server:
|
For example, to train a smol model on Python problems, start the vLLM server:
|
||||||
|
|
||||||
|
|
@ -798,7 +799,7 @@ If you find this project is useful in your own work, please consider citing as f
|
||||||
@misc{openr1,
|
@misc{openr1,
|
||||||
title = {Open R1: A fully open reproduction of DeepSeek-R1},
|
title = {Open R1: A fully open reproduction of DeepSeek-R1},
|
||||||
url = {https://github.com/huggingface/open-r1},
|
url = {https://github.com/huggingface/open-r1},
|
||||||
author = {Hugging Face},
|
author = {{Hugging Face}},
|
||||||
month = {January},
|
month = {January},
|
||||||
year = {2025}
|
year = {2025}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue