Commit 8c1fea15 authored by Alain's avatar Alain
Browse files

PR #735 comments

- Add in comments the sources of the licenses.
- Add "No license found" when it is the case.
parent 1241d1c7
......@@ -43,6 +43,7 @@ level (for indicating the level of difficulty).
_HOMEPAGE = "https://github.com/chaochun/nlu-asdiv-dataset"
# License available at https://github.com/chaochun/nlu-asdiv-dataset/blob/master/README.md
_LICENSE = "CC BY-NC 4.0"
_URLS = "https://github.com/chaochun/nlu-asdiv-dataset/archive/55790e5270bb91ccfa5053194b25732534696b50.zip"
......
......@@ -43,6 +43,7 @@ and perform discrete operations over them (such as addition, counting, or sortin
_HOMEPAGE = "https://allenai.org/data/drop"
# License available at https://allenai.org/data/drop
_LICENSE = "CC BY"
_URLS = {
......
......@@ -51,6 +51,7 @@ The dataset contains questions about the following topics: medicine, nursing, ps
_HOMEPAGE = "https://aghie.github.io/head-qa/"
# License available at https://github.com/aghie/head-qa/blob/master/LICENSE
_LICENSE = "MIT License"
_URL = "https://drive.google.com/uc?export=download&confirm=t&id=1a_95N5zQQoUCq8IBNVZgziHbeM-QxG2t"
......
......@@ -41,6 +41,7 @@ learning agents.
_HOMEPAGE = "https://github.com/hendrycks/ethics"
# License available at https://github.com/hendrycks/ethics/blob/master/LICENSE
_LICENSE = "MIT License"
_URLS = "https://people.eecs.berkeley.edu/~hendrycks/ethics.tar"
......
......@@ -38,6 +38,7 @@ models to generate answer derivations and explanations.
_HOMEPAGE = "https://github.com/hendrycks/math"
# License available at https://github.com/hendrycks/math/blob/main/LICENSE
_LICENSE = "MIT License"
_URLS = "https://people.eecs.berkeley.edu/~hendrycks/MATH.tar"
......
......@@ -38,7 +38,7 @@ NLP setting.
_HOMEPAGE = "https://github.com/lgw863/LogiQA-dataset"
_LICENSE = ""
_LICENSE = "No license found"
_URLS = {
"train": "https://raw.githubusercontent.com/lgw863/LogiQA-dataset/master/Train.txt",
......
......@@ -38,7 +38,7 @@ modified from Chinese high school English listening comprehension test data.
_HOMEPAGE = "https://github.com/Nealcly/MuTual"
_LICENSE = ""
_LICENSE = "No license found"
_URLS = "https://github.com/Nealcly/MuTual/archive/master.zip"
......
......@@ -38,6 +38,7 @@ math, computer science, and philosophy papers.
_HOMEPAGE = "https://pile.eleuther.ai/"
# License available at https://github.com/EleutherAI/the-pile/blob/master/LICENSE
_LICENSE = "MIT License"
_URLS = {
......
......@@ -39,6 +39,7 @@ a teacher who answers the questions by providing short excerpts (spans) from the
_HOMEPAGE = "https://quac.ai/"
# License available at https://quac.ai/
_LICENSE = "CC BY-SA 4.0"
_URLS = {
......
......@@ -39,7 +39,7 @@ multiple-choice analogy questions; 5 choices per question.
_HOMEPAGE = "https://aclweb.org/aclwiki/SAT_Analogy_Questions_(State_of_the_art)"
_LICENSE = ""
_LICENSE = "No license found"
class SatAnalogies(datasets.GeneratorBasedBuilder):
......
......@@ -42,7 +42,7 @@ addition, or deletion of characters, and asking it to recover the original word.
_HOMEPAGE = "https://github.com/openai/gpt-3/tree/master/data"
_LICENSE = ""
_LICENSE = "No license found"
_BASE_URL = "https://raw.githubusercontent.com/openai/gpt-3/master/data"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment