bigscience-workshop / xmtf

Crosslingual Generalization through Multitask Finetuning
https://arxiv.org/abs/2211.01786
Apache License 2.0
516 stars 37 forks source link

I can't find the model weights that you used for experimentation. #7

Open Mahyar-Ali opened 1 year ago

Mahyar-Ali commented 1 year ago

https://arxiv.org/pdf/2212.09535.pdf I was reading this paper, and really interested into trying this myself. But I can't find the model weights (bloom-3b) anywhere. Can you link that? would be great.

Muennighoff commented 1 year ago

Hey the model links are all in this table: https://github.com/bigscience-workshop/xmtf#models e.g. bloom-3b: https://huggingface.co/bigscience/bloom-3b bloomz-3b: https://huggingface.co/bigscience/bloomz-3b

Hope this helps 🤗