ShaneFF commited on
Commit
dfc4fcc
1 Parent(s): 2976295

Typographical Error Fix: Remove redundant "objective" in the first sentence.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ datasets:
9
 
10
  # Funnel Transformer large model (B8-8-8 with decoder)
11
 
12
- Pretrained model on English language using a similar objective objective as [ELECTRA](https://huggingface.co/transformers/model_doc/electra.html). It was introduced in
13
  [this paper](https://arxiv.org/pdf/2006.03236.pdf) and first released in
14
  [this repository](https://github.com/laiguokun/Funnel-Transformer). This model is uncased: it does not make a difference
15
  between english and English.
 
9
 
10
  # Funnel Transformer large model (B8-8-8 with decoder)
11
 
12
+ Pretrained model on English language using a similar objective as [ELECTRA](https://huggingface.co/transformers/model_doc/electra.html). It was introduced in
13
  [this paper](https://arxiv.org/pdf/2006.03236.pdf) and first released in
14
  [this repository](https://github.com/laiguokun/Funnel-Transformer). This model is uncased: it does not make a difference
15
  between english and English.