Update datacard
Browse files
README.md
CHANGED
@@ -8,8 +8,8 @@ dataset_info:
|
|
8 |
dtype: string
|
9 |
description: "The answer to the mathematical question, also in LaTeX encoded format."
|
10 |
- name: meta
|
11 |
-
dtype:
|
12 |
-
description:
|
13 |
fields:
|
14 |
- name: language
|
15 |
dtype: string
|
@@ -31,7 +31,7 @@ dataset_info:
|
|
31 |
description: "The number of answers the question received."
|
32 |
- name: answer_id
|
33 |
dtype: integer
|
34 |
-
description: "A unique identifier for the answer."
|
35 |
license: mit
|
36 |
task_categories:
|
37 |
- text-generation
|
|
|
8 |
dtype: string
|
9 |
description: "The answer to the mathematical question, also in LaTeX encoded format."
|
10 |
- name: meta
|
11 |
+
dtype: string
|
12 |
+
description: '''A collection of metadata for each question-answer pair.
|
13 |
fields:
|
14 |
- name: language
|
15 |
dtype: string
|
|
|
31 |
description: "The number of answers the question received."
|
32 |
- name: answer_id
|
33 |
dtype: integer
|
34 |
+
description: "A unique identifier for the answer."'''
|
35 |
license: mit
|
36 |
task_categories:
|
37 |
- text-generation
|