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