Update README.md
Browse files
README.md
CHANGED
|
@@ -102,7 +102,7 @@ class SentenceClassificationMoeMTLModel(
|
|
| 102 |
|
| 103 |
return x, cls_r
|
| 104 |
|
| 105 |
-
model_name = "
|
| 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)
|