Link model to paper
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -54,4 +54,8 @@ pipeline = transformers.pipeline(
|
|
| 54 |
|
| 55 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
| 56 |
print(outputs[0]["generated_text"])
|
| 57 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
| 56 |
print(outputs[0]["generated_text"])
|
| 57 |
+
```
|
| 58 |
+
|
| 59 |
+
## Paper citation
|
| 60 |
+
|
| 61 |
+
Paper: https://arxiv.org/abs/2406.07188
|