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

Update datacard

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -8,9 +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: 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
15
  dtype: string
16
  description: "The language in which the question and answer are written."
@@ -31,7 +29,8 @@ 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
+ sequence:
 
 
12
  - name: language
13
  dtype: string
14
  description: "The language in which the question and answer are written."
 
29
  description: "The number of answers the question received."
30
  - name: answer_id
31
  dtype: integer
32
+ description: "A unique identifier for the answer."
33
+ description: "A collection of metadata for each question-answer pair."
34
  license: mit
35
  task_categories:
36
  - text-generation