NotIsora commited on
Commit
4b515b0
·
verified ·
1 Parent(s): bbcf245

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -63,8 +63,7 @@ Use the code below to get started with the model.
63
  import torch
64
  from transformers import AutoModelForCausalLM, AutoTokenizer
65
 
66
- # Replace with your actual repo ID
67
- REPO_ID = "your-username/Qwen2.5-7B-Chef-VN"
68
 
69
  tokenizer = AutoTokenizer.from_pretrained(REPO_ID)
70
  model = AutoModelForCausalLM.from_pretrained(
 
63
  import torch
64
  from transformers import AutoModelForCausalLM, AutoTokenizer
65
 
66
+ REPO_ID = "NotIsora/Qwen2.5-7B-Chef-VN"
 
67
 
68
  tokenizer = AutoTokenizer.from_pretrained(REPO_ID)
69
  model = AutoModelForCausalLM.from_pretrained(