[–] fl0ps 3y ago ↗ Been asked here before, but this was interesting:https://old.reddit.com/r/programming/comments/szqq5m/gptj_is...
[–] pizza 3y ago ↗ You can see here the most downloaded models from the Hugging Face transformers hub: https://huggingface.co/spaces/huggingface/transformers-statsIf I'm not mistaken these will be some of the best sota language models to try:- Flan-T5- OPT- Distilbert- GPT-JLook into PEFT to fit finetuning on a consumer-grade device. You'll have to roll your own RLHF though.. :)
2 comments
[ 2.6 ms ] story [ 15.8 ms ] threadhttps://old.reddit.com/r/programming/comments/szqq5m/gptj_is...
If I'm not mistaken these will be some of the best sota language models to try:
- Flan-T5
- OPT
- Distilbert
- GPT-J
Look into PEFT to fit finetuning on a consumer-grade device. You'll have to roll your own RLHF though.. :)