Update config.py
Browse files
config.py
CHANGED
@@ -9,6 +9,7 @@ EPOCHS = 5
|
|
9 |
|
10 |
# Folder to contain all the datasets
|
11 |
from huggingface_hub import hf_hub_download
|
|
|
12 |
hf_hub_download(repo_id="thak123/bert-emoji-latvian-twitter-classifier", filename="model.bin",local_dir="./")
|
13 |
|
14 |
# import requests
|
|
|
9 |
|
10 |
# Folder to contain all the datasets
|
11 |
from huggingface_hub import hf_hub_download
|
12 |
+
print("hi")
|
13 |
hf_hub_download(repo_id="thak123/bert-emoji-latvian-twitter-classifier", filename="model.bin",local_dir="./")
|
14 |
|
15 |
# import requests
|