thak123 commited on
Commit
6d5d511
1 Parent(s): f71a77c

Update config.py

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