amornpan commited on
Commit
d866859
·
verified ·
1 Parent(s): 030a0c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -136,7 +136,7 @@ import torch
136
  from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig
137
  ```
138
  # Define the model path
139
- model_path = 'amornpan/Qwen2.5-32B-MedChatModel'
140
 
141
  # Load the tokenizer and model
142
  tokenizer = AutoTokenizer.from_pretrained(model_path)
 
136
  from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig
137
  ```
138
  # Define the model path
139
+ model_path = 'amornpan/V3_qwen2.5-32b-med-thai-optimized'
140
 
141
  # Load the tokenizer and model
142
  tokenizer = AutoTokenizer.from_pretrained(model_path)