alexa/ramen
A software for transferring pre-trained English models to foreign languages
This software helps natural language processing (NLP) researchers and engineers adapt powerful English language models to work effectively with other languages. It takes a pre-trained English model and data in a new target language to produce a specialized model for that foreign language. This is ideal for those developing AI applications for global markets.
No commits in the last 6 months.
Use this if you need to quickly get a high-performing language model for a non-English language without having to train one from scratch.
Not ideal if you are looking for a pre-packaged, ready-to-use model for a specific foreign language rather than a tool for model adaptation.
Stars
19
Forks
5
Language
Python
License
MIT-0
Category
Last pushed
Mar 20, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/alexa/ramen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Tongjilibo/bert4torch
An elegent pytorch implement of transformers
nyu-mll/jiant
jiant is an nlp toolkit
lonePatient/TorchBlocks
A PyTorch-based toolkit for natural language processing
monologg/JointBERT
Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"
grammarly/gector
Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite"...