Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
|
|
41 |
import torch
|
42 |
|
43 |
# Load the configuration for the fine-tuned model
|
44 |
-
model_id = "/
|
45 |
config = PeftConfig.from_pretrained(model_id)
|
46 |
|
47 |
# Load the base model and the fine-tuned model
|
|
|
41 |
import torch
|
42 |
|
43 |
# Load the configuration for the fine-tuned model
|
44 |
+
model_id = "Vijayendra/Gemma2.0-9B-HindiChat"
|
45 |
config = PeftConfig.from_pretrained(model_id)
|
46 |
|
47 |
# Load the base model and the fine-tuned model
|