500b5e762e5135c676429b5a4c18652ca5bf8479,tensorflow_datasets/text/trivia_qa.py,TriviaQA,TriviaQA_1,#,82

Before Change



  VERSION = tfds.core.Version("0.1.0",
                              experiments={tfds.core.Experiment.S3: False})
  SUPPORTED_VERSIONS = [
      tfds.core.Version(
          "1.0.0", "New split API (https://tensorflow.org/datasets/splits)"),
  ]

  def _info(self):
    return tfds.core.DatasetInfo(
        builder=self,

After Change


  It containss over 650K question-answer-evidence triples.
  

  BUILDER_CONFIGS = [
      TriviaQAConfig(unfiltered=False, exclude_context=False),  // rc
      TriviaQAConfig(unfiltered=False, exclude_context=True),  // rc.nocontext
      TriviaQAConfig(unfiltered=True, exclude_context=False),  // unfiltered
      TriviaQAConfig(unfiltered=True, exclude_context=True),
      // unfilered.nocontext
  ]

  def _info(self):
    return tfds.core.DatasetInfo(
        builder=self,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: tensorflow/datasets
Commit Name: 500b5e762e5135c676429b5a4c18652ca5bf8479
Time: 2019-11-26
Author: adarob@google.com
File Name: tensorflow_datasets/text/trivia_qa.py
Class Name: TriviaQA
Method Name: TriviaQA_1


Project Name: tensorflow/datasets
Commit Name: 3332773273242f370778ef157208442ec3167754
Time: 2019-10-18
Author: adarob@google.com
File Name: tensorflow_datasets/audio/nsynth.py
Class Name: Nsynth
Method Name: Nsynth_1


Project Name: tensorflow/datasets
Commit Name: 349ca365dbdf6179e24ebecf474207550735e82a
Time: 2020-04-26
Author: mihalache.c94@gmail.com
File Name: tensorflow_datasets/image_classification/chexpert.py
Class Name: Chexpert
Method Name: Chexpert_1