Commit
·
c3c65cc
1
Parent(s):
6a847f2
feat
Browse files- VieGLUE.py +2 -0
VieGLUE.py
CHANGED
@@ -515,3 +515,5 @@ class VNExpress(datasets.GeneratorBasedBuilder):
|
|
515 |
"label": sample["label"],
|
516 |
**{f: sample[f] for f in features},
|
517 |
}
|
|
|
|
|
|
515 |
"label": sample["label"],
|
516 |
**{f: sample[f] for f in features},
|
517 |
}
|
518 |
+
|
519 |
+
id_ += 1
|