nlp-library
Here are 230 public repositories matching this topic...
-
Updated
Jul 4, 2021 - Python
-
Updated
May 2, 2021
-
Updated
Dec 16, 2018 - Java
-
Updated
Jun 12, 2021 - Python
-
Updated
Mar 27, 2021 - Jupyter Notebook
when printing these objects we do not see informative content.
-
Updated
Jun 7, 2021 - Python
-
Updated
Jul 1, 2021 - Python
-
Updated
Sep 23, 2019 - Java
-
Updated
Apr 10, 2021 - Python
-
Updated
Jul 3, 2021 - Python
-
Updated
Jun 8, 2021 - Go
-
Updated
Apr 2, 2021 - Java
-
Updated
Jul 1, 2021 - Python
-
Updated
Feb 8, 2021 - Python
-
Updated
Mar 13, 2019 - Python
-
Updated
Jun 19, 2021 - Kotlin
-
Updated
Mar 26, 2021 - HTML
-
Updated
Jun 9, 2021 - Python
-
Updated
Jun 2, 2021 - Python
-
Updated
Jul 4, 2021 - Python
-
Updated
Sep 18, 2020 - Python
-
Updated
May 21, 2021 - Python
-
Updated
Jun 30, 2021 - Python
-
Updated
Apr 6, 2021 - Python
-
Updated
Sep 30, 2017 - GAP
Missing functionality
Currently, the release process (to GitHub and PyPi) is done manually, it's prone to errors, and the two scripts used work best in happy-path use-case scenarios while edge-case even though less to worry about are not taken care of, as well as they could have been.
The release to PyPi should be fail-safe as there is no way to revert if a mistake is made.
**Proposed
Improve this page
Add a description, image, and links to the nlp-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nlp-library topic, visit your repo's landing page and select "manage topics."
Add better error message to
HubertForCTC
,Wav2Vec2ForCTC
if labels are bigger than vocab size.Motivation
Following this issue: huggingface/transformers#12264 it is clear that an error message should be thrown if any of the any of the labels are >
self.config.vocab_size
or else silent errors can sneak into the training script.So w