jkruk commited on
Commit
ef912ad
1 Parent(s): ab8d0df

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
+ dataset_info:
3
+ features:
4
+ - name: data_type
5
+ dtype: string
6
+ - name: dog_whistle
7
+ dtype: string
8
+ - name: dog_whistle_root
9
+ dtype: string
10
+ - name: ingroup
11
+ dtype: string
12
+ - name: content
13
+ dtype: string
14
+ - name: date
15
+ dtype: string
16
+ - name: speaker
17
+ dtype: string
18
+ - name: chamber
19
+ dtype: string
20
+ - name: reference
21
+ dtype: string
22
+ - name: community
23
+ dtype: string
24
+ - name: __index_level_0__
25
+ dtype: int64
26
+ splits:
27
+ - name: train
28
+ num_bytes: 54617292
29
+ num_examples: 42128
30
+ download_size: 15360618
31
+ dataset_size: 54617292
32
+ configs:
33
+ - config_name: default
34
+ data_files:
35
+ - split: train
36
+ path: data/train-*
37
+ ---
38
+ # Dataset Card for "dw_instance_sm"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)