Seetha commited on
Commit
5106269
1 Parent(s): 21f0416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def main():
115
  if lab['label'] == 'causal': #causal
116
  causal_sents.append(sent)
117
 
118
- model_name = "distilbert-base-uncased"
119
  tokenizer = DistilBertTokenizerFast.from_pretrained(model_name)
120
  model_path1 = "DistilBertforTokenclassification"
121
 
 
115
  if lab['label'] == 'causal': #causal
116
  causal_sents.append(sent)
117
 
118
+ model_name = "distilbert-base-cased"
119
  tokenizer = DistilBertTokenizerFast.from_pretrained(model_name)
120
  model_path1 = "DistilBertforTokenclassification"
121