Migrate model card from transformers-repo
Browse filesRead announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/jimregan/BERTreach/README.md
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: ga
|
3 |
+
tags:
|
4 |
+
- irish
|
5 |
+
---
|
6 |
+
|
7 |
+
## BERTreach
|
8 |
+
|
9 |
+
([beirtreach](https://www.teanglann.ie/en/fgb/beirtreach) means 'oyster bed')
|
10 |
+
|
11 |
+
**Model size:** 84M
|
12 |
+
|
13 |
+
**Training data:**
|
14 |
+
* [PARSEME 1.2](https://gitlab.com/parseme/parseme_corpus_ga/-/blob/master/README.md)
|
15 |
+
* Newscrawl 300k portion of the [Leipzig Corpora](https://wortschatz.uni-leipzig.de/en/download/irish)
|
16 |
+
* Private news corpus crawled with [Corpus Crawler](https://github.com/google/corpuscrawler)
|
17 |
+
|
18 |
+
(2125804 sentences, 47419062 tokens, as reckoned by wc)
|
19 |
+
|
20 |
+
```
|
21 |
+
from transformers import pipeline
|
22 |
+
fill_mask = pipeline("fill-mask", model="jimregan/BERTreach", tokenizer="jimregan/BERTreach")
|
23 |
+
```
|