aqua_rat

הפניות:

גלם

השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-TFDS:

ds = tfds.load('huggingface:aqua_rat/raw')
  • תיאור :
A large-scale dataset consisting of approximately 100,000 algebraic word problems. 
The solution to each question is explained step-by-step using natural language. 
This data is used to train a program generation model that learns to generate the explanation, 
while generating the program that solves the question.
  • רישיון : זכויות יוצרים 2017 Google Inc.

מורשה תחת רישיון Apache, גרסה 2.0 ("הרישיון"); אינך רשאי להשתמש בקובץ זה אלא בהתאם לרישיון. תוכל להשיג עותק של הרישיון בכתובת

<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>

אלא אם כן נדרש על פי החוק החל או הסכמה בכתב, התוכנה המופצת תחת הרישיון מופצת על בסיס "כמות שהיא", ללא אחריות או תנאים מכל סוג שהוא, מפורש או משתמע. ראה את הרישיון עבור השפה הספציפית השולטת בהרשאות ומגבלות במסגרת הרישיון.

  • גרסה : 0.0.0
  • פיצולים :
לְפַצֵל דוגמאות
'test' 254
'train' 97467
'validation' 254
  • תכונות :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "options": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "rationale": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "correct": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

אסימון

השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-TFDS:

ds = tfds.load('huggingface:aqua_rat/tokenized')
  • תיאור :
A large-scale dataset consisting of approximately 100,000 algebraic word problems. 
The solution to each question is explained step-by-step using natural language. 
This data is used to train a program generation model that learns to generate the explanation, 
while generating the program that solves the question.
  • רישיון : זכויות יוצרים 2017 Google Inc.

מורשה תחת רישיון Apache, גרסה 2.0 ("הרישיון"); אינך רשאי להשתמש בקובץ זה אלא בהתאם לרישיון. תוכל להשיג עותק של הרישיון בכתובת

<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>

אלא אם כן נדרש על פי החוק החל או הסכמה בכתב, התוכנה המופצת תחת הרישיון מופצת על בסיס "כמות שהיא", ללא אחריות או תנאים מכל סוג שהוא, מפורש או משתמע. ראה את הרישיון עבור השפה הספציפית השולטת בהרשאות ומגבלות במסגרת הרישיון.

  • גרסה : 0.0.0
  • פיצולים :
לְפַצֵל דוגמאות
'test' 254
'train' 97467
'validation' 254
  • תכונות :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "options": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "rationale": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "correct": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}