Skip to content

Commit

Permalink
[model_cards] Add a new model for Irish (huggingface#6544)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimregan authored and Zigur committed Oct 26, 2020
1 parent 580f2a3 commit 05de594
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions model_cards/jimregan/BERTreach/README.md
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")
```

0 comments on commit 05de594

Please sign in to comment.