hosung1 commited on
Commit
f528f5f
·
verified ·
1 Parent(s): fc56595

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,5 +19,5 @@ RoBERTa-small을 Codenet데이터로 pre_train한 가중치입니다.
19
  ## How to use
20
  ```python
21
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
22
- tok = AutoTokenizer.from_pretrained("yourname/roberta-small-code-sim")
23
- mdl = AutoModelForSequenceClassification.from_pretrained("yourname/roberta-small-code-sim")
 
19
  ## How to use
20
  ```python
21
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
22
+ tok = AutoTokenizer.from_pretrained("hosung1/roberta_small_mlm_from_scratch")
23
+ mdl = AutoModelForSequenceClassification.from_pretrained("hosung1/roberta_small_mlm_from_scratch")