ciads-ut / watermarking-lexical-substitution

Code for experiments in text watermarking and lexical substitution
MIT License
1 stars 1 forks source link

OSError #1

Open Mr-Tieguigui opened 2 years ago

Mr-Tieguigui commented 2 years ago

I have downloaded the bart-base, but it still has the problem:

Can't load tokenizer for '\watermarking-lexical-substitution\bart-base'. Make sure that:

What's the problem?

AlanBaade commented 2 years ago

This project loads from a local copy of the bart-base model. Either this model can be downloaded from huggingface into the directory '\watermarking-lexical-substitution\bart-base' or you can remove '\watermarking-lexical-substitution' to automatically download the model from huggingface.

Please know that this project is still in the research phase, so reproducibility may be limited. Additionally, the BART watermarker failed to produce desired results, and its inclusion was to show the difficulty of training models for watermarking.