saakshigupta commited on
Commit
3650ab5
·
verified ·
1 Parent(s): b04b9bc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_id
5
+ dtype: float64
6
+ - name: label
7
+ dtype: float64
8
+ - name: confidence_score
9
+ dtype: float64
10
+ - name: blip_original_caption
11
+ dtype: float64
12
+ - name: custom_cam_caption
13
+ dtype: float64
14
+ splits:
15
+ - name: train
16
+ download_size: 1521
17
+ dataset_size: 0
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/train-*
23
+ ---
24
+ # Dataset Card for "deepfake_dataset_with_model_captions"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)