Update README.md
Browse files
README.md
CHANGED
|
@@ -64,7 +64,7 @@ Typically, you can load the models using the Hugging Face `transformers` library
|
|
| 64 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 65 |
|
| 66 |
# Example for one of the models (replace with the specific model name)
|
| 67 |
-
model_name = "ulab-ai/Time-R1-
|
| 68 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 69 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
| 70 |
|
|
|
|
| 64 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 65 |
|
| 66 |
# Example for one of the models (replace with the specific model name)
|
| 67 |
+
model_name = "ulab-ai/Time-R1-S1P1" # Or your specific Hugging Face model path
|
| 68 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 69 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
| 70 |
|