Crystalcareai
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -17,4 +17,4 @@ You can use this fine-tuned model like any other HuggingFace model. Simply load
|
|
17 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
18 |
|
19 |
model = AutoModelForCausalLM.from_pretrained("huggingface-username/gemma-fine-tuned")
|
20 |
-
tokenizer = AutoTokenizer.from_pretrained("huggingface-username/gemma-fine-tuned")
|
|
|
17 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
18 |
|
19 |
model = AutoModelForCausalLM.from_pretrained("huggingface-username/gemma-fine-tuned")
|
20 |
+
tokenizer = AutoTokenizer.from_pretrained("huggingface-username/gemma-fine-tuned")```
|