Ann Huang
@AnnInTweetD
I like food, and some other things too. Making ML magic 🪄 at @huggingface.
Observers: A Lightweight SDK for AI Observability TLDR; - Track and record interactions with AI models - Store observations in multiple backends @huggingface, @argilla_io @duckdb - Query and analyse your AI interactions with ease GitHub: github.com/cfahlgren1/obs…
Super excited to introduce Halo: A beginner's guide to DIY health tracking with wearables! 🤗✨ Using an $11 smart ring, I'll show you how to build your own private health monitoring app. From basic metrics to advanced features like: - Activity tracking - Heart rate monitoring -…
If you were to fix one thing on the Hugging Face Hub, what would it be? What's your biggest gripe with the hub - let's fix it; the more, the merrier.
How can the Hub be better? Let us know!
If you were to fix one thing on the Hugging Face Hub, what would it be? What's your biggest gripe with the hub - let's fix it; the more, the merrier.
The @huggingface SQL Console now has Embeds! 🔗 Nice URL to Share / Save your Query Results 🖼️ Embed Results into Web Pages via IFrame In this example, I use handy DuckDB regex functions to find the Code Feedback conversations with the most markdown code blocks
How do you release an impactful dataset on the @huggingface Hub? We're enhancing how we track dataset downloads on the Hub, so I wanted to share some common themes I've noticed for datasets with high downloads. 🧵
Glad to see the @OpenSourceOrg release their OSAI definition process after an extensive collaborative process, and especially happy to see the role of training data enshrined! Head over to the OSI HF org page if you want to discuss the definition on @huggingface 🤗 1/2🧵
🆕 𝚜𝚊𝚏𝚎𝚑𝚝𝚝𝚙𝚡: a new open-source library from the Gradio team 🆕 This library is a product of our collaboration with @TrailOfBits and allows you to make asynchronous GET requests while avoiding Server Side Request Forgery. A 🧵 on why this is important!
The source code for HFChat macOS🤗is now fully open source and accepting PRs! Looking forward to see what folks will build. You'll also find some hidden features that never made it to the release: github.com/huggingface/ch…
Did you know that you can load the newest checkpoints (like Llama 3.2) into Keras directly from the original HuggingFace release (safetensors)? I tried - and lived to tell the tale: huggingface.co/blog/keras-lla…
What a great day for Open Science! @AIatMeta released models, datasets, and code for many of its research artefacts! 🔥 > Meta Segment Anything Model 2.1: An updated checkpoint with improved results on visually similar objects, small objects and occlusion handling. A new…
New blog post: Scale AI-based Data Processing EASY The FineWeb-Edu dataset comes from processing 45TB (🤯) of FineWeb And it uses a Language Model to classify the educational level of the text 😭😭 Still, we reproduced it in a few lines of code ! The key ? HF + Dask 😎