Update README.md
Browse files
README.md
CHANGED
@@ -58,4 +58,7 @@ pipeline = transformers.pipeline(
|
|
58 |
|
59 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
60 |
print(outputs[0]["generated_text"])
|
61 |
-
```
|
|
|
|
|
|
|
|
58 |
|
59 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
60 |
print(outputs[0]["generated_text"])
|
61 |
+
```
|
62 |
+
|
63 |
+
## Thanks
|
64 |
+
Thanks to Google Colab for the compute
|