forked from huggingface/transformers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[model_cards] Add a new model for Irish (huggingface#6544)
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
language: ga | ||
tags: | ||
- irish | ||
--- | ||
|
||
## BERTreach | ||
|
||
([beirtreach](https://www.teanglann.ie/en/fgb/beirtreach) means 'oyster bed') | ||
|
||
**Model size:** 84M | ||
|
||
**Training data:** | ||
* [PARSEME 1.2](https://gitlab.com/parseme/parseme_corpus_ga/-/blob/master/README.md) | ||
* Newscrawl 300k portion of the [Leipzig Corpora](https://wortschatz.uni-leipzig.de/en/download/irish) | ||
* Private news corpus crawled with [Corpus Crawler](https://github.com/google/corpuscrawler) | ||
|
||
``` | ||
from transformers import pipeline | ||
fill_mask = pipeline("fill-mask", model="jimregan/BERTreach", tokenizer="jimregan/BERTreach") | ||
``` |