trminhnam20082002 commited on
Commit
3ab7660
·
1 Parent(s): e2140d5
Files changed (1) hide show
  1. VieGLUE.py +1 -0
VieGLUE.py CHANGED
@@ -578,5 +578,6 @@ class VNExpress(datasets.GeneratorBasedBuilder):
578
  with open(file_path) as f:
579
  all_samples = json.load(f)
580
  print(f"Loaded {len(all_samples)} samples from {file_path}")
 
581
  for sample in all_samples:
582
  yield sample
 
578
  with open(file_path) as f:
579
  all_samples = json.load(f)
580
  print(f"Loaded {len(all_samples)} samples from {file_path}")
581
+ print(f"Sample: {all_samples[0]}")
582
  for sample in all_samples:
583
  yield sample