Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ from datasets import load_dataset
|
|
53 |
ds = load_dataset("visolex/ViHSD")
|
54 |
|
55 |
train_ds = ds.filter(lambda x: x["type"] == "train")
|
56 |
-
dev_ds = ds.filter(lambda x: x["type"] == "
|
57 |
test_ds = ds.filter(lambda x: x["type"] == "test")
|
58 |
|
59 |
# Example
|
|
|
53 |
ds = load_dataset("visolex/ViHSD")
|
54 |
|
55 |
train_ds = ds.filter(lambda x: x["type"] == "train")
|
56 |
+
dev_ds = ds.filter(lambda x: x["type"] == "dev")
|
57 |
test_ds = ds.filter(lambda x: x["type"] == "test")
|
58 |
|
59 |
# Example
|