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

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -0
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