yifAI commited on
Commit
a3cf4c3
·
1 Parent(s): 2160d3f

Update datacard

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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