Spaces:
Runtime error
Runtime error
Update config.py
Browse files
config.py
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
output_path = ""
|
3 |
drop_out = 0.3
|
4 |
max_length = 512
|
|
|
1 |
+
from huggingface_hub import hf_hub_download,snapshot_download
|
2 |
+
print(snapshot_download(repo_id="FFZG-cleopatra/Croatian-News-Classifier"))
|
3 |
+
|
4 |
+
|
5 |
+
|
6 |
+
|
7 |
+
model_name = "FFZG-cleopatra/Croatian-News-Classifier""
|
8 |
output_path = ""
|
9 |
drop_out = 0.3
|
10 |
max_length = 512
|