nielsr HF staff commited on
Commit
2f57c5b
1 Parent(s): a708358

Link model to paper

Browse files

This PR ensures the model can be viewed from https://huggingface.co/papers/2406.07188.

Cheers,
Niels

Files changed (1) hide show
  1. README.md +5 -1
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