Update README.md
Browse files
README.md
CHANGED
|
@@ -20,12 +20,7 @@ It has been trained using [TRL](https://github.com/huggingface/trl).
|
|
| 20 |
## Quick start
|
| 21 |
|
| 22 |
```python
|
| 23 |
-
|
| 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
|
|
|
|
| 20 |
## Quick start
|
| 21 |
|
| 22 |
```python
|
| 23 |
+
TODO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
```
|
| 25 |
|
| 26 |
## Training procedure
|