hash-map commited on
Commit
dcbf518
verified
1 Parent(s): 6405bd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -78,7 +78,7 @@ from peft import PeftModel
78
  import torch
79
 
80
  # Replace with your actual repo
81
- model_name = "your-username/gemma-2-2b-it-got-qa"
82
 
83
  tokenizer = AutoTokenizer.from_pretrained(model_name)
84
  base_model = AutoModelForCausalLM.from_pretrained(
 
78
  import torch
79
 
80
  # Replace with your actual repo
81
+ model_name = "hash-map/got_model"
82
 
83
  tokenizer = AutoTokenizer.from_pretrained(model_name)
84
  base_model = AutoModelForCausalLM.from_pretrained(