ariG23498 HF staff commited on
Commit
1ee89f5
1 Parent(s): 9e9159f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
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 🤗