NamCyan commited on
Commit
3218eb5
1 Parent(s): 1b90d86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,8 +32,8 @@ Use the code below to get started with the model.
32
  ```python
33
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
34
 
35
- tokenizer = AutoTokenizer.from_pretrained("NamCyan/phi-2-technical-debt-code-tesoro")
36
- model = AutoModelForSequenceClassification.from_pretrained("NamCyan/phi-2-technical-debt-code-tesoro")
37
  ```
38
 
39
 
 
32
  ```python
33
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
34
 
35
+ tokenizer = AutoTokenizer.from_pretrained("NamCyan/OpenCodeInterpreter-DS-1.3B-technical-debt-code-tesoro")
36
+ model = AutoModelForSequenceClassification.from_pretrained("NamCyan/OpenCodeInterpreter-DS-1.3B-technical-debt-code-tesoro")
37
  ```
38
 
39