PyTorch
llama

Add pipeline tag, library name, and link to code

#3
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
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
+ # EAGLE-3: Scaling up Inference Acceleration of Large Language Models via Training-Time Test
8
+
9
+ This repository contains the weights for EAGLE-3 as described in [EAGLE-3: Scaling up Inference Acceleration of Large Language Models via Training-Time Test](https://huggingface.co/papers/2503.01840).
10
+
11
+ For more information, see the [code repository](https://github.com/SafeAILab/EAGLE).