OfficerChul commited on
Commit
b6e9d39
·
verified ·
1 Parent(s): 3cd2333

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -88,7 +88,7 @@ The merged model can be directly loaded using the Hugging Face Transformers libr
88
  ```python
89
  from transformers import AutoModelForCausalLM, AutoTokenizer
90
 
91
- model_path = "output/gemma-e2b-lora-sft"
92
  tokenizer = AutoTokenizer.from_pretrained(model_path)
93
  model = AutoModelForCausalLM.from_pretrained(
94
  model_path,
 
88
  ```python
89
  from transformers import AutoModelForCausalLM, AutoTokenizer
90
 
91
+ model_path = "OfficerChul/gemma-3n-E2B-it-Android-Control-84k"
92
  tokenizer = AutoTokenizer.from_pretrained(model_path)
93
  model = AutoModelForCausalLM.from_pretrained(
94
  model_path,