初始化项目,由ModelHub XC社区提供模型
Model: HINT-lab/Qwen2.5-7B-Instruct-Self-Calibration Source: Original Platform
This commit is contained in:
46
README.md
Normal file
46
README.md
Normal file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
library_name: transformers
|
||||
license: mit
|
||||
language:
|
||||
- en
|
||||
base_model:
|
||||
- Qwen/Qwen2.5-7B-Instruct
|
||||
pipeline_tag: text-generation
|
||||
datasets:
|
||||
- HINT-lab/Qwen2.5-7B-Instruct-Self-Calibration
|
||||
---
|
||||
|
||||
# Model Card for Model ID
|
||||
|
||||
Model trained based on `Qwen/Qwen2.5-7B-Instruct` by Self-Calibration proposed by [Efficient Test-Time Scaling via Self-Calibration](https://arxiv.org/abs/2503.00031).
|
||||
|
||||
|
||||
## Model Sources
|
||||
|
||||
<!-- Provide the basic links for the model. -->
|
||||
|
||||
- **Repository:** https://github.com/Chengsong-Huang/Self-Calibration
|
||||
- **Paper :** Efficient Test-Time Scaling via Self-Calibration
|
||||
|
||||
|
||||
|
||||
## Citation
|
||||
|
||||
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
||||
|
||||
**BibTeX:**
|
||||
```
|
||||
@misc{huang2025efficienttesttimescalingselfcalibration,
|
||||
title={Efficient Test-Time Scaling via Self-Calibration},
|
||||
author={Chengsong Huang and Langlin Huang and Jixuan Leng and Jiacheng Liu and Jiaxin Huang},
|
||||
year={2025},
|
||||
eprint={2503.00031},
|
||||
archivePrefix={arXiv},
|
||||
primaryClass={cs.LG},
|
||||
url={https://arxiv.org/abs/2503.00031},
|
||||
}
|
||||
```
|
||||
|
||||
## Model Card Contact
|
||||
|
||||
chengsong@wustl.edu
|
||||
Reference in New Issue
Block a user