mkocian commited on
Commit
2b4214c
1 Parent(s): 17e2e71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ license: MIT
5
 
6
  # Small-E-Czech
7
 
8
- Small-E-Czech is an [Electra](https://arxiv.org/abs/2003.10555)-small model pretrained on a Czech corpus created at Seznam.cz. Like other pretrained models, it should be finetuned on a downstream task of interest before use.
9
 
10
  ### How to use the discriminator in transformers
11
  ```python
 
5
 
6
  # Small-E-Czech
7
 
8
+ Small-E-Czech is an [Electra](https://arxiv.org/abs/2003.10555)-small model pretrained on a Czech web corpus created at Seznam.cz. Like other pretrained models, it should be finetuned on a downstream task of interest before use. At Seznam.cz, it has helped improve web search ranking, query typo correction or clickbait titles detection. We release it under MIT license (i.e. allowing commercial use).
9
 
10
  ### How to use the discriminator in transformers
11
  ```python