Uppaal commited on
Commit
33e1a65
·
verified ·
1 Parent(s): 40a414d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ Use the code below to get started with the model.
93
 
94
  ```
95
  from transformers import AutoTokenizer, AutoModelForCausalLM
96
- model_id = "Uppaal/opt-6.7b-ProFS-toxicity"
97
 
98
  tokenizer = AutoTokenizer.from_pretrained(model_id)
99
  model = AutoModelForCausalLM.from_pretrained(model_id)
 
93
 
94
  ```
95
  from transformers import AutoTokenizer, AutoModelForCausalLM
96
+ model_id = "Uppaal/opt-ProFS-toxicity"
97
 
98
  tokenizer = AutoTokenizer.from_pretrained(model_id)
99
  model = AutoModelForCausalLM.from_pretrained(model_id)