artdev99 commited on
Commit
392a394
·
verified ·
1 Parent(s): 91aab12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -20
README.md CHANGED
@@ -1,20 +1,21 @@
1
- ---
2
- license: apache-2.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- dataset_info:
9
- features:
10
- - name: text
11
- dtype: string
12
- - name: source
13
- dtype: string
14
- splits:
15
- - name: train
16
- num_bytes: 485637781
17
- num_examples: 74306
18
- download_size: 258066501
19
- dataset_size: 485637781
20
- ---
 
 
1
+ ---
2
+ license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: text
11
+ dtype: string
12
+ - name: source
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 485637781
17
+ num_examples: 74306
18
+ download_size: 258066501
19
+ dataset_size: 485637781
20
+ ---
21
+ Document collection for the summer 2025 [EPFL CS-552](https://nlp.epfl.ch/cs-552-modern-nlp/) MNLP project by artdev99.