Update README.md
Browse files
README.md
CHANGED
@@ -83,7 +83,7 @@ The goal is to identify subtle linguistic differences and stylistic cues between
|
|
83 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
84 |
import torch
|
85 |
|
86 |
-
model_id = "
|
87 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
88 |
model = AutoModelForSequenceClassification.from_pretrained(model_id)
|
89 |
|
|
|
83 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
84 |
import torch
|
85 |
|
86 |
+
model_id = "abhi099k/ai-text-detector-v-n4.0"
|
87 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
88 |
model = AutoModelForSequenceClassification.from_pretrained(model_id)
|
89 |
|