dtt-multi-branch icon indicating copy to clipboard operation
dtt-multi-branch copied to clipboard

Code for Controlling Hallucinations at Word Level in Data-to-Text Generation (C. Rebuffel, M. Roberti, L. Soulier, G. Scoutheeten, R. Cancelliere, P. Gallinari)

Results 3 dtt-multi-branch issues
Sort by recently updated
recently updated
newest added

Bumps [transformers](https://github.com/huggingface/transformers) from 2.6.0 to 4.30.0. Release notes Sourced from transformers's releases. v4.30.0: 100k, Agents improvements, Safetensors core dependency, Swiftformer, Autoformer, MobileViTv2, timm-as-a-backbone 100k Transformers has just reached 100k stars...

dependencies

运行这个代码之后python3 pos_tagging.py --do_train --do_tagging train --gpus 0 1 --dataset_folder wikibio 报错 No such file or directory: './pos/trained/test_predictions.txt'。

I have a question about the implementation of Part-of-Speech tagging. The following command will tag the POS. `python3 pos_tagging.py --do_train --do_tagging train --gpus 0 1 --dataset_folder wikibio` --do_train will load...