eliebak HF staff commited on
Commit
7e27bd9
1 Parent(s): 6cf9e28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -50,8 +50,6 @@ outputs = model.generate(inputs, max_new_tokens=50, temperature=0.2, top_p=0.9,
50
  print(tokenizer.decode(outputs[0]))
51
  ```
52
 
53
- 🚧 TODO ADD SYSTEM PROMPT AND GOOD EXAMPLES FOR EXAMPLE FOR REWRITING.. 🚧
54
-
55
  ### Chat in TRL
56
  You can also use the TRL CLI to chat with the model from the terminal:
57
  ```bash
 
50
  print(tokenizer.decode(outputs[0]))
51
  ```
52
 
 
 
53
  ### Chat in TRL
54
  You can also use the TRL CLI to chat with the model from the terminal:
55
  ```bash