Change license to CC BY-SA 4.0
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
language: cs
|
3 |
-
license:
|
4 |
---
|
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
|
9 |
|
10 |
### How to use the discriminator in transformers
|
11 |
```python
|
|
|
1 |
---
|
2 |
language: cs
|
3 |
+
license: cc-by-sa-4.0
|
4 |
---
|
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 CC BY-SA 4.0 license (i.e. allowing commercial use).
|
9 |
|
10 |
### How to use the discriminator in transformers
|
11 |
```python
|