File size: 2,050 Bytes
b0c4b7d
 
ecb116b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9eaa01a
ecb116b
 
9eaa01a
ecb116b
 
9eaa01a
ecb116b
9eaa01a
 
529a752
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4542d59
529a752
ecb116b
b0c4b7d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9c67c84
b0c4b7d
 
9c67c84
b0c4b7d
 
9c67c84
b0c4b7d
9c67c84
 
b0c4b7d
ecb116b
 
 
 
 
 
 
 
529a752
 
 
 
 
 
 
 
b0c4b7d
 
 
 
 
 
 
 
 
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
dataset_info:
- config_name: english
  features:
  - name: id
    dtype: string
  - name: images
    list:
    - name: bytes
      dtype: 'null'
    - name: path
      dtype: string
  - name: conversation
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 704316
    num_examples: 1126
  - name: val
    num_bytes: 125448
    num_examples: 200
  - name: test
    num_bytes: 125855
    num_examples: 200
  download_size: 397374
  dataset_size: 955619
- config_name: french
  features:
  - name: id
    dtype: string
  - name: images
    list:
    - name: bytes
      dtype: 'null'
    - name: path
      dtype: string
  - name: conversation
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 1733882
    num_examples: 2607
  - name: val
    num_bytes: 202728
    num_examples: 320
  - name: test
    num_bytes: 203213
    num_examples: 320
  download_size: 773261
  dataset_size: 2139823
- config_name: italian
  features:
  - name: id
    dtype: string
  - name: images
    list:
    - name: bytes
      dtype: 'null'
    - name: path
      dtype: string
  - name: conversation
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 3543162
    num_examples: 6325
  - name: val
    num_bytes: 135406
    num_examples: 240
  - name: test
    num_bytes: 137663
    num_examples: 240
  download_size: 1177206
  dataset_size: 3816231
configs:
- config_name: english
  data_files:
  - split: train
    path: english/train-*
  - split: val
    path: english/val-*
  - split: test
    path: english/test-*
- config_name: french
  data_files:
  - split: train
    path: french/train-*
  - split: val
    path: french/val-*
  - split: test
    path: french/test-*
- config_name: italian
  data_files:
  - split: train
    path: italian/train-*
  - split: val
    path: italian/val-*
  - split: test
    path: italian/test-*
---