alayaran commited on
Commit
9858815
1 Parent(s): 84704c7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -13
README.md CHANGED
@@ -1,25 +1,32 @@
1
  ---
 
 
2
  license: mit
 
 
 
 
 
3
  dataset_info:
4
  features:
5
  - name: text
6
  dtype: string
7
  splits:
8
  - name: train
9
- num_bytes: 75627811
10
- num_examples: 262134
11
  - name: test
12
- num_bytes: 2227027
13
- num_examples: 8800
14
- download_size: 27980297
15
- dataset_size: 77854838
16
- language:
17
- - brx
18
- task_categories:
19
- - text-generation
20
- pretty_name: bodo-monolingual
21
- size_categories:
22
- - 100K<n<1M
23
  ---
24
 
25
 
 
1
  ---
2
+ language:
3
+ - brx
4
  license: mit
5
+ size_categories:
6
+ - 100K<n<1M
7
+ task_categories:
8
+ - text-generation
9
+ pretty_name: bodo-monolingual
10
  dataset_info:
11
  features:
12
  - name: text
13
  dtype: string
14
  splits:
15
  - name: train
16
+ num_bytes: 130783128
17
+ num_examples: 474703
18
  - name: test
19
+ num_bytes: 4109084
20
+ num_examples: 14890
21
+ download_size: 51159931
22
+ dataset_size: 134892212
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: data/train-*
28
+ - split: test
29
+ path: data/test-*
30
  ---
31
 
32