Model save
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
model_name: qwen2-7b-instruct-template-matching-overfit-v1
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
licence: license
|
9 |
+
---
|
10 |
+
|
11 |
+
# Model Card for qwen2-7b-instruct-template-matching-overfit-v1
|
12 |
+
|
13 |
+
This model is a fine-tuned version of [None](https://huggingface.co/None).
|
14 |
+
It has been trained using [TRL](https://github.com/huggingface/trl).
|
15 |
+
|
16 |
+
## Quick start
|
17 |
+
|
18 |
+
```python
|
19 |
+
from transformers import pipeline
|
20 |
+
|
21 |
+
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
|
22 |
+
generator = pipeline("text-generation", model="jfelipef/qwen2-7b-instruct-template-matching-overfit-v1", device="cuda")
|
23 |
+
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
24 |
+
print(output["generated_text"])
|
25 |
+
```
|
26 |
+
|
27 |
+
## Training procedure
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
This model was trained with SFT.
|
32 |
+
|
33 |
+
### Framework versions
|
34 |
+
|
35 |
+
- TRL: 0.12.0
|
36 |
+
- Transformers: 4.46.2
|
37 |
+
- Pytorch: 2.1.0
|
38 |
+
- Datasets: 3.1.0
|
39 |
+
- Tokenizers: 0.20.3
|
40 |
+
|
41 |
+
## Citations
|
42 |
+
|
43 |
+
|
44 |
+
|
45 |
+
Cite TRL as:
|
46 |
+
|
47 |
+
```bibtex
|
48 |
+
@misc{vonwerra2022trl,
|
49 |
+
title = {{TRL: Transformer Reinforcement Learning}},
|
50 |
+
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},
|
51 |
+
year = 2020,
|
52 |
+
journal = {GitHub repository},
|
53 |
+
publisher = {GitHub},
|
54 |
+
howpublished = {\url{https://github.com/huggingface/trl}}
|
55 |
+
}
|
56 |
+
```
|
runs/Nov13_22-14-18_ip-172-30-1-93/events.out.tfevents.1731536062.ip-172-30-1-93
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9fc101a849bb68b67736b4a7d7df36741e2faa874934a03f8e9ea57a216b057
|
3 |
+
size 6793
|