yuzhenm commited on
Commit
42e8e10
·
verified ·
1 Parent(s): 8f35f44

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: odc-by
3
+ tags:
4
+ - gsa
5
+ - gist-sparse-attention
6
+ - long-context
7
+ - pretraining
8
+ source_datasets:
9
+ - HuggingFaceFW/fineweb
10
+ ---
11
+
12
+ # GSA-PT-Llama-3.2-1B-chunk16-data
13
+
14
+ This is the **continue pretraining dataset** used for training GSA (Gist Sparse Attention) models with chunk size `chunk16`.
15
+
16
+ ## Dataset Description
17
+
18
+ - **Source**: Filtered from [FineWeb (sample-10BT)](https://huggingface.co/datasets/HuggingFaceFW/fineweb/viewer/sample-10BT)
19
+ - **Filtering**: Samples with sequence lengths ranging from **2K to 4K** tokens
20
+ - **Chunk size**: `chunk16`
21
+ - **Splits**: `train`, `eval`
22
+
23
+ Each sample is tokenized and formatted with GSA gist tokens for continued pretraining.
24
+
25
+ ## Paper
26
+
27
+ **GSA: Gist Sparse Attention via Learnable Compression and Selective Unfolding**
28
+
29
+ ## Related Models
30
+
31
+ - [yuzhenm/GSA-PT-Llama-3.2-1B-chunk16](https://huggingface.co/yuzhenm/GSA-PT-Llama-3.2-1B-chunk16) — model trained on this dataset