Update README.md
Browse files
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
|