Arnesh27 commited on
Commit
7c66f89
·
verified ·
1 Parent(s): 4736143

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -10,3 +10,7 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ from transformers import AutoModelForCausalLM, AutoTokenizer
15
+ model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/starchat2-15b-v0.1")
16
+ tokenizer = AutoTokenizer.from_pretrained("HuggingFaceH4/starchat2-15b-v0.1")