mlburnham commited on
Commit
4114037
·
verified ·
1 Parent(s): b6c27cb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataset_info:
10
+ features:
11
+ - name: premise
12
+ dtype: string
13
+ - name: attack_defend
14
+ dtype: int64
15
+ - name: hypothesis
16
+ dtype: string
17
+ - name: entail
18
+ dtype: int64
19
+ - name: target
20
+ dtype: string
21
+ - name: validated_label
22
+ dtype: int64
23
+ - name: validation_source
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 4449867
28
+ num_examples: 17539
29
+ - name: test
30
+ num_bytes: 1009050
31
+ num_examples: 4477
32
+ download_size: 2368779
33
+ dataset_size: 5458917
34
+ ---
35
+ # Dataset Card for "targeted_hatespeech_entailment"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)