Crystalcareai commited on
Commit
11bf0f0
·
verified ·
1 Parent(s): c07402b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- ```python
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")```
 
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")