2121-8 commited on
Commit
4195939
β€’
1 Parent(s): 18f8085

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
60
 
61
  model_name = "2121-8/TinySlime-1.1B-Chat-v1.0"
62
  tokenizer = AutoTokenizer.from_pretrained(model_name)
63
- model = AutoModel.from_pretrained(model_name)
64
  ```
65
 
66
  ### γƒ†γ‚­γ‚Ήγƒˆη”Ÿζˆ
 
60
 
61
  model_name = "2121-8/TinySlime-1.1B-Chat-v1.0"
62
  tokenizer = AutoTokenizer.from_pretrained(model_name)
63
+ model = AutoModelForCausalLM.from_pretrained(model_name)
64
  ```
65
 
66
  ### γƒ†γ‚­γ‚Ήγƒˆη”Ÿζˆ