pt-neural-gender-neutralizer
Introduction
🌈 pt-neural-gender-neutralizer is a fine-tuned M2M100 model trained on the gender-neutral rewriting task for Portuguese 🌈
Usage
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("leonorv/pt-neural-gender-neutralizer")
model = AutoModelForSeq2SeqLM.from_pretrained("leonorv/pt-neural-gender-neutralizer")
Additional Information
- This model is a neural version of the model hosted on https://github.com/leonorv/pt-gender-neutralizer
- The training data for pt-neural-gender-neutralizer can be found on https://github.com/leonorv/pt-gn-datasets
- Downloads last month
- 3
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.