story_cloze_pt / README.md
ThalesR's picture
Update README.md
a26db08
|
raw
history blame
No virus
961 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: eval
        path: data/eval-*
dataset_info:
  features:
    - name: story_id
      dtype: string
    - name: input_sentence_1
      dtype: string
    - name: input_sentence_2
      dtype: string
    - name: input_sentence_3
      dtype: string
    - name: input_sentence_4
      dtype: string
    - name: sentence_quiz1
      dtype: string
    - name: sentence_quiz2
      dtype: string
    - name: answer_right_ending
      dtype: int64
  splits:
    - name: train
      num_bytes: 128784
      num_examples: 360
    - name: eval
      num_bytes: 537102
      num_examples: 1511
  download_size: 476330
  dataset_size: 665886

Dataset Card for "story_cloze_pt"

This is a portuguese translation of the xstory_cloze dataset. The translation was performed using the Google Translate API.

This dataset follows the same structure as the original.