khaimai commited on
Commit
7e43e16
·
verified ·
1 Parent(s): c4d7621

Update README.md

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