bhavnicksm commited on
Commit
841413c
1 Parent(s): 6e0930f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -36
README.md CHANGED
@@ -1,36 +1,42 @@
1
- ---
2
- license: odc-by
3
- dataset_info:
4
- features:
5
- - name: text
6
- dtype: string
7
- - name: id
8
- dtype: string
9
- - name: dump
10
- dtype: string
11
- - name: url
12
- dtype: string
13
- - name: file_path
14
- dtype: string
15
- - name: language
16
- dtype: string
17
- - name: language_score
18
- dtype: float64
19
- - name: token_count
20
- dtype: int64
21
- - name: score
22
- dtype: float64
23
- - name: int_score
24
- dtype: int64
25
- splits:
26
- - name: train
27
- num_bytes: 2003951.6881090973
28
- num_examples: 394
29
- download_size: 2733459
30
- dataset_size: 2003951.6881090973
31
- configs:
32
- - config_name: default
33
- data_files:
34
- - split: train
35
- path: data/train-*
36
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: odc-by
3
+ dataset_info:
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ - name: id
8
+ dtype: string
9
+ - name: dump
10
+ dtype: string
11
+ - name: url
12
+ dtype: string
13
+ - name: file_path
14
+ dtype: string
15
+ - name: language
16
+ dtype: string
17
+ - name: language_score
18
+ dtype: float64
19
+ - name: token_count
20
+ dtype: int64
21
+ - name: score
22
+ dtype: float64
23
+ - name: int_score
24
+ dtype: int64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 2003951.6881090973
28
+ num_examples: 394
29
+ download_size: 2733459
30
+ dataset_size: 2003951.6881090973
31
+ configs:
32
+ - config_name: default
33
+ data_files:
34
+ - split: train
35
+ path: data/train-*
36
+ ---
37
+
38
+ # FineWeb-Edu Micro
39
+
40
+ This dataset is a subset of the FineWeb-Edu Sample-10BT, which contains passages that are at least 1000 tokens long, totalling about 1 Million tokens .
41
+
42
+ This dataset was primarily made to evaluate different RAG Chunking mechanisms in [Chonkie](https://github.com/bhavnicksm/chonkie)