Datasets:
dataloader
Browse files
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
|
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 |
|