cta2106 commited on
Commit
aef2206
·
1 Parent(s): 9499c18

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: text
7
+ dtype: string
8
+ - name: url
9
+ dtype: string
10
+ - name: country_iso_2
11
+ dtype: string
12
+ - name: date
13
+ dtype: string
14
+ - name: filename
15
+ dtype: string
16
+ - name: filetype
17
+ dtype: string
18
+ - name: is_manual
19
+ dtype: string
20
+ - name: speaker
21
+ dtype: string
22
+ - name: time_ingested
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 11436775
27
+ num_examples: 6153
28
+ download_size: 5437981
29
+ dataset_size: 11436775
30
+ ---
31
+ # Dataset Card for "boc"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)