gpucce
commited on
Commit
•
3febd65
1
Parent(s):
b52c7d8
update invalsi ita
Browse files- Invalsi.py +8 -2
- invalsi_ita_data.zip +2 -2
- invalsi_ita_data/invalsi_ita_clean.csv +0 -0
Invalsi.py
CHANGED
@@ -23,7 +23,7 @@ import datasets
|
|
23 |
|
24 |
_CITATION = """\
|
25 |
@misc{esuli2024invalsi,
|
26 |
-
title={The Invalsi Benchmark: measuring Language Models Mathematical and Language understanding in Italian},
|
27 |
author={Andrea Esuli and Giovanni Puccetti},
|
28 |
year={2024},
|
29 |
eprint={2403.18697},
|
@@ -84,6 +84,9 @@ class invalsi(datasets.GeneratorBasedBuilder):
|
|
84 |
"immagine": datasets.Value("string"),
|
85 |
"test_id": datasets.Value("string"),
|
86 |
"tipo": datasets.Value("string"),
|
|
|
|
|
|
|
87 |
}
|
88 |
)
|
89 |
|
@@ -128,7 +131,7 @@ class invalsi(datasets.GeneratorBasedBuilder):
|
|
128 |
"tipo": row["tipo"],
|
129 |
"alt1": row["alt1"],
|
130 |
"alt2": row["alt2"],
|
131 |
-
"alt3": row["alt3"]
|
132 |
# TODO: add after the image col is there "immagine": datasets.Value("string"),
|
133 |
# "immagine": row["image_file_names"],
|
134 |
}
|
@@ -142,4 +145,7 @@ class invalsi(datasets.GeneratorBasedBuilder):
|
|
142 |
"immagine": row["image_file_names"],
|
143 |
"test_id": row["test_id"],
|
144 |
"tipo": row["tipo"],
|
|
|
|
|
|
|
145 |
}
|
|
|
23 |
|
24 |
_CITATION = """\
|
25 |
@misc{esuli2024invalsi,
|
26 |
+
title={The Invalsi Benchmark: measuring Language Models Mathematical and Language understanding in Italian},
|
27 |
author={Andrea Esuli and Giovanni Puccetti},
|
28 |
year={2024},
|
29 |
eprint={2403.18697},
|
|
|
84 |
"immagine": datasets.Value("string"),
|
85 |
"test_id": datasets.Value("string"),
|
86 |
"tipo": datasets.Value("string"),
|
87 |
+
"alt1": datasets.Value("string"),
|
88 |
+
"alt2": datasets.Value("string"),
|
89 |
+
"alt3": datasets.Value("string"),
|
90 |
}
|
91 |
)
|
92 |
|
|
|
131 |
"tipo": row["tipo"],
|
132 |
"alt1": row["alt1"],
|
133 |
"alt2": row["alt2"],
|
134 |
+
"alt3": row["alt3"],
|
135 |
# TODO: add after the image col is there "immagine": datasets.Value("string"),
|
136 |
# "immagine": row["image_file_names"],
|
137 |
}
|
|
|
145 |
"immagine": row["image_file_names"],
|
146 |
"test_id": row["test_id"],
|
147 |
"tipo": row["tipo"],
|
148 |
+
"alt1": row["alt1"],
|
149 |
+
"alt2": row["alt2"],
|
150 |
+
"alt3": row["alt3"],
|
151 |
}
|
invalsi_ita_data.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1561e38ca96f12634f294e961b00dfedd373a5072dfdae5ce9b3b215cfc61751
|
3 |
+
size 1154258
|
invalsi_ita_data/invalsi_ita_clean.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|