nlp-library
Here are 228 public repositories matching this topic...
-
Updated
Jun 23, 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
Jun 19, 2021 - Python
-
Updated
Sep 23, 2019 - Java
-
Updated
Apr 10, 2021 - Python
-
Updated
Jun 21, 2021 - Python
-
Updated
Jun 8, 2021 - Go
-
Updated
Apr 2, 2021 - Java
-
Updated
Feb 8, 2021 - Python
-
Updated
Jun 21, 2021 - Python
-
Updated
Mar 13, 2019 - Python
-
Updated
Jun 19, 2021 - Kotlin
-
Updated
Mar 26, 2021 - HTML
-
Updated
Jun 9, 2021 - Python
-
Updated
Jun 18, 2021 - Python
-
Updated
Jun 2, 2021 - Python
-
Updated
Sep 18, 2020 - Python
-
Updated
May 21, 2021 - Python
-
Updated
Jun 21, 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."
huggingface/transformers#12276 introduced a new
--log_level
feature, which now allows users to set their desired log level via CLI or TrainingArguments.run_translation.py
was used as a "model" for other examples.Now we need to replicate this to all other Trainer-based examples under examples/pytorch/, the 3 changes are