Crystalcareai
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
---
|
3 |
-
|
4 |
|
5 |
This repository contains a fine-tuned version of the Gemma model, which is part of the GemMoE (Gemma Mixture of Experts) family of models. For more information about GemMoE, please refer to the official documentation [https://huggingface.co/Crystalcareai/GemMoE-Beta-1].
|
6 |
|
@@ -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")
|
|
|
1 |
---
|
2 |
---
|
3 |
+
## Gemma Fine-Tuned Model
|
4 |
|
5 |
This repository contains a fine-tuned version of the Gemma model, which is part of the GemMoE (Gemma Mixture of Experts) family of models. For more information about GemMoE, please refer to the official documentation [https://huggingface.co/Crystalcareai/GemMoE-Beta-1].
|
6 |
|
|
|
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")
|