Update README.md
Browse files
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/
|
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)
|