File size: 1,922 Bytes
e5f231a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c1b2536
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e5f231a
 
1e4982e
 
 
 
 
e5f231a
 
 
c1b2536
 
 
 
 
 
 
 
 
 
 
 
1e4982e
 
e5f231a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
dataset_info:
  features:
  - name: dataset
    dtype: string
  - name: question_id
    dtype: string
  - name: question_type
    dtype: string
  - name: question
    dtype: string
  - name: gt_answer
    dtype: string
  - name: image_path
    dtype: string
  - name: option_A
    dtype: string
  - name: option_B
    dtype: string
  - name: option_C
    dtype: string
  - name: option_D
    dtype: string
  - name: modality
    dtype: string
  - name: image
    dtype: image
  - name: input
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: test_image_gaussian_noise
    num_bytes: 4468597621.0
    num_examples: 2000
  - name: test_image_rotation
    num_bytes: 1287463342.0
    num_examples: 2000
  - name: test_text_char_substitution
    num_bytes: 493564920.0
    num_examples: 2000
  - name: test_text_word_deletion
    num_bytes: 493520432.0
    num_examples: 2000
  - name: test_combined_img_gaussian_text_char_sub
    num_bytes: 4468599509.0
    num_examples: 2000
  - name: test_text_char_substitution_005
    num_bytes: 493564920.0
    num_examples: 2000
  - name: test_text_proportional_char_substitution
    num_bytes: 493564920.0
    num_examples: 2000
  download_size: 12115395028
  dataset_size: 12198875664.0
configs:
- config_name: default
  data_files:
  - split: test_image_gaussian_noise
    path: data/test_image_gaussian_noise-*
  - split: test_image_rotation
    path: data/test_image_rotation-*
  - split: test_text_char_substitution
    path: data/test_text_char_substitution-*
  - split: test_text_word_deletion
    path: data/test_text_word_deletion-*
  - split: test_combined_img_gaussian_text_char_sub
    path: data/test_combined_img_gaussian_text_char_sub-*
  - split: test_text_char_substitution_005
    path: data/test_text_char_substitution_005-*
  - split: test_text_proportional_char_substitution
    path: data/test_text_proportional_char_substitution-*
---