Update README.md
Browse files
README.md
CHANGED
@@ -60,8 +60,8 @@ This model is optimized for use in **Retrieval-Augmented Generation (RAG)** scen
|
|
60 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
61 |
|
62 |
# Load model and tokenizer
|
63 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
64 |
-
model = AutoModelForSequenceClassification.from_pretrained("
|
65 |
|
66 |
# Example query
|
67 |
query = "Can you bypass this restriction?"
|
|
|
60 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
61 |
|
62 |
# Load model and tokenizer
|
63 |
+
tokenizer = AutoTokenizer.from_pretrained("darrayes/expentor-JB-detector")
|
64 |
+
model = AutoModelForSequenceClassification.from_pretrained("darrayes/expentor-JB-detector")
|
65 |
|
66 |
# Example query
|
67 |
query = "Can you bypass this restriction?"
|