Crystalcareai
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -13,8 +13,8 @@ This repository contains a fine-tuned version of the Gemma model, which is part
|
|
13 |
|
14 |
You can use this fine-tuned model like any other HuggingFace model. Simply load it using the `from_pretrained` method:
|
15 |
|
16 |
-
|
17 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
18 |
|
19 |
-
model = AutoModelForCausalLM.from_pretrained("huggingface-
|
20 |
-
tokenizer = AutoTokenizer.from_pretrained("huggingface-
|
|
|
13 |
|
14 |
You can use this fine-tuned model like any other HuggingFace model. Simply load it using the `from_pretrained` method:
|
15 |
|
16 |
+
|
17 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
18 |
|
19 |
+
model = AutoModelForCausalLM.from_pretrained("huggingface-Crystalcareai/gemma-orca")
|
20 |
+
tokenizer = AutoTokenizer.from_pretrained("huggingface-Crystalcareai/gemma-orca")
|