Spaces:
Sleeping
Sleeping
Update load_data.py
Browse files- load_data.py +1 -1
load_data.py
CHANGED
@@ -15,7 +15,7 @@ from argilla.listeners import listener
|
|
15 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
16 |
|
17 |
# The source dataset to read Alpaca translated examples
|
18 |
-
SOURCE_DATASET = "
|
19 |
|
20 |
# The name of the dataset in Argilla
|
21 |
RG_DATASET_NAME = "alpaca-bangla"
|
|
|
15 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
16 |
|
17 |
# The source dataset to read Alpaca translated examples
|
18 |
+
SOURCE_DATASET = "nihalbaig/alpaca-bangla"
|
19 |
|
20 |
# The name of the dataset in Argilla
|
21 |
RG_DATASET_NAME = "alpaca-bangla"
|