ShahRishi commited on
Commit
b2dbe0e
·
verified ·
1 Parent(s): 75f8615

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-glaucoma-binary")
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..."