m-serious commited on
Commit
8fea093
·
verified ·
1 Parent(s): 0a40efd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,7 +63,7 @@ Typically, you can load the models using the Hugging Face `transformers` library
63
  ```python
64
  from transformers import AutoModelForCausalLM, AutoTokenizer
65
  # Example for one of the models (replace with the specific model name)
66
- model_name = "ulab-ai/Time-R1-Theta1" # Or your specific Hugging Face model path
67
  tokenizer = AutoTokenizer.from_pretrained(model_name)
68
  model = AutoModelForCausalLM.from_pretrained(model_name)
69
  # Further usage instructions would go here or in the repository
 
63
  ```python
64
  from transformers import AutoModelForCausalLM, AutoTokenizer
65
  # Example for one of the models (replace with the specific model name)
66
+ model_name = "ulab-ai/Time-R1-Theta2" # Or your specific Hugging Face model path
67
  tokenizer = AutoTokenizer.from_pretrained(model_name)
68
  model = AutoModelForCausalLM.from_pretrained(model_name)
69
  # Further usage instructions would go here or in the repository