Duy Huynh
commited on
Commit
·
9e9ccef
1
Parent(s):
3d2d286
Update
Browse files- OV_Text.py +2 -0
- data/products/test.txt +0 -0
- data/products/train.txt +0 -0
- data/products/validation.txt +0 -0
OV_Text.py
CHANGED
@@ -26,6 +26,8 @@ class UTSText(datasets.GeneratorBasedBuilder):
|
|
26 |
"""OV Word Tokenize datasets"""
|
27 |
VERSION = datasets.Version("1.0.0")
|
28 |
BUILDER_CONFIGS = [
|
|
|
|
|
29 |
OVTextConfig(
|
30 |
name="small", version=VERSION, description="OV_Text Small"),
|
31 |
OVTextConfig(
|
|
|
26 |
"""OV Word Tokenize datasets"""
|
27 |
VERSION = datasets.Version("1.0.0")
|
28 |
BUILDER_CONFIGS = [
|
29 |
+
OVTextConfig(
|
30 |
+
name="products", version=VERSION, description="OV_Text Product"),
|
31 |
OVTextConfig(
|
32 |
name="small", version=VERSION, description="OV_Text Small"),
|
33 |
OVTextConfig(
|
data/products/test.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/products/train.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/products/validation.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|