File size: 983 Bytes
cc89f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image_id
    dtype: int64
  - name: caption_id
    dtype: int64
  - name: alt_text
    dtype: string
  - name: height
    dtype: int64
  - name: width
    dtype: int64
  - name: file_name
    dtype: string
  - name: coco_url
    dtype: string
  - name: image_path
    dtype: string
  - name: original_alt_text
    dtype: string
  - name: grade
    struct:
    - name: ARI
      dtype: float64
    - name: Coleman-Liau
      dtype: float64
    - name: DaleChallIndex
      dtype: float64
    - name: FleschReadingEase
      dtype: float64
    - name: GunningFogIndex
      dtype: float64
    - name: Kincaid
      dtype: float64
    - name: LIX
      dtype: float64
    - name: RIX
      dtype: float64
    - name: SMOGIndex
      dtype: float64
  splits:
  - name: test
    num_bytes: 4703
    num_examples: 10
  download_size: 13393
  dataset_size: 4703
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---