Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
|
39 |
|
40 |
# Load the fine-tuned model and tokenizer
|
41 |
model = AutoModelForSequenceClassification.from_pretrained("ShahRishi/OphthaBERT-v2-glaucoma-binary")
|
42 |
-
tokenizer = AutoTokenizer.from_pretrained("ShahRishi/OphthaBERT-v2
|
43 |
|
44 |
# Example: Classify a clinical note
|
45 |
clinical_note = "Example clinical note text..."
|
|
|
39 |
|
40 |
# Load the fine-tuned model and tokenizer
|
41 |
model = AutoModelForSequenceClassification.from_pretrained("ShahRishi/OphthaBERT-v2-glaucoma-binary")
|
42 |
+
tokenizer = AutoTokenizer.from_pretrained("ShahRishi/OphthaBERT-v2")
|
43 |
|
44 |
# Example: Classify a clinical note
|
45 |
clinical_note = "Example clinical note text..."
|