Narbeh Shahnazariannarb.hashnode.dev·Aug 6, 2024Running Hugging Face Models on Lilypad Network: A Complete GuideIntroduction In this guide we are going to be exploring the intersection of AI and blockchain technology with Lilypad Network and Hugging Face. If you recall from my previous blog post, Lilypad Network is a serverless, distributed compute network ena...Discusshuggingface
Fatuma Abdullahiblog.hijabicoder.dev·Jul 28, 2024Auto Add Alt Text to Img Tags with Easy Alt, an AI-Powered VSCode ExtensionThis blog post introduces Easy Alt VSCode extension, my submission to Hashnode's AI-for-Tomorrow hackathon. Easy Alt is a Visual Studio Code extension that automatically adds alt text to image tags in .html, .jsx and .tsx files, making the process se...Discuss·35 likes·113 readsAIForTomorrowAh yes, the pain of biting off more than you can chew then actually figuring it out. It’s really cool to read about your experience building this. Plus anything that can help devs create better software is always needed. Thanks for sharing! 10
Rooparupard.hashnode.dev·Apr 11, 2024Text Summarization App using Hugging Face 🤗Introduction In this blog, we will see how to create a text summarization app using Hugging Face and the Gradio library. Let's get started! Project Intro Definition The Text summarization app used to summarize the given text within a minimum word len...DiscussLarge Language Model (LLM)huggingface
Kaushal Powarwrittenbykaushal.hashnode.dev·Jan 10, 2024Phi-2 has an MIT license now! Why not perform RAG using it?Yesterday I read a few posts about Microsoft Phi-2 LLM's license changed to MIT. What so fuss around it though? The old license was like "You are allowed to conduct testing locally; however, for production purposes, it is essential to execute the app...Discuss·423 readsLLMphi2
Naman GoelforFutureSmart AI Blogblog.futuresmart.ai·May 18, 2023Exploring Zero-Shot Learning and HuggingFace Transformers: A Comprehensive GuideI. Introduction Zero-shot learning (ZSL) is a machine learning paradigm that enables models to classify new examples that are not included in the training data. In Zero-Shot Learning, the model uses previously learned information to recognize new cla...Discuss·8 likes·4.0K readshuggingface inference
Naman GoelforFutureSmart AI Blogblog.futuresmart.ai·Apr 4, 2023Mastering Hugging Face Inference API: Integrating NLP Models for Real-Time PredictionsInference API is a type of API that allows users to make predictions using pre-trained machine-learning models. It is a crucial component in the deployment of machine learning models for real-time predictions and decision-making. By using an Inferenc...Discuss·4 likes·3.9K readshuggingface