Skip to content

Commit

Permalink
update with #s of sentences/tokens (huggingface#6546)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimregan authored and Zigur committed Oct 26, 2020
1 parent 118eb87 commit 4c7cc29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model_cards/jimregan/BERTreach/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ tags:
* 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)

(2125804 sentences, 47419062 tokens, as reckoned by wc)

```
from transformers import pipeline
fill_mask = pipeline("fill-mask", model="jimregan/BERTreach", tokenizer="jimregan/BERTreach")
Expand Down

0 comments on commit 4c7cc29

Please sign in to comment.