SadokBarbouche
commited on
Update README.md
Browse files
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")
|