Link model to paper (#1)
Browse files- Link model to paper (de78b548dee680225162d6903ab8f3890841a07f)
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
|