thak123 commited on
Commit
2dd65a9
1 Parent(s): db99934

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -0
config.py CHANGED
@@ -6,6 +6,8 @@ model_link = hf_hub_download(repo_id="FFZG-cleopatra/Croatian-News-Classifier",f
6
  print(os.listdir())
7
  model_name = model_link #"FFZG-cleopatra/Croatian-News-Classifier"
8
 
 
 
9
  output_path = ""
10
  drop_out = 0.3
11
  max_length = 512
 
6
  print(os.listdir())
7
  model_name = model_link #"FFZG-cleopatra/Croatian-News-Classifier"
8
 
9
+ print("model-name:",model_name)
10
+
11
  output_path = ""
12
  drop_out = 0.3
13
  max_length = 512