jeffreymeetkai commited on
Commit
7b0b090
1 Parent(s): 30e6f2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,8 +28,8 @@ We provide custom code for parsing raw model responses into a JSON object contai
28
  ```python
29
  from transformers import AutoModelForCausalLM, AutoTokenizer
30
 
31
- tokenizer = AutoTokenizer.from_pretrained("meetkai/functionary-small-v3.2")
32
- model = AutoModelForCausalLM.from_pretrained("meetkai/functionary-small-v3.2", device_map="auto", trust_remote_code=True)
33
 
34
  tools = [
35
  {
 
28
  ```python
29
  from transformers import AutoModelForCausalLM, AutoTokenizer
30
 
31
+ tokenizer = AutoTokenizer.from_pretrained("meetkai/functionary-medium-v3.2")
32
+ model = AutoModelForCausalLM.from_pretrained("meetkai/functionary-medium-v3.2", device_map="auto", trust_remote_code=True)
33
 
34
  tools = [
35
  {