anonymus commited on
Commit
ff83964
·
1 Parent(s): 5e208a8

feat(croissant.json): update

Browse files
Files changed (1) hide show
  1. croissant.json +13 -13
croissant.json CHANGED
@@ -54,11 +54,11 @@
54
  "distribution": [
55
  {
56
  "@type": "cr:FileObject",
57
- "@id": "datasets",
58
- "name": "datasets",
59
  "description": "Dataset benchmark for Vietnamese medical",
60
  "contentUrl": "https://huggingface.co/datasets/venera-ai/VietnameseMedBench",
61
- "encodingFormat": "application/jsonlines",
62
  "sha256": "https://github.com/mlcommons/croissant/issues/80"
63
  },
64
  {
@@ -67,7 +67,7 @@
67
  "name": "jsonl-files",
68
  "description": "JSONL files are hosted on the Hugging face dataset.",
69
  "containedIn": {
70
- "@id": "datasets"
71
  },
72
  "encodingFormat": "application/jsonlines",
73
  "includes": "tests/*.jsonl"
@@ -81,7 +81,7 @@
81
  "field": [
82
  {
83
  "@type": "cr:Field",
84
- "@id": "jsonl/id",
85
  "name": "id",
86
  "dataType": "sc:Text",
87
  "source": {
@@ -95,7 +95,7 @@
95
  },
96
  {
97
  "@type": "cr:Field",
98
- "@id": "jsonl/medical_topic",
99
  "name": "medical_topic",
100
  "description": "Medical topics related to the question",
101
  "cr:isArray": true,
@@ -111,7 +111,7 @@
111
  },
112
  {
113
  "@type": "cr:Field",
114
- "@id": "jsonl/question",
115
  "name": "question",
116
  "dataType": "sc:Text",
117
  "source": {
@@ -125,7 +125,7 @@
125
  },
126
  {
127
  "@type": "cr:Field",
128
- "@id": "jsonl/options",
129
  "name": "options",
130
  "description": "List of answer choices for the question, represented as an array of text strings",
131
  "cr:isArray": true,
@@ -141,7 +141,7 @@
141
  },
142
  {
143
  "@type": "cr:Field",
144
- "@id": "jsonl/option_map",
145
  "name": "option_map",
146
  "description": "The label of the correct answer",
147
  "cr:isArray": true,
@@ -151,13 +151,13 @@
151
  "@id": "jsonl-files"
152
  },
153
  "extract": {
154
- "column": "options"
155
  }
156
  }
157
  },
158
  {
159
  "@type": "cr:Field",
160
- "@id": "jsonl/answer",
161
  "name": "answer",
162
  "dataType": "sc:Text",
163
  "source": {
@@ -171,7 +171,7 @@
171
  },
172
  {
173
  "@type": "cr:Field",
174
- "@id": "jsonl/answer_index",
175
  "name": "answer_index",
176
  "dataType": "sc:Integer",
177
  "source": {
@@ -186,4 +186,4 @@
186
  ]
187
  }
188
  ]
189
- }
 
54
  "distribution": [
55
  {
56
  "@type": "cr:FileObject",
57
+ "@id": "hugging-face-datasets",
58
+ "name": "hugging-face-datasets",
59
  "description": "Dataset benchmark for Vietnamese medical",
60
  "contentUrl": "https://huggingface.co/datasets/venera-ai/VietnameseMedBench",
61
+ "encodingFormat": "git+https",
62
  "sha256": "https://github.com/mlcommons/croissant/issues/80"
63
  },
64
  {
 
67
  "name": "jsonl-files",
68
  "description": "JSONL files are hosted on the Hugging face dataset.",
69
  "containedIn": {
70
+ "@id": "hugging-face-datasets"
71
  },
72
  "encodingFormat": "application/jsonlines",
73
  "includes": "tests/*.jsonl"
 
81
  "field": [
82
  {
83
  "@type": "cr:Field",
84
+ "@id": "id",
85
  "name": "id",
86
  "dataType": "sc:Text",
87
  "source": {
 
95
  },
96
  {
97
  "@type": "cr:Field",
98
+ "@id": "medical_topic",
99
  "name": "medical_topic",
100
  "description": "Medical topics related to the question",
101
  "cr:isArray": true,
 
111
  },
112
  {
113
  "@type": "cr:Field",
114
+ "@id": "question",
115
  "name": "question",
116
  "dataType": "sc:Text",
117
  "source": {
 
125
  },
126
  {
127
  "@type": "cr:Field",
128
+ "@id": "options",
129
  "name": "options",
130
  "description": "List of answer choices for the question, represented as an array of text strings",
131
  "cr:isArray": true,
 
141
  },
142
  {
143
  "@type": "cr:Field",
144
+ "@id": "option_map",
145
  "name": "option_map",
146
  "description": "The label of the correct answer",
147
  "cr:isArray": true,
 
151
  "@id": "jsonl-files"
152
  },
153
  "extract": {
154
+ "column": "option_map"
155
  }
156
  }
157
  },
158
  {
159
  "@type": "cr:Field",
160
+ "@id": "answer",
161
  "name": "answer",
162
  "dataType": "sc:Text",
163
  "source": {
 
171
  },
172
  {
173
  "@type": "cr:Field",
174
+ "@id": "answer_index",
175
  "name": "answer_index",
176
  "dataType": "sc:Integer",
177
  "source": {
 
186
  ]
187
  }
188
  ]
189
+ }