Commit
·
9c3fe5d
1
Parent(s):
0337545
Update basqueGLUE.py
Browse files- basqueGLUE.py +1 -1
basqueGLUE.py
CHANGED
|
@@ -489,7 +489,7 @@ class BasqueGLUE(datasets.GeneratorBasedBuilder):
|
|
| 489 |
example = {
|
| 490 |
'text': data['text'],
|
| 491 |
'span1_text': data['target']['span1_text'],
|
| 492 |
-
'span2_text': data['target']['
|
| 493 |
'span1_index': int(data['target']['span1_index']),
|
| 494 |
'span2_index': int(data['target']['span2_index'])
|
| 495 |
}
|
|
|
|
| 489 |
example = {
|
| 490 |
'text': data['text'],
|
| 491 |
'span1_text': data['target']['span1_text'],
|
| 492 |
+
'span2_text': data['target']['span2_text'],
|
| 493 |
'span1_index': int(data['target']['span1_index']),
|
| 494 |
'span2_index': int(data['target']['span2_index'])
|
| 495 |
}
|