pere commited on
Commit
8c38168
·
1 Parent(s): 32843dd

dataloader

Browse files
Files changed (1) hide show
  1. nbnn_language_detection.py +1 -1
nbnn_language_detection.py CHANGED
@@ -2,7 +2,7 @@ from datasets import DatasetBuilder, DatasetInfo, SplitGenerator
2
  from datasets.features import Features, Value
3
  import json
4
 
5
- class MyDataset(DatasetBuilder):
6
 
7
  VERSION = "0.1.0"
8
 
 
2
  from datasets.features import Features, Value
3
  import json
4
 
5
+ class NbnnLanguageDetection(DatasetBuilder):
6
 
7
  VERSION = "0.1.0"
8