transformers
Here are 488 public repositories matching this topic...
-
Updated
Mar 22, 2021 - Python
-
Updated
Mar 23, 2021 - Python
-
Updated
Mar 12, 2021 - Jupyter Notebook
-
Updated
Mar 21, 2021 - Python
We have a Jupyter notebook on the README, a good idea could be to expand this to the parts that we have yet a notebook to have a more interactive README.
-
Updated
Mar 15, 2021 - Jupyter Notebook
-
Updated
Mar 23, 2021 - Python
-
Updated
Mar 23, 2021 - Python
-
Updated
Mar 23, 2021 - Scala
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.
-
Updated
Nov 6, 2020 - Python
-
Updated
Mar 9, 2021 - Python
-
Updated
Mar 8, 2021 - Python
-
Updated
Mar 23, 2021 - Scala
-
Updated
Mar 19, 2021 - Python
-
Updated
Jan 3, 2021
Hey! Thanks for the work on this.
Wondering how we can use this with mocha? tsconfig-paths has its own tsconfig-paths/register to make this work
https://github.com/dividab/tsconfig-paths#with-mocha-and-ts-node
Basically with mocha we have to run mocha -r ts-node/register -- but that wouldnt have the compiler flag.
Would be worthwhile to have the ability to do it which looks like
-
Updated
Mar 9, 2021 - Python
-
Updated
Mar 22, 2021 - Python
-
Updated
Jan 12, 2021 - Python
-
Updated
Mar 20, 2021 - Python
-
Updated
Apr 30, 2020 - Python
-
Updated
Jul 31, 2020 - Python
-
Updated
Mar 23, 2021 - Python
-
Updated
Feb 1, 2021 - Python
-
Updated
Dec 27, 2020 - Jupyter Notebook
Would be good to replace the weird tokenizer class megatron has with HF tokenizers, or at least accept both types of tokenizer. HF library is super intuitive for training and nice and easy to use. This would allow us to experiment with different tokenization schemes, etc.
The tokenizer code is a little spread out through the repo currently so this might be a bit of a task.
-
Updated
Sep 7, 2020 - Jupyter Notebook
-
Updated
Feb 24, 2021 - Python
Improve this page
Add a description, image, and links to the transformers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transformers topic, visit your repo's landing page and select "manage topics."

The
Splitclass acceptsSplitDelimiterBehaviorwhich is really useful. ThePunctuationhowever always usesSplitDelimiterBehavior::Isolated(andWhitespaceon the other hand behaves likeSplitDelimiterBehavior::Removed).