rchan26 commited on
Commit
2a6480d
·
1 Parent(s): 4742cc4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: word
14
+ dtype: string
15
+ - name: language
16
+ dtype: string
17
+ - name: input_ids
18
+ sequence: int32
19
+ - name: attention_mask
20
+ sequence: int8
21
+ - name: special_tokens_mask
22
+ sequence: int8
23
+ - name: tokens
24
+ sequence: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 5314782
28
+ num_examples: 37863
29
+ - name: test
30
+ num_bytes: 1979650
31
+ num_examples: 14129
32
+ - name: validation
33
+ num_bytes: 2613902
34
+ num_examples: 18649
35
+ download_size: 2205306
36
+ dataset_size: 9908334
37
+ ---
38
+ # Dataset Card for "english_char_split"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)