rbawden commited on
Commit
ff75705
1 Parent(s): a6a5789

Update DiaBLa.py

Browse files
Files changed (1) hide show
  1. DiaBLa.py +2 -2
DiaBLa.py CHANGED
@@ -78,7 +78,7 @@ class Diabla(datasets.GeneratorBasedBuilder):
78
  ),
79
 
80
  'dialogue_history': [
81
- datasets.features.Sequence(
82
  {
83
  'id': datasets.Value('string'),
84
  'orig': datasets.Value('string'),
@@ -96,7 +96,7 @@ class Diabla(datasets.GeneratorBasedBuilder):
96
  }
97
  )
98
  }
99
- )
100
  ]
101
  }
102
  ),
 
78
  ),
79
 
80
  'dialogue_history': [
81
+ # datasets.features.Sequence(
82
  {
83
  'id': datasets.Value('string'),
84
  'orig': datasets.Value('string'),
 
96
  }
97
  )
98
  }
99
+ # )
100
  ]
101
  }
102
  ),