nielsr HF Staff commited on
Commit
8b499e2
·
verified ·
1 Parent(s): 7fad77e

Update model card with paper link and library name

Browse files

This PR updates the model card by linking it to the paper [EAGLE-3: Scaling up Inference Acceleration of Large Language Models via Training-Time Test](https://huggingface.co/papers/2503.01840) and adding the `library_name` metadata tag. It also includes a link to the associated Github repository.

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,5 +1,11 @@
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: text-generation
 
4
  ---
5
- EAGLE-LLaMA3-Instruct-70B
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: text-generation
4
+ library_name: transformers
5
  ---
6
+
7
+ EAGLE-LLaMA3-Instruct-70B
8
+
9
+ This model is described in the paper [EAGLE-3: Scaling up Inference Acceleration of Large Language Models via Training-Time Test](https://huggingface.co/papers/2503.01840).
10
+
11
+ Github: https://github.com/SafeAILab/EAGLE