Update datacard
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ dataset_info:
|
|
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
|
|
|
8 |
dtype: string
|
9 |
description: "The answer to the mathematical question, also in LaTeX encoded format."
|
10 |
- name: meta
|
11 |
+
dtype: struct<language: string, url: string, timestamp: timestamp[s], source: string, question_score: string, answer_count: int64, answer_id: int64>
|
12 |
description: '''A collection of metadata for each question-answer pair.
|
13 |
fields:
|
14 |
- name: language
|