Datasets:
Upload basic_sentence_transforms.py
Browse files
basic_sentence_transforms.py
CHANGED
@@ -5,7 +5,7 @@ import datasets
|
|
5 |
from datasets import Split, SplitGenerator
|
6 |
|
7 |
# relative path was not working here, so switched to absolute path
|
8 |
-
DATASET_URL = "https://huggingface.co/datasets/rfernand/basic_sentence_transforms/resolve/main
|
9 |
|
10 |
no_extra = {
|
11 |
"source": datasets.Value("string"),
|
|
|
5 |
from datasets import Split, SplitGenerator
|
6 |
|
7 |
# relative path was not working here, so switched to absolute path
|
8 |
+
DATASET_URL = "https://huggingface.co/datasets/rfernand/basic_sentence_transforms/resolve/main"
|
9 |
|
10 |
no_extra = {
|
11 |
"source": datasets.Value("string"),
|