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
fb7330b3
Unverified
Commit
fb7330b3
authored
Aug 17, 2020
by
Jim Regan
Committed by
GitHub
Aug 17, 2020
Browse files
update with #s of sentences/tokens (#6546)
parent
63144701
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
model_cards/jimregan/BERTreach/README.md
model_cards/jimregan/BERTreach/README.md
+2
-0
No files found.
model_cards/jimregan/BERTreach/README.md
View file @
fb7330b3
...
@@ -15,6 +15,8 @@ tags:
...
@@ -15,6 +15,8 @@ tags:
*
Newscrawl 300k portion of the
[
Leipzig Corpora
](
https://wortschatz.uni-leipzig.de/en/download/irish
)
*
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
)
*
Private news corpus crawled with
[
Corpus Crawler
](
https://github.com/google/corpuscrawler
)
(2125804 sentences, 47419062 tokens, as reckoned by wc)
```
```
from transformers import pipeline
from transformers import pipeline
fill_mask = pipeline("fill-mask", model="jimregan/BERTreach", tokenizer="jimregan/BERTreach")
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