Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up

All HF Hub posts

hakunamatata1997ย 
posted an update 8 minutes ago
view post
Post
I'm working on talking head generation that takes audio and video as input, can someone suggest me a good existing architecture that can generate videos with less latency or can we make it in real time?
dhuynh95ย 
posted an update 21 minutes ago
view post
Post
๐Ÿ’ชBuild an information retrieval Agent that can beat Gemini and OpenAI using open-source Large Action Model framework!

In this video, we ask to different proprietary Conversational AI the question:
โ€œWhat is the most trendy recent paper on Llava models on Hugging Face papers? Provide the date and a summary of the paperโ€, and the results are interesting!
โŒGemini: found a paper from Jan 29, 2024
โŒOpenAI: found a paper from October 2023
โŒYou.com: found a paper from Jan 29 2024
โœ…LaVague: found the latest paper (ConvLlaVA which is dope by the way https://arxiv.org/abs/2405.15738)!

The best? Our solution fits a few ines of code with our open-source framework! I will share how we built that agent during our webinar on AI Web Agents, this Thursday 30th May at 9 am PST (https://lu.ma/m8fzmb3q) so donโ€™t miss it ๐Ÿ˜‰

You can also start playing with our framework: https://github.com/lavague-ai/LaVague
Taylor658ย 
posted an update 23 minutes ago
view post
Post
Cohere for AI, Argilla, and Hugging Face are collaborating on an Open Science Project to enhance multilingual model evaluations. The project focuses on the widely-used MMLU dataset, which spans 57 subjects like mathematics, computer science, and law. However, existing translations often miss linguistic and cultural nuances, thus embedding biases. ๐Ÿค”

To address this, they have annotated a subset of the MMLU test set and are inviting global perspectives to review prompts, highlighting cultural specifics and required knowledge. They have mentioned that insights will help shape future multilingual model evaluations, ensuring they are more inclusive and accurate. ๐Ÿ—บ๏ธ ๐Ÿ“ ๐Ÿ™Œ

โ–ถ๏ธ To get started go to: CohereForAI/MMLU-evaluation

๐ŸŒ They also have an Aya Discord server for collaboration with other participants: https://discord.gg/9gVhdfnQMN
Ali-C137ย 
posted an update about 8 hours ago
view post
Post
I'm officially considered #gpu_poor ๐Ÿ’€
But I'm #data_rich ๐Ÿ˜Ž
abidlabsย 
posted an update about 9 hours ago
view post
Post
๐—ฃ๐—ฟ๐—ผ๐˜๐—ผ๐˜๐˜†๐—ฝ๐—ถ๐—ป๐—ด holds an important place in machine learning. But it has traditionally been quite difficult to go from prototype code to production-ready APIs

We're working on making that a lot easier with ๐—š๐—ฟ๐—ฎ๐—ฑ๐—ถ๐—ผ and will unveil something new on June 6th: https://www.youtube.com/watch?v=44vi31hehw4&ab_channel=HuggingFace
as-cle-bertย 
posted an update about 10 hours ago
view post
Post
everything-ai v2.0.1: more AI power on your Desktop

What is everything-ai?

๐Ÿค– everything-ai is natively a multi-tasking agent, 100% local, that is able to perform several AI-related tasks

What's new?

๐Ÿš€ I am more than thrilled to introduce some new functionalities that were added since last release:

- ๐ŸŽ™๏ธ๐Ÿ”Š Handle audio files or microphone recordings, classifying or transcribing them with almost every audio-classification and automatic-speech-recognition model on Hugging Face Hub.
- ๐Ÿ“ฝ๏ธ Generate video from text prompts with almost every text-to-video model on HuggingFace Hub (original architecture by [Vasiliy Katsyka](https://github.com/Vasiliy-katsyka))
- ๐Ÿงฌ Predict the 3D structure of proteins from their amino-acidic sequence, with EsmFold by AI at Meta ([demo]( as-cle-bert/proteinviz)
- ๐Ÿ‹๏ธ Finetune HF models on several downstream tasks with AutoTrain local integration (AutoTrain is developed by [Abhishek Thakur](https://github.com/abhishekkrthakur))
- ๐Ÿ—ฃ๏ธ Unleash powerful LLMs and exploit larger database collections for RAG with the integration of Hugging Face Spaces API and Supabase PostgreSQL databases ([demo]( as-cle-bert/supabase-ai-chat)

How can you use all of these features?

You just need a docker compose up!๐Ÿ‹

Where can I find everything I need?

Get the source code (and leave a little โญ while you're there):
https://github.com/AstraBert/everything-ai
Get a quick-start with the documentation:
https://astrabert.github.io/everything-ai/

Credits and inspiration

Shout-outs to Hugging Face, Gradio, Docker, AI at Meta, Abhishek Thakur, Qdrant, LangChain and Supabase for making all of this possible!
Inspired by: Jan, Cheshire Cat AI, LM Studio, Ollama and other awesome local AI solutions!
damerajeeย 
posted an update about 15 hours ago
view post
Post
Just released ViLaH - a compact 3B parameter vision language model! which generates responses in Hindi only hindi for now ๐Ÿ˜”

BhashaAI/ViLaH
  • 2 replies
ยท
lunarfluย 
posted an update about 15 hours ago
view post
Post
Weekly highlights for the HF ecosystem!

๐Ÿš€ Phi 3
๐Ÿฆ… Falcon VLM
๐Ÿค— sentence-transformers v3.0 is here! Train and finetune embedding models with multi-GPU training, bf16 support, loss logging, callbacks and more!
๐Ÿฅณ Gradio launch event 6/6! We're launching 1.0 versions of two new libraries, Python + JS client libraries to programmatically query Gradio apps, and several new features making it easier to use Gradio apps in production!
โœจ Tools now available in HuggingChat! Use any AI apps built by the community! ๐Ÿ”ฅ
๐ŸงŠ ML for 3D Course Unit 3 is here! Covering Gaussian splatting, how it fits in the generative 3D pipeline, and hands-on code to build your own demo!

See the full list here!
https://discord.com/channels/879548962464493619/897387888663232554/1245036889539612764 !
  • 2 replies
ยท
sayakpaulย 
posted an update about 16 hours ago
view post
Post
๐Ÿงจ Diffusers 0.28.0 is out ๐Ÿ”ฅ

It features the first non-generative pipeline of the library -- Marigold ๐Ÿฅ

Marigold shines at performing Depth Estimation and Surface Normal Estimation. It was contributed by @toshas , one of the authors of Marigold.

This release also features a massive refactor (led by @DN6 ) of the from_single_file() method, highlighting our efforts for making our library more amenable to community features ๐Ÿค—

Check out the release notes here:
https://github.com/huggingface/diffusers/releases/tag/v0.28.0
lunarfluย 
posted an update about 16 hours ago
view post
Post
cooking up something....anyone interested in a daily activity tracker for HF?
ยท