Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
3a302904
Unverified
Commit
3a302904
authored
Aug 17, 2020
by
Jim Regan
Committed by
GitHub
Aug 17, 2020
Browse files
[model_cards] Add a new model for Irish (#6544)
parent
07971d8b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
model_cards/jimregan/BERTreach/README.md
model_cards/jimregan/BERTreach/README.md
+21
-0
No files found.
model_cards/jimregan/BERTreach/README.md
0 → 100644
View file @
3a302904
---
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")
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment