Librarian Bot: Add language metadata for dataset

#2
Files changed (1) hide show
  1. README.md +64 -62
README.md CHANGED
@@ -1,70 +1,72 @@
1
  ---
 
 
2
  dataset_info:
3
  features:
4
- - name: image
5
- dtype: image
6
- - name: question
7
- dtype: string
8
- - name: choices
9
- sequence: string
10
- - name: answer
11
- dtype: int8
12
- - name: task
13
- dtype: string
14
- - name: grade
15
- dtype: string
16
- - name: subject
17
- dtype: string
18
- - name: topic
19
- dtype: string
20
- - name: category
21
- dtype: string
22
- - name: skill
23
- dtype: string
24
- - name: lecture
25
- dtype: string
26
- - name: solution
27
- dtype: string
28
  splits:
29
- - name: hi
30
- num_examples: 2017
31
- - name: id
32
- num_examples: 2017
33
- - name: ms
34
- num_examples: 2017
35
- - name: sw
36
- num_examples: 2017
37
- - name: ta
38
- num_examples: 2017
39
- - name: th
40
- num_examples: 2017
41
- - name: tr
42
- num_examples: 2017
43
- - name: zh
44
- num_examples: 2017
45
- - name: en
46
- num_examples: 2017
47
  configs:
48
- - config_name: default
49
- data_files:
50
- - split: hi
51
- path: data/hi*
52
- - split: id
53
- path: data/id*
54
- - split: ms
55
- path: data/ms*
56
- - split: sw
57
- path: data/sw*
58
- - split: ta
59
- path: data/ta*
60
- - split: th
61
- path: data/th*
62
- - split: tr
63
- path: data/tr*
64
- - split: zh
65
- path: data/zh*
66
- - split: en
67
- path: data/en*
68
  ---
69
  # This Dataset
70
  This is a formatted version of [derek-thomas/ScienceQA](https://huggingface.co/datasets/derek-thomas/ScienceQA). It is used in our `lmms-eval` pipeline to allow for one-click evaluations of large multi-modality models.
 
1
  ---
2
+ language:
3
+ - hi
4
  dataset_info:
5
  features:
6
+ - name: image
7
+ dtype: image
8
+ - name: question
9
+ dtype: string
10
+ - name: choices
11
+ sequence: string
12
+ - name: answer
13
+ dtype: int8
14
+ - name: task
15
+ dtype: string
16
+ - name: grade
17
+ dtype: string
18
+ - name: subject
19
+ dtype: string
20
+ - name: topic
21
+ dtype: string
22
+ - name: category
23
+ dtype: string
24
+ - name: skill
25
+ dtype: string
26
+ - name: lecture
27
+ dtype: string
28
+ - name: solution
29
+ dtype: string
30
  splits:
31
+ - name: hi
32
+ num_examples: 2017
33
+ - name: id
34
+ num_examples: 2017
35
+ - name: ms
36
+ num_examples: 2017
37
+ - name: sw
38
+ num_examples: 2017
39
+ - name: ta
40
+ num_examples: 2017
41
+ - name: th
42
+ num_examples: 2017
43
+ - name: tr
44
+ num_examples: 2017
45
+ - name: zh
46
+ num_examples: 2017
47
+ - name: en
48
+ num_examples: 2017
49
  configs:
50
+ - config_name: default
51
+ data_files:
52
+ - split: hi
53
+ path: data/hi*
54
+ - split: id
55
+ path: data/id*
56
+ - split: ms
57
+ path: data/ms*
58
+ - split: sw
59
+ path: data/sw*
60
+ - split: ta
61
+ path: data/ta*
62
+ - split: th
63
+ path: data/th*
64
+ - split: tr
65
+ path: data/tr*
66
+ - split: zh
67
+ path: data/zh*
68
+ - split: en
69
+ path: data/en*
70
  ---
71
  # This Dataset
72
  This is a formatted version of [derek-thomas/ScienceQA](https://huggingface.co/datasets/derek-thomas/ScienceQA). It is used in our `lmms-eval` pipeline to allow for one-click evaluations of large multi-modality models.