Link model to paper (#1)
Browse files- Link model to paper (2f57c5b9d30b8085edee98f59e41ad5f6b992b60)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
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
|