medmac01 commited on
Commit
c0ddbf7
1 Parent(s): d6d1a39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ Our models are now getting released as a public preview of its capabilities, and
76
  import torch, json
77
  from transformers import AutoModelForCausalLM, AutoTokenizer
78
 
79
- model_path = "whiterabbitneo/WhiteRabbitNeo-7B-v-1.5a"
80
 
81
  model = AutoModelForCausalLM.from_pretrained(
82
  model_path,
 
76
  import torch, json
77
  from transformers import AutoModelForCausalLM, AutoTokenizer
78
 
79
+ model_path = "WhiteRabbitNeo/WhiteRabbitNeo-7B-v1.5a"
80
 
81
  model = AutoModelForCausalLM.from_pretrained(
82
  model_path,