TextBox
TextBox copied to clipboard
TextBox 2.0 is a text generation library with pre-trained language models
I have some data like this: These are heads and I saved then in `train.input_text` ``` PersonX uses PersonX's ___ to obtain PersonX uses PersonX's ___ to obtain PersonX uses...
Hello , Thanks for developing such a nice library. I am looking for a detailed documentation. The readthedocs.io page is also empty and I feel the instructions given on github...
Hello, Thank you for this tool. I would like to add the possibility of training using Reinforcement Learning using a reward such as ROUGE or BLEU, for seq2seq tasks. I...
**描述这个 bug** 我在使用BART模型和wmt16-en-de的时候出现src和tgt长度不一致的情况,但是我检查了数据集之后发现文件长度相等。 **如何复现** (cmd: run_textbox.py --model=BART --model_path=facebook/bart-base --dataset=wmt16-en-de --src_lang=en_XX --tgt_lang=de_DE) **日志** ================================================================================ # General Hyper Parameters: gpu_id: 0 use_gpu: True device: cuda seed: 2020 reproducibility: True cmd: run_textbox.py --model=BART...
**描述这个 bug** 我在使用mBART模型和WMT19zh-en时碰到以下问题。 **如何复现** run_textbox.py --model=mBART --model_path=facebook/mbart-large-cc25 --dataset=wmt19-zh-en --src_lang=zh_CN --tgt_lang=en_XX **日志** 23 Apr 00:43 INFO Pretrain type: pretrain disabled :1: SyntaxWarning: 'int' object is not callable; perhaps you missed a...