rbawden commited on
Commit
1fdd26f
1 Parent(s): 6738d18

Update DiaBLa.py

Browse files
Files changed (1) hide show
  1. DiaBLa.py +1 -0
DiaBLa.py CHANGED
@@ -74,6 +74,7 @@ class Diabla(datasets.GeneratorBasedBuilder):
74
  [
75
  ClassLabel(num_classes=5,
76
  names=['coherence', 'grammar', 'meaning', 'word choice', 'style']
 
77
  ]
78
  )
79
  }
 
74
  [
75
  ClassLabel(num_classes=5,
76
  names=['coherence', 'grammar', 'meaning', 'word choice', 'style']
77
+ )
78
  ]
79
  )
80
  }