Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
4 |
import transformers
|
5 |
import torch
|
6 |
|
@@ -22,3 +23,4 @@ outputs = pipeline(
|
|
22 |
max_new_tokens=256,
|
23 |
)
|
24 |
print(outputs[0]["generated_text"][-1])
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
```python
|
5 |
import transformers
|
6 |
import torch
|
7 |
|
|
|
23 |
max_new_tokens=256,
|
24 |
)
|
25 |
print(outputs[0]["generated_text"][-1])
|
26 |
+
```
|