File size: 596 Bytes
ba85b3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
207e123
 
ba85b3a
207e123
 
 
 
ba85b3a
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: messages
    list:
    - name: content
      list:
      - name: index
        dtype: int64
      - name: text
        dtype: string
      - name: type
        dtype: string
    - name: role
      dtype: string
  - name: images
    sequence: image
  splits:
  - name: train
    num_bytes: 355975.0
    num_examples: 10
  - name: test
    num_bytes: 518973.0
    num_examples: 10
  download_size: 865401
  dataset_size: 874948.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---