thak123 commited on
Commit
f286b50
1 Parent(s): 75ce96c

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
 
3
  print(os.listdir())
4
- model_name = "FFZG-cleopatra/dummy-model" #"FFZG-cleopatra/Croatian-News-Classifier"
5
 
6
  print("model-name:",model_name)
7
 
 
1
  import os
2
 
3
  print(os.listdir())
4
+ model_name = "EMBEDDIA/crosloengual-bert" #"FFZG-cleopatra/dummy-model" #"FFZG-cleopatra/Croatian-News-Classifier"
5
 
6
  print("model-name:",model_name)
7