language: | |
- en | |
library_name: peft | |
tags: | |
- media | |
metrics: | |
- rouge | |
pipeline_tag: text2text-generation | |
base_model: t5-large | |
The model is trained on [Wiki Neutrality Corpus (WNC)](https://ojs.aaai.org/index.php/AAAI/article/view/5385). Big kudos to the authors of WNC. | |
We uploaded an example Python script (main.py), you can refer it if you want to host it via FastAPI. | |