Instructions to use TIGER-Lab/AceCodeRM-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TIGER-Lab/AceCodeRM-7B with Transformers:
# Load model directly from transformers import AutoTokenizer, Qwen2ForCausalRM tokenizer = AutoTokenizer.from_pretrained("TIGER-Lab/AceCodeRM-7B") model = Qwen2ForCausalRM.from_pretrained("TIGER-Lab/AceCodeRM-7B") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
- AceCoder
|
| 9 |
license: mit
|
| 10 |
datasets:
|
| 11 |
-
- TIGER-Lab/AceCode-
|
| 12 |
- TIGER-Lab/AceCodePair-300K
|
| 13 |
language:
|
| 14 |
- en
|
|
@@ -19,11 +19,11 @@ base_model:
|
|
| 19 |
|
| 20 |
[Paper](https://arxiv.org/abs/2502.01718) |
|
| 21 |
[Github](https://github.com/TIGER-AI-Lab/AceCoder) |
|
| 22 |
-
[AceCode-
|
| 23 |
[AceCodePair-300K](https://huggingface.co/datasets/TIGER-Lab/AceCodePair-300K) |
|
| 24 |
[RM/RL Models](https://huggingface.co/collections/TIGER-Lab/acecoder-67a16011a6c7d65cad529eba)
|
| 25 |
|
| 26 |
-
We introduce AceCoder, the first work to propose a fully automated pipeline for synthesizing large-scale reliable tests used for the reward model training and reinforcement learning in the coding scenario. To do this, we curated the dataset AceCode-
|
| 27 |
|
| 28 |
**This model is the official AceCodeRM-7B trained from Qwen2.5-Coder-7B-Instruct on [TIGER-Lab/AceCodePair-300K](https://huggingface.co/datasets/TIGER-Lab/AceCodePair-300K)**
|
| 29 |
|
|
|
|
| 8 |
- AceCoder
|
| 9 |
license: mit
|
| 10 |
datasets:
|
| 11 |
+
- TIGER-Lab/AceCode-87K
|
| 12 |
- TIGER-Lab/AceCodePair-300K
|
| 13 |
language:
|
| 14 |
- en
|
|
|
|
| 19 |
|
| 20 |
[Paper](https://arxiv.org/abs/2502.01718) |
|
| 21 |
[Github](https://github.com/TIGER-AI-Lab/AceCoder) |
|
| 22 |
+
[AceCode-87K](https://huggingface.co/datasets/TIGER-Lab/AceCode-87K) |
|
| 23 |
[AceCodePair-300K](https://huggingface.co/datasets/TIGER-Lab/AceCodePair-300K) |
|
| 24 |
[RM/RL Models](https://huggingface.co/collections/TIGER-Lab/acecoder-67a16011a6c7d65cad529eba)
|
| 25 |
|
| 26 |
+
We introduce AceCoder, the first work to propose a fully automated pipeline for synthesizing large-scale reliable tests used for the reward model training and reinforcement learning in the coding scenario. To do this, we curated the dataset AceCode-87K, where we start from a seed code dataset and prompt powerful LLMs to "imagine" proper test cases for the coding question and filter the noisy ones. We sample inferences from existing coder models and compute their pass rate as the reliable and verifiable rewards for both training the reward model and conducting the reinforcement learning for coder LLM.
|
| 27 |
|
| 28 |
**This model is the official AceCodeRM-7B trained from Qwen2.5-Coder-7B-Instruct on [TIGER-Lab/AceCodePair-300K](https://huggingface.co/datasets/TIGER-Lab/AceCodePair-300K)**
|
| 29 |
|