thak123 commited on
Commit
f71a77c
1 Parent(s): bf10c4f

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +7 -1
config.py CHANGED
@@ -1,4 +1,10 @@
1
- model_name = ""
 
 
 
 
 
 
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