thak123 commited on
Commit
78c373f
·
1 Parent(s): ff38229

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 = "https://huggingface.co/FFZG-cleopatra/lv-cros-sentimentor/raw/main/model.bin"
13
  #"https://huggingface.co/FFZG-cleopatra/lv-cros-sentimentor/blob/main/model.bin"
14
 
15
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
 
9
 
10
  # Folder to contain all the datasets
11
  DATASET_LOCATION = "" #
12
+ MODEL_PATH = "FFZG-cleopatra/lv-cros-sentimentor" #"https://huggingface.co/FFZG-cleopatra/lv-cros-sentimentor/raw/main/model.bin"
13
  #"https://huggingface.co/FFZG-cleopatra/lv-cros-sentimentor/blob/main/model.bin"
14
 
15
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')