Some metadata and links
Browse files
README.md
CHANGED
@@ -1,12 +1,18 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
|
5 |
-
|
6 |
|
7 |
### Contents:
|
8 |
|
9 |
-
1. early_exit_self_speculative_decoding.ipynb: Notebook that deeps dive into the working of LayerSkip
|
10 |
2. summarization.csv: A CSV containing the benchmark results for (self) speculative-decoding strategies.
|
11 |
|
12 |
-
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: LayerSkip Resources
|
5 |
+
license: other
|
6 |
+
license_name: fair
|
7 |
+
---
|
8 |
|
9 |
+
## LayerSkip Resources
|
10 |
|
11 |
+
This dataset holds some of the assets that support [the blog post on LayerSkip](https://hf.co/blog/layerskip).
|
12 |
|
13 |
### Contents:
|
14 |
|
15 |
+
1. [early_exit_self_speculative_decoding.ipynb](https://huggingface.co/datasets/ariG23498/layer-skip-assets/blob/main/early_exit_self_speculative_decoding.ipynb): Notebook that deeps dive into the working of LayerSkip
|
16 |
2. summarization.csv: A CSV containing the benchmark results for (self) speculative-decoding strategies.
|
17 |
|
18 |
+
These resources were created by [Mostafa](https://huggingface.co/melhoushi) (the first author of [LayerSkip](https://huggingface.co/papers/2404.16710)). Thanks a lot! 🤗
|