multilingual-modeling icon indicating copy to clipboard operation
multilingual-modeling copied to clipboard

BLOOM+1: Adapting BLOOM model to support a new unseen language

Results 19 multilingual-modeling issues
Sort by recently updated
recently updated
newest added

Paper: https://aclanthology.org/2022.acl-long.125/ Implementation from paper here: https://github.com/cambridgeltl/composable-sft I’ll work on this starting tomorrow.

composable-sft requires torch to install. So added an additional step before it.

Adding Turkish language training script.

https://arxiv.org/pdf/2110.07560.pdf

Submitting a PR from fork because I may not have edit access to this repo. In this PR: added `adapters_eval.py` , a script that can be used to evaluate on...