Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ base_model:
|
|
11 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
12 |
import torch
|
13 |
|
14 |
-
model_id = "cnmoro/
|
15 |
model = AutoModelForSequenceClassification.from_pretrained(
|
16 |
model_id,
|
17 |
num_labels=2
|
|
|
11 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
12 |
import torch
|
13 |
|
14 |
+
model_id = "cnmoro/TangledLlama33m-Reranker-EnPt"
|
15 |
model = AutoModelForSequenceClassification.from_pretrained(
|
16 |
model_id,
|
17 |
num_labels=2
|