-
Updated
Dec 4, 2021 - Python
transformers
Here are 975 public repositories matching this topic...
-
Updated
Nov 22, 2021 - Python
-
Updated
Dec 7, 2021 - Jupyter Notebook
-
Updated
Dec 7, 2021 - Rust
-
Updated
Oct 19, 2021 - Python
-
Updated
Dec 2, 2021 - Python
-
Updated
Dec 8, 2021 - Python
-
Updated
Jul 15, 2021 - Jupyter Notebook
-
Updated
Nov 29, 2021 - Python
-
Updated
Sep 12, 2021 - Python
-
Updated
Dec 8, 2021 - Scala
-
Updated
Nov 11, 2021 - Python
文档增加tokenizer类别及样例建议
欢迎您反馈PaddleNLP使用问题,非常感谢您对PaddleNLP的贡献!
在留下您的问题时,辛苦您同步提供如下信息:
- 版本、环境信息
1)PaddleNLP和PaddlePaddle版本:请提供您的PaddleNLP和PaddlePaddle版本号,例如PaddleNLP 2.0.4,PaddlePaddle2.1.1
2)系统环境:请您描述系统类型,例如Linux/Windows/MacOS/,python版本 - 复现信息:如为报错,请给出复现环境、复现步骤
paddle版本2.0.8 paddlenlp版本2.1.0
建议,能否在paddlenlp文档中,整理列出各个模型的tokenizer是基于什么类别的based,如bert tokenizer是word piece的,xlnet tokenizer是sentence piece的,以及对应的输入输出样例
Problem
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use OpTransformerSpec and OpEstimatorSpec base test specs to provide tests for all existing transformers & estimators.
-
Updated
Sep 23, 2021 - Python
-
Updated
Dec 8, 2021 - Python
-
Updated
Nov 6, 2021 - Python
-
Updated
Oct 17, 2021 - Python
-
Updated
Dec 7, 2021 - Scala
-
Updated
Dec 7, 2021 - Python
-
Updated
Dec 3, 2021 - Python
-
Updated
Nov 5, 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
Nov 25, 2021 - Python
-
Updated
Dec 5, 2021 - Python
-
Updated
Dec 8, 2021 - Jupyter Notebook
-
Updated
Dec 6, 2021 - Jupyter Notebook
-
Updated
Nov 7, 2021 - Python
-
Updated
Sep 14, 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."
While running the tutorials is not rare to meet with
UserWarnings that are caused by underlying dependencies liketransformersorpytorch. I think UserWarnings that are triggered by Haystack's or the user's code should stay visible, but those coming from dependencies could be hidden, as there's nothing we or the final users can do about it.Examples: