baskra commited on
Commit
91bedaa
1 Parent(s): 4797a86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
 
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
  license: apache-2.0
4
+ datasets:
5
+ - wikipedia
6
  ---
7
+
8
+ # ALBERT Large (dropout)
9
+
10
+ Pretrained model on English language using a masked language modeling (MLM) objective. It was introduced
11
+ in [this paper](https://arxiv.org/abs/1810.04805) and first released
12
+ in [this repository](https://github.com/google-research-datasets/Zari). The model is initialized from the relevant
13
+ publicly-available checkpoint and pre-training continued over Wikipedia, with increased dropout rate.
14
+
15
+ Disclaimer: The team releasing ALBERT did not write a model card for this model so this model card has been written by
16
+ the FairNLP team.
17
+
18
+
19
+ ### BibTeX entry and citation info
20
+
21
+ ```
22
+ @misc{zari,
23
+ title={Measuring and Reducing Gendered Correlations in Pre-trained Models},
24
+ author={Kellie Webster and Xuezhi Wang and Ian Tenney and Alex Beutel and Emily Pitler and Ellie Pavlick and Jilin Chen and Slav Petrov},
25
+ year={2020},
26
+ eprint={2010.06032},
27
+ archivePrefix={arXiv},
28
+ primaryClass={cs.CL}
29
+ }
30
+ ```