LucasWeber
commited on
Commit
•
af6030f
1
Parent(s):
73783a4
Update icl_consistency_test.py
Browse files- icl_consistency_test.py +1 -0
icl_consistency_test.py
CHANGED
@@ -112,6 +112,7 @@ class ICLConsistencyTest(datasets.GeneratorBasedBuilder):
|
|
112 |
]
|
113 |
|
114 |
def _generate_examples(self, filepath, split):
|
|
|
115 |
with open(filepath, encoding="utf-8") as f:
|
116 |
for key, row in enumerate(f):
|
117 |
data = json.loads(row)
|
|
|
112 |
]
|
113 |
|
114 |
def _generate_examples(self, filepath, split):
|
115 |
+
print(filepath)
|
116 |
with open(filepath, encoding="utf-8") as f:
|
117 |
for key, row in enumerate(f):
|
118 |
data = json.loads(row)
|