Instructions to use Interplay-LM-Reasoning/extrapolation_midtrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Interplay-LM-Reasoning/extrapolation_midtrain with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Interplay-LM-Reasoning/extrapolation_midtrain", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,8 @@ Carnegie Mellon University, Language Technologies Institute
|
|
| 24 |
</div>
|
| 25 |
|
| 26 |
|
|
|
|
|
|
|
| 27 |
## 📚 Citation
|
| 28 |
|
| 29 |
If you find this work or code useful, please consider citing:
|
|
|
|
| 24 |
</div>
|
| 25 |
|
| 26 |
|
| 27 |
+
This repo contains the mid-training checkpoint results used in our paper.
|
| 28 |
+
|
| 29 |
## 📚 Citation
|
| 30 |
|
| 31 |
If you find this work or code useful, please consider citing:
|