jasonnlp123 commited on
Commit
5c679b9
·
verified ·
1 Parent(s): dcb996a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ Here provides a code snippet to show you how to load the tokenizer and model and
13
  ```python
14
  from transformers import AutoModelForCausalLM, AutoTokenizer
15
 
16
- model_name = "hhoh/TAT-R1"
17
 
18
  model = AutoModelForCausalLM.from_pretrained(
19
  model_name,
 
13
  ```python
14
  from transformers import AutoModelForCausalLM, AutoTokenizer
15
 
16
+ model_name = "jasonnlp123/TAT-R1"
17
 
18
  model = AutoModelForCausalLM.from_pretrained(
19
  model_name,