osheina commited on
Commit
f3d621f
·
verified ·
1 Parent(s): 3fa3430

Update bert_strim.py

Browse files
Files changed (1) hide show
  1. bert_strim.py +1 -1
bert_strim.py CHANGED
@@ -8,7 +8,7 @@ tokenizer = AutoTokenizer.from_pretrained("cointegrated/rubert-tiny2")
8
  model = BERTClassifier()
9
  device = 'cpu'
10
 
11
- model.load_state_dict(torch.load('/Users/olgaseina/Desktop/NLP_project/BERTmodel_weights2.pth',map_location=torch.device('cpu')))
12
  model.eval()
13
 
14
  @st.cache_data
 
8
  model = BERTClassifier()
9
  device = 'cpu'
10
 
11
+ model.load_state_dict(torch.load('BERTmodel_weights2.pth',map_location=torch.device('cpu')))
12
  model.eval()
13
 
14
  @st.cache_data