thak123 commited on
Commit
c3e7d26
1 Parent(s): 3c6e00e

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -12,7 +12,7 @@ EPOCHS = 5
12
  from huggingface_hub import hf_hub_download
13
 
14
  DATASET_LOCATION = "" #
15
-
16
 
17
  MODEL_PATH = hf_hub_download(repo_id="thak123/bert-emoji-latvian-twitter-classifier", filename="model.bin")
18
 
 
12
  from huggingface_hub import hf_hub_download
13
 
14
  DATASET_LOCATION = "" #
15
+ print("hi")
16
 
17
  MODEL_PATH = hf_hub_download(repo_id="thak123/bert-emoji-latvian-twitter-classifier", filename="model.bin")
18