ChancesYuan commited on
Commit
1c92216
·
1 Parent(s): bdf7006

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -12,13 +12,11 @@ We provide four experimental edit object models of the PT-KGE in the paper exper
12
 
13
  ### How to use
14
 
15
- You can use this model directly with a pipeline for masked language modeling:
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
- Here is how to use this model:
23
 
24
- ```python
 
12
 
13
  ### How to use
14
 
15
+ 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