Update config.py
Browse files
config.py
CHANGED
|
@@ -12,7 +12,7 @@ EPOCHS = 5
|
|
| 12 |
from huggingface_hub import hf_hub_download
|
| 13 |
|
| 14 |
DATASET_LOCATION = "" #
|
| 15 |
-
|
| 16 |
|
| 17 |
MODEL_PATH = hf_hub_download(repo_id="thak123/bert-emoji-latvian-twitter-classifier", filename="model.bin")
|
| 18 |
|
|
|
|
| 12 |
from huggingface_hub import hf_hub_download
|
| 13 |
|
| 14 |
DATASET_LOCATION = "" #
|
| 15 |
+
print("hi")
|
| 16 |
|
| 17 |
MODEL_PATH = hf_hub_download(repo_id="thak123/bert-emoji-latvian-twitter-classifier", filename="model.bin")
|
| 18 |
|