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...huggingface
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...35 likes路158 readsAIForTomorrow
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...Large 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...457 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...8 likes路4.1K 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...4 likes路4.2K readshuggingface