PEFT
Safetensors
Hindi
Vijayendra commited on
Commit
cd0b601
·
verified ·
1 Parent(s): 9aed275

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "/kaggle/input/gemma2-lora-hindichat/transformers/unsloth-4bit/1/lora_model"
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