knightnemo commited on
Commit
8632610
·
verified ·
1 Parent(s): 721119e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Compression Test Dataset
2
+ This is a dataset for testing the compression ratio of Large language models.
3
+
4
+ We utilize three datasets for this purpose:
5
+ - Math: `HuggingFaceH4/MATH-500`
6
+ - Code: `Qwen/CodeElo`
7
+ - General Purpose: `HuggingFaceTB/smollm-corpus`
8
+
9
+ For the third dataset, because the dataset is relatively large, we subsample `500` samples from the dataset. For all datasets, we truncate the data til 2048 tokens.