ZoeYou commited on
Commit
e2a82bc
Β·
verified Β·
1 Parent(s): a03f31e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1,6 +1,13 @@
 
 
 
 
 
 
 
1
  # PatentBERT - PyTorch
2
 
3
- BERT model specialized for patent classification using the **real CPC (Cooperative Patent Classification) system** from the original PatentBERT training data.
4
 
5
  ## πŸ“Š Specifications
6
 
@@ -85,3 +92,13 @@ This model was trained on a large patent corpus to automatically classify docume
85
  ## πŸ“ Citation
86
 
87
  If you use this model, please cite the original PatentBERT work and mention this PyTorch conversion.
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - google-bert/bert-base-uncased
7
+ ---
8
  # PatentBERT - PyTorch
9
 
10
+ BERT model specialized for patent classification using the **real CPC (Cooperative Patent Classification) system**. (PyTorch version of the original [PatentBert](https://github.com/jiehsheng/PatentBERT/) model.)
11
 
12
  ## πŸ“Š Specifications
13
 
 
92
  ## πŸ“ Citation
93
 
94
  If you use this model, please cite the original PatentBERT work and mention this PyTorch conversion.
95
+ ```
96
+ @article{patent_bert,
97
+ author = "Jieh-Sheng Lee and Jieh Hsiang",
98
+ title = "{PatentBERT: Patent classification with fine-tuning a pre-trained BERT model}",
99
+ journal = "World Patent Information",
100
+ volume = "61",
101
+ number = "101965",
102
+ year = "2020",
103
+ }
104
+ ```