June 2023 Summaries
2 posts from Predibase
Filter
Month:
Year:
Post Summaries
Back to Blog
Large Language Models (LLMs) are versatile tools that extend beyond chat applications, offering a range of valuable use cases for enterprises. One significant application is text classification, enabling businesses to organize unstructured text efficiently without the need for extensive labeled data. Information extraction is another key use case, allowing organizations to transform unstructured text into structured data for easier analysis, such as extracting financial information from documents. LLMs also simplify content creation by auto-generating content that creators can refine, maintaining brand identity while reducing time and effort. Structured generation offers a way to produce highly formatted text, like JSON files from unstructured data, facilitating downstream tasks and data management. Lastly, question-answering or search capabilities leverage LLMs to search across vast document sets, providing precise answers to both aggregate and retrieval questions. Predibase offers tools and tutorials to help businesses explore these LLM applications, providing a platform for building custom models with minimal coding required.
Jun 27, 2023
1,297 words in the original blog post.
In a tutorial on fraud detection using declarative machine learning, the low-code AI platform Predibase and the open-source Ludwig project are utilized to build an end-to-end model for identifying fraudulent credit card transactions. The dataset, derived from European transactions in September 2013, highlights the challenge of class imbalance, as fraudulent instances are a mere 0.172% of the total. Predibase simplifies the modeling process by offering a range of suggested models, including neural networks and LightGBM, which cater to different data types and imbalances. The tutorial demonstrates the use of configuration-driven model training, enabling users to experiment with various architectures without extensive coding knowledge, and emphasizes the importance of precision and recall in evaluating model effectiveness. Predibase's approach, leveraging the Encoder-Combiner-Decoder (ECD) architecture and LightGBM, provides a robust foundation for handling imbalanced datasets and offers tools for further refinement, such as upsampling, downsampling, and adjusting class weights, all within a unified interface.
Jun 14, 2023
2,175 words in the original blog post.