prithivMLmods commited on
Commit
a71a2fe
·
verified ·
1 Parent(s): 5b49a28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ Elita-1-GGUF is based on the Qwen 2.5 14B modality architecture, designed to enh
28
  ```python
29
  from transformers import AutoModelForCausalLM, AutoTokenizer
30
 
31
- model_name = "prithivMLmods/Elita-1-GGUF"
32
 
33
  model = AutoModelForCausalLM.from_pretrained(
34
  model_name,
 
28
  ```python
29
  from transformers import AutoModelForCausalLM, AutoTokenizer
30
 
31
+ model_name = "prithivMLmods/Elita-1"
32
 
33
  model = AutoModelForCausalLM.from_pretrained(
34
  model_name,