Add model card, link to paper
Browse filesThis PR ensures the model is visible from https://huggingface.co/papers/2401.15077.
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 |
+
This repository contains the Eagle model presented in [EAGLE: Speculative Sampling Requires Rethinking Feature Uncertainty](https://huggingface.co/papers/2401.15077).
|
8 |
+
|
9 |
+
Github repository: https://github.com/safeailab/eagle
|