Update README.md
Browse files
README.md
CHANGED
|
@@ -17,22 +17,8 @@ pipeline_tag: text-generation
|
|
| 17 |
This model is a fine-tuned version of [cjvt/GaMS3-12B-Instruct](https://huggingface.co/cjvt/GaMS3-12B-Instruct).
|
| 18 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 19 |
|
| 20 |
-
## Quick start
|
| 21 |
-
|
| 22 |
-
```python
|
| 23 |
-
from transformers import pipeline
|
| 24 |
-
|
| 25 |
-
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?"
|
| 26 |
-
generator = pipeline("text-generation", model="None", device="cuda")
|
| 27 |
-
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
| 28 |
-
print(output["generated_text"])
|
| 29 |
-
```
|
| 30 |
-
|
| 31 |
## Training procedure
|
| 32 |
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
This model was trained with SFT.
|
| 37 |
|
| 38 |
### Framework versions
|
|
|
|
| 17 |
This model is a fine-tuned version of [cjvt/GaMS3-12B-Instruct](https://huggingface.co/cjvt/GaMS3-12B-Instruct).
|
| 18 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## Training procedure
|
| 21 |
|
|
|
|
|
|
|
|
|
|
| 22 |
This model was trained with SFT.
|
| 23 |
|
| 24 |
### Framework versions
|