Building Text Classifiers: A New Approach with Less Data
1–10 of 14 posts
Re: Building Text Classifiers: A New Approach with Less Data
#2Re: Building Text Classifiers: A New Approach with Less Data
#3TL;DR: In this article, we demonstrate a no-code approach to building a text classifier that not only outperforms Large Language Models (LLMs) such as OpenAI and Cohere, but also does so with just a handful of labeled data. If you're eager to see the results, feel free to jump straight to the Experiments section.
Re: Building Text Classifiers: A New Approach with Less Data
#4Re: Building Text Classifiers: A New Approach with Less Data
#5Re: Building Text Classifiers: A New Approach with Less Data
#6TL;DR: In this article, we demonstrate a no-code approach to building a text classifier that not only outperforms Large Language Models (LLMs) such as OpenAI and Cohere, but also does so with just a handful of labeled data. If you're eager to see the results, feel free to jump straight to the Experiments section.
So it sounds like you have a UI for building a training set and also a model trainer, right?
- Data ingestion: from various platforms, starting with Google Drive and soon expanding to OneDrive and Dropbox. - A robust labeling backend: with native integration with LabelStudio.
- Range of GPU selection: for training, starting from the affordable RTX A2000 to the powerful H100, starting at just $0.17/hour. You can save up to 60% compared to AWS, depending on the GPU.
- Model deployment & optimization: All trained models are fine-tuned using NVIDIA TensorRT and Triton for maximum efficiency.
Re: Building Text Classifiers: A New Approach with Less Data
#7https://docs.mazaal.ai/guides-and-concepts/AI%20models/manag...
https://docs.mazaal.ai/guides-and-concepts/AI%20models/trans...
https://docs.mazaal.ai/category/train https://docs.mazaal.ai/guides-and-concepts/Train/create-a-pa...
Re: Building Text Classifiers: A New Approach with Less Data
#8Unless you’ve forgotten that there are numerous other ways to do classification beyond using an LLM, I don’t see much substantive content here.