lrana commited on
Commit
9bb896e
·
verified ·
1 Parent(s): dd17e15

Update msvamp.py

Browse files
Files changed (1) hide show
  1. msvamp.py +6 -13
msvamp.py CHANGED
@@ -13,19 +13,12 @@ _HOMEPAGE = "https://github.com/lranaldii/italian_arithmetic_reasoning"
13
 
14
  _LICENSE = "CC BY SA 4.0"
15
 
16
- # Update with actual URLs of the raw CSV files
17
- _BASE_URL = "https://raw.githubusercontent.com/lranaldii/italian_arithmetic_reasoning/main/msvamp_{lang}.csv"
18
-
19
- _LANG = ["it", "en"]
20
-
21
- _CITATION = """\
22
- @article{author2023msvamp,
23
- title={MSVAMP: Multilingual Simple Variations on Arithmetic Math word Problems},
24
- author={Author, A.},
25
- journal={arXiv preprint arXiv:2310.20246},
26
- year={2023}
27
- }
28
- """
29
 
30
  class MSVAMP(datasets.GeneratorBasedBuilder):
31
  """MSVAMP"""
 
13
 
14
  _LICENSE = "CC BY SA 4.0"
15
 
16
+
17
+ _BASE_URL = "msvamp_{lang}.tsv"
18
+
19
+ _LANG = ["en", "it"]
20
+
21
+
 
 
 
 
 
 
 
22
 
23
  class MSVAMP(datasets.GeneratorBasedBuilder):
24
  """MSVAMP"""