Instructions to use phinniaspp/learnhub-question-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phinniaspp/learnhub-question-model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("phinniaspp/learnhub-question-model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files- README.md +11 -12
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -27,19 +27,17 @@ print(output["generated_text"])
|
|
| 27 |
|
| 28 |
## Training procedure
|
| 29 |
|
| 30 |
-
|
| 31 |
-
|
| 32 |
|
| 33 |
|
| 34 |
This model was trained with SFT.
|
| 35 |
|
| 36 |
### Framework versions
|
| 37 |
|
| 38 |
-
- TRL:
|
| 39 |
-
- Transformers:
|
| 40 |
-
- Pytorch: 2.
|
| 41 |
- Datasets: 4.8.5
|
| 42 |
-
- Tokenizers: 0.
|
| 43 |
|
| 44 |
## Citations
|
| 45 |
|
|
@@ -48,11 +46,12 @@ This model was trained with SFT.
|
|
| 48 |
Cite TRL as:
|
| 49 |
|
| 50 |
```bibtex
|
| 51 |
-
@
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
|
|
|
| 57 |
}
|
| 58 |
```
|
|
|
|
| 27 |
|
| 28 |
## Training procedure
|
| 29 |
|
|
|
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
This model was trained with SFT.
|
| 33 |
|
| 34 |
### Framework versions
|
| 35 |
|
| 36 |
+
- TRL: 0.12.0
|
| 37 |
+
- Transformers: 4.46.0
|
| 38 |
+
- Pytorch: 2.8.0+cu128
|
| 39 |
- Datasets: 4.8.5
|
| 40 |
+
- Tokenizers: 0.20.3
|
| 41 |
|
| 42 |
## Citations
|
| 43 |
|
|
|
|
| 46 |
Cite TRL as:
|
| 47 |
|
| 48 |
```bibtex
|
| 49 |
+
@misc{vonwerra2022trl,
|
| 50 |
+
title = {{TRL: Transformer Reinforcement Learning}},
|
| 51 |
+
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouédec},
|
| 52 |
+
year = 2020,
|
| 53 |
+
journal = {GitHub repository},
|
| 54 |
+
publisher = {GitHub},
|
| 55 |
+
howpublished = {\url{https://github.com/huggingface/trl}}
|
| 56 |
}
|
| 57 |
```
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 167832240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d826c1300a005d0aa9d67d33ff875a1009deb22d9d081ec0014ccc545f55a316
|
| 3 |
size 167832240
|