ChancesYuan commited on
Commit
240c390
·
1 Parent(s): 57609b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ Here is how to use this model:
16
 
17
  ```python
18
  >>> from transformers import BertForMaskedLM
19
- >>> model = BertForMaskedLM.from_pretrained(pretrained_model_name_or_path="ChancesYuan/PT-KGE_E-FB15k237", subfolder="PT_KGE_E-FB15k237")
20
  ```
21
 
22
  ### BibTeX entry and citation info
 
16
 
17
  ```python
18
  >>> from transformers import BertForMaskedLM
19
+ >>> model = BertForMaskedLM.from_pretrained(pretrained_model_name_or_path="zjunlp/KGEditor", subfolder="E-FB15k237")
20
  ```
21
 
22
  ### BibTeX entry and citation info