add alternatives
Browse files- Invalsi.py +6 -0
- invalsi_mate_data.zip +2 -2
- invalsi_mate_data/invalsi_mate_clean.csv +0 -0
Invalsi.py
CHANGED
@@ -70,6 +70,9 @@ class invalsi(datasets.GeneratorBasedBuilder):
|
|
70 |
"risposta": datasets.Value("string"),
|
71 |
"test_id": datasets.Value("string"),
|
72 |
"tipo": datasets.Value("string"),
|
|
|
|
|
|
|
73 |
}
|
74 |
)
|
75 |
elif self.config.name == "ita":
|
@@ -123,6 +126,9 @@ class invalsi(datasets.GeneratorBasedBuilder):
|
|
123 |
"risposta": row["risposta"],
|
124 |
"test_id": row["test_id"],
|
125 |
"tipo": row["tipo"],
|
|
|
|
|
|
|
126 |
# TODO: add after the image col is there "immagine": datasets.Value("string"),
|
127 |
# "immagine": row["image_file_names"],
|
128 |
}
|
|
|
70 |
"risposta": datasets.Value("string"),
|
71 |
"test_id": datasets.Value("string"),
|
72 |
"tipo": datasets.Value("string"),
|
73 |
+
"alt1": datasets.Value("string"),
|
74 |
+
"alt2": datasets.Value("string"),
|
75 |
+
"alt3": datasets.Value("string"),
|
76 |
}
|
77 |
)
|
78 |
elif self.config.name == "ita":
|
|
|
126 |
"risposta": row["risposta"],
|
127 |
"test_id": row["test_id"],
|
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 |
}
|
invalsi_mate_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:bc3c9b2851676c8c6fba1b3f2d1184aab49e972f4f82eb438f5b8086b32078c9
|
3 |
+
size 82401916
|
invalsi_mate_data/invalsi_mate_clean.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|