Instructions to use projecte-aina/aina-translator-es-an with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use projecte-aina/aina-translator-es-an with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("projecte-aina/aina-translator-es-an") model = AutoModelForSeq2SeqLM.from_pretrained("projecte-aina/aina-translator-es-an") - Notebooks
- Google Colab
- Kaggle
Wrong translation of places
#1
by lz00 - opened
Hello,
I was doing some trials with this package and I found it can't translate proper nouns correctly. For example:
- Calatayud -> Calatay茅n / Calatay (instead of Calatay煤)
- Jaca -> Jacas (instead of Chaca)
- Tarazona > Tarazonas (instead of Tarazona)
- Monz贸n > Monzonas (instead of Monz贸n)
I have very few knowledge about AI models, but it may be worth it some training with the proper nouns using the Aragonese Wikipedia (ex. https://an.wikipedia.org/wiki/Calatay%C3%BA)
Thank you for this extremely useful model 馃榿