bert
Here are 1,150 public repositories matching this topic...
-
Updated
Oct 20, 2020 - Python
-
Updated
Oct 20, 2020 - Jupyter Notebook
-
Updated
Oct 22, 2020
-
Updated
Nov 20, 2020 - Python
-
Updated
Nov 25, 2020 - Rust
chooses 15% of token
From paper, it mentioned
Instead, the training data generator chooses 15% of tokens at random, e.g., in the sentence my
dog is hairy it chooses hairy.
It means that 15% of token will be choose for sure.
From https://github.com/codertimo/BERT-pytorch/blob/master/bert_pytorch/dataset/dataset.py#L68,
for every single token, it has 15% of chance that go though the followup procedure.
PositionalEmbedding
-
Updated
Nov 19, 2020 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
Oct 22, 2020 - Python
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 16, 2020 - Jupyter Notebook
-
Updated
Nov 4, 2020 - Jupyter Notebook
-
Updated
Sep 17, 2020 - Python
-
Updated
Jul 28, 2020 - Python
-
Updated
Nov 18, 2020 - Python
-
Updated
Oct 29, 2020 - Python
-
Updated
Nov 25, 2020 - Scala
-
Updated
Aug 4, 2020 - Python
-
Updated
Oct 23, 2019
-
Updated
Jun 29, 2020 - Python
-
Updated
Oct 22, 2020 - Python
-
Updated
Nov 6, 2020 - Python
-
Updated
Mar 1, 2020 - Python
-
Updated
Sep 18, 2020 - Jupyter Notebook
-
Updated
Nov 24, 2020 - Erlang
-
Updated
Nov 6, 2020 - Python
Is your feature request related to a problem? Please describe.
With the new flexible Pipelines introduced in deepset-ai/haystack#596, we can build way more flexlible and complex search routes.
One common challenge that we saw in deployments: We need to distinguish between real questions and keyword queries that come in. We only want to route questions to the Reader b
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 14, 2020 - Python
Improve this page
Add a description, image, and links to the bert topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bert topic, visit your repo's landing page and select "manage topics."
This is a documentation request in order to make it easier to find corresponding examples in the documentation.
Good first issue if you want to get acquainted with the docs and how to build docs using Sphinx!
Current issue
Here's the issue: currently, if one goes to an older documentation version to check the "examples" page, for example, [v2.6.0](https://huggin