mrs83 commited on
Commit
6d46fd1
·
verified ·
1 Parent(s): bbd5d46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
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
- 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
 
20
  ## Quick start
21
 
22
  ```python
23
+ TODO
 
 
 
 
 
24
  ```
25
 
26
  ## Training procedure