NamCyan commited on
Commit
f329a36
1 Parent(s): a1f5f06

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/TinyLlama_v1.1_math_code-technical-debt-code-tesoro")
36
- model = AutoModelForSequenceClassification.from_pretrained("NamCyan/TinyLlama_v1.1_math_code-technical-debt-code-tesoro")
37
  ```
38
 
39
 
 
32
  ```python
33
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
34
 
35
+ tokenizer = AutoTokenizer.from_pretrained("NamCyan/TinyLlama-technical-debt-code-tesoro")
36
+ model = AutoModelForSequenceClassification.from_pretrained("TinyLlama-technical-debt-code-tesoro")
37
  ```
38
 
39