SadokBarbouche commited on
Commit
98659f6
1 Parent(s): acb5413

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ To utilize the model, simply install the Hugging Face `transformers` library and
14
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
15
 
16
  # Load the fine-tuned Gemma 2B-IT model
17
- model = AutoModelForSequenceClassification.from_pretrained("SadokBarbouche/gophos)
18
 
19
  # Load the tokenizer
20
  tokenizer = AutoTokenizer.from_pretrained("SadokBarbouche/gophos")
 
14
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
15
 
16
  # Load the fine-tuned Gemma 2B-IT model
17
+ model = AutoModelForSequenceClassification.from_pretrained("SadokBarbouche/gophos")
18
 
19
  # Load the tokenizer
20
  tokenizer = AutoTokenizer.from_pretrained("SadokBarbouche/gophos")