Skip to content

Commit

Permalink
fixed urls
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval committed May 18, 2023
1 parent 1492cc1 commit 1c877c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions riscbac.py → RISCBAC.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
_LICENSE = "Attribution 4.0 International (CC BY 4.0)"

_URLS = {
"en": "https://huggingface.co/datasets/davebulaval/RISCBAC/blob/main/en.zip",
"fr": "https://huggingface.co/datasets/davebulaval/RISCBAC/blob/main/fr.zip",
"en": "https://huggingface.co/datasets/davebulaval/RISCBAC/blob/main/en.jsonl",
"fr": "https://huggingface.co/datasets/davebulaval/RISCBAC/blob/main/fr.jsonl",
}


Expand All @@ -67,6 +67,8 @@ class RISCBAC(datasets.GeneratorBasedBuilder):
),
]

DEFAULT_CONFIG_NAME = "fr"

def _info(self):
features = datasets.Features(
{
Expand Down

0 comments on commit 1c877c1

Please sign in to comment.