seq2seq
Here are 840 public repositories matching this topic...
I opened jupyter notebook and openend the HTML.ipynb
I clicked on Cells>Run all
I waited for a while and then I got this result:
If this can help I also got this message.
How can I fix this so that I can generate the HTML code?
Thanks in advance
-
Updated
Oct 15, 2021 - Python
-
Updated
Jul 13, 2021 - Jupyter Notebook
-
Updated
Jul 1, 2021 - Jupyter Notebook
-
Updated
Aug 4, 2021 - Jupyter Notebook
-
Updated
Jul 21, 2019 - 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的,以及对应的输入输出样例
关于一些具体建议
-
Updated
Jan 6, 2022 - Scala
-
Updated
Jan 6, 2022 - Python
-
Updated
Jul 9, 2021 - Python
-
Updated
Jan 5, 2022
-
Updated
Mar 23, 2019 - Python
-
Updated
Feb 10, 2020 - Python
-
Updated
Oct 15, 2018 - Jupyter Notebook
-
Updated
Nov 8, 2021 - Python
-
Updated
May 25, 2020 - Python
-
Updated
May 11, 2021 - Python
-
Updated
Dec 26, 2019 - Python
-
Updated
Dec 20, 2021 - Python
The code would already produce charts in English. However, the current charts are in French.
One would need to try all the exercises to regenerate new charts, incorporate them in the notebook, and then regenerate the README in a clean way, as well as the .py file if the code in the notebook changed.
The French branch (which is named francais) should remain untouched.
-
Updated
Nov 19, 2021 - Python
-
Updated
Oct 29, 2021 - Python
-
Updated
May 6, 2021 - Lua
-
Updated
Jun 19, 2017 - Python
-
Updated
Dec 13, 2020 - Python
-
Updated
Dec 23, 2021 - Python
-
Updated
Nov 19, 2018 - Python
-
Updated
Jan 12, 2018 - Jupyter Notebook
Improve this page
Add a description, image, and links to the seq2seq topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the seq2seq topic, visit your repo's landing page and select "manage topics."
Fast Tokenizer for DeBERTA-V3 and mDeBERTa-V3
Motivation
DeBERTa V3 is an improved version of DeBERTa. With the V3 version, the authors also released a multilingual model "mDeBERTa-base" that outperforms XLM-R-base. However, DeBERTa V3 currently lacks a FastTokenizer implementation which makes it impossible to use with some of the example scripts (They require a Fa