Skip to content Skip to sidebar Skip to footer

Data Science

An Introduction To Fine-Tuning Pre-Trained Transformers Models | by Ram Vegiraju | Feb, 2024

Simplified utilizing the HuggingFace trainer object Image from Unsplash by Markus SpiskeHuggingFace serves as a home to many popular open-source NLP models. Many of these models are effective as is, but often require some sort of training or fine-tuning to improve performance for your specific use-case. As the LLM implosion continues, we will take a…

Read More

A Weekend AI Project: Making a Visual Assistant for People with Vision Impairments | by Dmitrii Eliuseev | Feb, 2024

Running a multimodal LLaVA model, camera, and speech synthesis Image by Enoc Valenzuela, UnsplashModern large multimodal models (LMMs) can process not only text but also different types of data. Indeed, “a picture is worth a thousand words,” and this functionality can be crucial during the interaction with the real world. In this “weekend project,” I…

Read More

Meta vs. OpenAI: Large Open-source Models for Translation

Meta’s open-source Seamless models: A deep dive into translation model architectures and a Python implementation guide using HuggingFace This post was co-authored with Rafael Guedes. The growth of an organization is not limited to its country boundaries. Some organizations only sell or operate on external markets. This globalization comes with several challenges, one being how…

Read More

Unlocking Insights: Building a Scorecard with Logistic Regression | by Vassily Morozov | Feb, 2024

After a credit card? An insurance policy? Ever wondered about the three-digit number that shapes these decisions? Introduction Scores are used by a large number of industries to make decisions. Financial institutions and insurance providers are using scores to determine whether someone is right for credit or a policy. Some nations are even using social…

Read More