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