thanhkt commited on
Commit
d48820d
1 Parent(s): 72cfabb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ load_in_4bit = True # Use 4bit quantization to reduce memory usage. Can be False
35
 
36
 
37
  model, tokenizer = FastLanguageModel.from_pretrained(
38
- model_name = "thanhkt/Qwen2.5-1.5B-MathInstruct",
39
  max_seq_length = max_seq_length,
40
  dtype = dtype,
41
  load_in_4bit = load_in_4bit,
 
35
 
36
 
37
  model, tokenizer = FastLanguageModel.from_pretrained(
38
+ model_name = "thanhkt/Qwen2.5-1.5B-Vi-Alpaca-GGUF",
39
  max_seq_length = max_seq_length,
40
  dtype = dtype,
41
  load_in_4bit = load_in_4bit,