Datasets:
davebulaval
commited on
Commit
•
b40d805
1
Parent(s):
017893b
Update RISCBAC.py
Browse files- RISCBAC.py +2 -2
RISCBAC.py
CHANGED
@@ -44,13 +44,13 @@ _HOMEPAGE = "https://huggingface.co/datasets/davebulaval/RISCBAC"
|
|
44 |
|
45 |
_LICENSE = "Attribution 4.0 International (CC BY 4.0)"
|
46 |
|
47 |
-
_URL = "https://graal.ift.ulaval.ca/public/
|
48 |
|
49 |
|
50 |
class RISCBAC(datasets.GeneratorBasedBuilder):
|
51 |
"""RISCBAC: a synthetic bilingual automotive insurance contract dataset"""
|
52 |
|
53 |
-
VERSION = datasets.Version("1.0.
|
54 |
|
55 |
BUILDER_CONFIGS = [
|
56 |
datasets.BuilderConfig(
|
|
|
44 |
|
45 |
_LICENSE = "Attribution 4.0 International (CC BY 4.0)"
|
46 |
|
47 |
+
_URL = "https://graal.ift.ulaval.ca/public/deepparse/riscbac.zip"
|
48 |
|
49 |
|
50 |
class RISCBAC(datasets.GeneratorBasedBuilder):
|
51 |
"""RISCBAC: a synthetic bilingual automotive insurance contract dataset"""
|
52 |
|
53 |
+
VERSION = datasets.Version("1.0.1")
|
54 |
|
55 |
BUILDER_CONFIGS = [
|
56 |
datasets.BuilderConfig(
|