pasindubg commited on
Commit
69cc2a8
·
verified ·
1 Parent(s): 19af6d6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: input_ids
12
+ sequence: int32
13
+ - name: token_type_ids
14
+ sequence: int8
15
+ - name: attention_mask
16
+ sequence: int8
17
+ splits:
18
+ - name: train
19
+ num_bytes: 863996262.0926274
20
+ num_examples: 7234701
21
+ - name: validation
22
+ num_bytes: 119423.90737262361
23
+ num_examples: 1000
24
+ download_size: 429107173
25
+ dataset_size: 864115686.0
26
+ ---
27
+ # Dataset Card for "singlish_tokenized_tiny_test"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)