I have wondered if the very big models trained on a Big Pile of Everything can be used to curate smaller, higher quality data sets that lead to high performing models with smaller parameter counts. Not only are smaller models easier to distribute and faster at inference time, but it offers a licensing escape hatch if future copyright law changes or court rulings make it hard to publicly offer models trained on non-pe…
Optimizing LLMs from a Dataset Perspective
21–26 of 26 posts
Re: Optimizing LLMs from a Dataset Perspective
#22I have wondered if the very big models trained on a Big Pile of Everything can be used to curate smaller, higher quality data sets that lead to high performing models with smaller parameter counts. Not only are smaller models easier to distribute and faster at inference time, but it offers a licensing escape hatch if future copyright law changes or court rulings make it hard to publicly offer models trained on non-pe…
Re: Optimizing LLMs from a Dataset Perspective
#23Re: Optimizing LLMs from a Dataset Perspective
#24Earlier quoted context omitted.
The trick is training a little, then augmenting with documents using RAG. The idea that a model alone can handle complex use cases is common, but usually wrong.
RAG?
See https://research.ibm.com/blog/retrieval-augmented-generation...
Re: Optimizing LLMs from a Dataset Perspective
#25I have wondered if the very big models trained on a Big Pile of Everything can be used to curate smaller, higher quality data sets that lead to high performing models with smaller parameter counts. Not only are smaller models easier to distribute and faster at inference time, but it offers a licensing escape hatch if future copyright law changes or court rulings make it hard to publicly offer models trained on non-pe…
Re: Optimizing LLMs from a Dataset Perspective
#26What would a good fine-tuning dataset for language translation look like? I want to try fine-tuning to machine translate to and from a fairly niche language ( https://en.wikipedia.org/wiki/S'gaw_Karen_language) . How much text would I need, and what format would be ideal? I have a number of book length texts, most only in the target language, and a few bilingual or multilingual. For the bilingual and multilingual tex…