Spaces:
Sleeping
Sleeping
Update latest trained model
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import numpy as np
|
|
| 7 |
from sentence_transformers import SentenceTransformer
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
|
| 10 |
-
MODEL_ID = "yuhueng/qwen3-4b-singlish-base" # replace with your model
|
| 11 |
|
| 12 |
tokenizer = AutoTokenizer.from_pretrained(MODEL_ID)
|
| 13 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
|
| 7 |
from sentence_transformers import SentenceTransformer
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
|
| 10 |
+
MODEL_ID = "yuhueng/qwen3-4b-singlish-base-v3" # replace with your model
|
| 11 |
|
| 12 |
tokenizer = AutoTokenizer.from_pretrained(MODEL_ID)
|
| 13 |
model = AutoModelForCausalLM.from_pretrained(
|