Commit
·
240c390
1
Parent(s):
57609b6
Update README.md
Browse files
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="
|
| 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
|