thak123 commited on
Commit
e4a12ff
·
1 Parent(s): 5f726f0

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -9,7 +9,7 @@ EPOCHS = 5
9
 
10
  # Folder to contain all the datasets
11
  DATASET_LOCATION = "" #
12
- #MODEL_PATH = "/mnt/data/group3/gaurish/SentimentAnalyserLVTwitter/bert-sentiment/src/trained_models/mbert-7epoch-lower/model.bin"
13
 
14
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
15
 
 
9
 
10
  # Folder to contain all the datasets
11
  DATASET_LOCATION = "" #
12
+ MODEL_PATH = "thak123/bert-emoji-latvian-twitter-classifier/model.bin"
13
 
14
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
15