will33am commited on
Commit
690ba1e
1 Parent(s): a816d4b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: text
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': not-hateful
13
+ '1': hateful
14
+ - name: id
15
+ dtype: int64
16
+ - name: clip_tags_ViT_L_14
17
+ sequence: string
18
+ - name: LLM_Description_gpt3_downstream_tasks_ViT_L_14
19
+ sequence: string
20
+ - name: blip_caption
21
+ dtype: string
22
+ splits:
23
+ - name: test
24
+ num_bytes: 361720695.0
25
+ num_examples: 1000
26
+ download_size: 361543046
27
+ dataset_size: 361720695.0
28
+ ---
29
+ # Dataset Card for "test"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)