Update Hotel.py
Browse files
Hotel.py
CHANGED
|
@@ -3,7 +3,7 @@ import csv
|
|
| 3 |
import datasets
|
| 4 |
|
| 5 |
|
| 6 |
-
_TRAIN_DOWNLOAD_URL = "https://drive.google.com/u/0/uc?id=
|
| 7 |
_DEV_DOWNLOAD_URL = "https://drive.google.com/u/0/uc?id=13ZGbKuJFXWjHkkPSkKgJoLuklZpuPipE&export=download"
|
| 8 |
_TEST_DOWNLOAD_URL = "https://drive.google.com/u/0/uc?id=1YrnAmkHC9Mgnn99azSpmAKRwMxTViIKC&export=download"
|
| 9 |
|
|
|
|
| 3 |
import datasets
|
| 4 |
|
| 5 |
|
| 6 |
+
_TRAIN_DOWNLOAD_URL = "https://drive.google.com/u/0/uc?id=1RWSlXKGqjx9KshiOnm-HxQxJVVlk3TmV&export=download"
|
| 7 |
_DEV_DOWNLOAD_URL = "https://drive.google.com/u/0/uc?id=13ZGbKuJFXWjHkkPSkKgJoLuklZpuPipE&export=download"
|
| 8 |
_TEST_DOWNLOAD_URL = "https://drive.google.com/u/0/uc?id=1YrnAmkHC9Mgnn99azSpmAKRwMxTViIKC&export=download"
|
| 9 |
|