1Jin1 commited on
Commit
aa3a574
·
verified ·
1 Parent(s): 3c12c9f

上传示例数据集:train前200个样本,test前50个样本

Browse files
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question_id
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: model_output
9
+ dtype: string
10
+ - name: ground_truth
11
+ dtype: string
12
+ - name: image
13
+ dtype: image
14
+ - name: image_name
15
+ dtype: string
16
+ - name: task
17
+ dtype: string
18
+ - name: hallucination_annotation
19
+ list:
20
+ - name: index
21
+ dtype: int64
22
+ - name: label
23
+ dtype: string
24
+ - name: span
25
+ dtype: string
26
+ - name: verification_note
27
+ dtype: string
28
+ - name: annotator_model
29
+ dtype: string
30
+ - name: model_name
31
+ dtype: string
32
+ - name: detailed_prompt
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 24357867
37
+ num_examples: 200
38
+ - name: test
39
+ num_bytes: 5860651
40
+ num_examples: 50
41
+ download_size: 29380473
42
+ dataset_size: 30218518
43
+ configs:
44
+ - config_name: default
45
+ data_files:
46
+ - split: train
47
+ path: data/train-*
48
+ - split: test
49
+ path: data/test-*
50
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dec1a9d45b079cac4c717e321ed206a044d4a39e8ed2221e3cb7b85c6d45bbe5
3
+ size 5719489
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5210df5e2f2cf34bcb3579ce14c8819a8c3a22c41aee75b1336edffe185b167
3
+ size 23660984