mukund commited on
Commit
92f6603
1 Parent(s): 0eadc89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,17 +1,17 @@
1
- # PrivBERT
2
 
3
  PrivBERT is a privacy policy language model. We pre-trained PrivBERT on ~1 million privacy policies starting from the pretrained Roberta model.
4
 
5
- ## Usage
6
 
7
  from transformers import AutoTokenizer, AutoModel
8
  tokenizer = AutoTokenizer.from_pretrained("mukund/privbert")
9
  model = AutoModel.from_pretrained("model_name")
10
 
11
- ## License
12
 
13
  If you use this dataset in research, you must cite the below paper.
14
 
15
- Mukund Srinath, Shomir Wilson and C. Lee Giles. Privacy at Scale: Introducing the PrivaSeer Corpus of Web Privacy Policies. In Proc. ACL 2021.
16
 
17
  For research, teaching, and scholarship purposes, the model is available under a CC BY-NC-SA license. Please contact us for any requests regarding commercial use.
 
1
+ #PrivBERT
2
 
3
  PrivBERT is a privacy policy language model. We pre-trained PrivBERT on ~1 million privacy policies starting from the pretrained Roberta model.
4
 
5
+ ##Usage
6
 
7
  from transformers import AutoTokenizer, AutoModel
8
  tokenizer = AutoTokenizer.from_pretrained("mukund/privbert")
9
  model = AutoModel.from_pretrained("model_name")
10
 
11
+ ##License
12
 
13
  If you use this dataset in research, you must cite the below paper.
14
 
15
+ 'Mukund Srinath, Shomir Wilson and C. Lee Giles. Privacy at Scale: Introducing the PrivaSeer Corpus of Web Privacy Policies. In Proc. ACL 2021.'
16
 
17
  For research, teaching, and scholarship purposes, the model is available under a CC BY-NC-SA license. Please contact us for any requests regarding commercial use.