File size: 508 Bytes
2df25e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image_id
    dtype: int64
  - name: coco_url
    dtype: string
  - name: cogvlm2_caption
    dtype: string
  - name: Word_Count
    dtype: int64
  - name: Char_Count
    dtype: int64
  - name: num_tokens
    dtype: int64
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 12210806
    num_examples: 12501
  download_size: 7185114
  dataset_size: 12210806
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---