azza1625 commited on
Commit
ec349a6
·
verified ·
1 Parent(s): 9635ecd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ class SentenceClassificationMoeMTLModel(
102
 
103
  return x, cls_r
104
 
105
- model_name = "ag-charalampous/argument-same-side-stance-classification"
106
  tokenizer = AutoTokenizer.from_pretrained(model_name)
107
 
108
  model = SentenceClassificationMoeMTLModel.from_pretrained(model_name)
 
102
 
103
  return x, cls_r
104
 
105
+ model_name = "azza1625/argument-same-side-stance-classification"
106
  tokenizer = AutoTokenizer.from_pretrained(model_name)
107
 
108
  model = SentenceClassificationMoeMTLModel.from_pretrained(model_name)