nielsr HF staff commited on
Commit
e44dea9
·
verified ·
1 Parent(s): f2e9cd1

Add pipeline tag, library name, and link to Github repository

Browse files

This PR adds the relevant `pipeline_tag`, ensuring people can find the model at https://huggingface.co/models?pipeline_tag=text-generation, as well as the `library_name` to make it easier to use in Hugging Face Transformers. It also adds a link to the Github repository.

Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,3 +1,9 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ library_name: transformers
5
  ---
6
+
7
+ The model was presented in the paper [EAGLE-3: Scaling up Inference Acceleration of Large Language Models via Training-Time Test](https://huggingface.co/papers/2503.01840).
8
+
9
+ The Github repository can be found here: https://github.com/SafeAILab/EAGLE.