pcuenq HF staff commited on
Commit
e0b141b
1 Parent(s): 1ee89f5

Some metadata and links

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,12 +1,18 @@
1
- ## LayerSkip Assets
 
 
 
 
 
 
2
 
3
- This dataset holds some of the assets for the blog post on LayerSkip.
4
 
5
- PR: https://github.com/huggingface/blog/pull/2459
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
- Thanks to [Mostafa](https://huggingface.co/melhoushi) (the first author of LayerSkip) for the assets 🤗
 
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! 🤗