Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up

All HF Hub posts

clem 
posted an update 1 day ago
view post
Post
1502
Six predictions for AI in 2025 (and a review of how my 2024 predictions turned out):

- There will be the first major public protest related to AI
- A big company will see its market cap divided by two or more because of AI
- At least 100,000 personal AI robots will be pre-ordered
- China will start to lead the AI race (as a consequence of leading the open-source AI race).
- There will be big breakthroughs in AI for biology and chemistry.
- We will begin to see the economic and employment growth potential of AI, with 15M AI builders on Hugging Face.

How my predictions for 2024 turned out:

- A hyped AI company will go bankrupt or get acquired for a ridiculously low price
✅ (Inflexion, AdeptAI,...)

- Open-source LLMs will reach the level of the best closed-source LLMs
✅ with QwQ and dozens of others

- Big breakthroughs in AI for video, time-series, biology and chemistry
✅ for video 🔴for time-series, biology and chemistry

- We will talk much more about the cost (monetary and environmental) of AI
✅Monetary 🔴Environmental (😢)

- A popular media will be mostly AI-generated
✅ with NotebookLM by Google

- 10 millions AI builders on Hugging Face leading to no increase of unemployment
🔜currently 7M of AI builders on Hugging Face
  • 2 replies
·
cutechicken 
posted an update 1 day ago
view post
Post
2186
# Tank War: A Cool AI-Generated Game Making Waves on Hugging Face

Hey there! Let me tell you about Tank War, a super interesting HTML5 Canvas game that's currently ranked #11 on Hugging Face Trending. What's really cool about this game is that it was initially whipped up in just one minute using MOUSE-I ( VIDraft/mouse1), and then polished up with some human touches to the metadata files. Pretty neat, right?

## What Makes It Fun?

- **Stage-by-Stage Action**: You get 2 stages, each packed with 10 rounds and an epic boss battle
- **Power-Up Shopping**: Grab new tanks and upgrades with your hard-earned gold
- **Two-Gun System**: Switch between a heavy-hitting cannon and a rapid-fire machine gun
- **Air Support**: Call in BF-109 fighters and JU-87 dive bombers to rain down some extra firepower

## The Tech Behind the Magic

1. **AI-Powered Foundation**
- Quick game logic generation through MOUSE-I
- Fine-tuned with custom metadata tweaks

2. **Smooth Canvas Graphics**
- Butter-smooth animations with requestAnimationFrame
- Smart hitbox system for precise combat

3. **Smart Code Structure**
- Well-organized classes for enemies, effects, and support units
- Clever code reuse through inheritance

4. **Cool Game Features**
- Awesome sound effects and background music
- Smart enemy AI that keeps you on your toes
- Support units that know how to pick their targets

This project shows just how far we've come with AI-assisted game development, and its popularity on Hugging Face proves it's onto something good! It's a perfect example of how MOUSE-I's quick prototyping abilities and a developer's careful tweaking can create something really special. Think of it as AI and human creativity teaming up to make something awesome! 🎮✨

cutechicken/tankwar
qq8933 
posted an update 1 day ago
view post
Post
2387
  • 3 replies
·
openfree 
posted an update about 10 hours ago
view post
Post
557
MOUSE-Chat: Conversational Text-to-Visualization AI Assistant

Overview 🎯
MOUSE-Chat revolutionizes AI chatbots by instantly transforming conversations into visualized web content. Moving beyond text-only responses, it creates immediate visual web pages with AI-generated images, charts, and interactive elements.

Key Features ✨
1. Text-to-Visualization System
Transforms conversations into visual web content
Real-time AI image generation and integration
Automatic creation of charts and interactive elements
2. Enhanced User Experience 🎨
Intuitive visual responses vs. traditional text-only chatbots
Real-time visualization feedback
One-click web deployment and sharing
3. Practical Applications 💡
Business presentations and reports
Educational content and tutorials
Marketing materials and social media content
Core Benefits 🚀
For Users
Instant visual understanding
No design skills needed
Quick content creation and sharing
For Business
Professional-looking outputs
Time and resource savings
Enhanced communication effectiveness
How to Use 🎮
Chat naturally with AI
Add image keywords when needed
Generate visual content instantly
Share with one click
Technical Features 📱
Real-time web visualization
AI image generation
Interactive elements
Responsive design
Instant web deployment

💡 What Sets Us Apart
Traditional Chatbots: Text-only responses
MOUSE-Chat: Instant visual web content with integrated AI images

#AIChatbot #Visualization #WebDesign #AI #ContentCreation

Transform your conversations into visual experiences with MOUSE-Chat - Where AI meets Design Intelligence.

URL: VIDraft/mouse-chat
merve 
posted an update 1 day ago
view post
Post
1205
small but mighty 🔥
you can fine-tune SmolVLM on an L4 with batch size of 4 and it will only take 16.4 GB VRAM 🫰🏻 also with gradient accumulation simulated batch size is 16 ✨
I made a notebook that includes all the goodies: QLoRA, gradient accumulation, gradient checkpointing with explanations on how they work 💝 https://github.com/huggingface/smollm/blob/main/finetuning/Smol_VLM_FT.ipynb
merve 
posted an update 1 day ago
view post
Post
1688
Last week we were blessed with open-source models! A recap 💝
merve/nov-29-releases-674ccc255a57baf97b1e2d31

🖼️ Multimodal
> At Hugging Face we released SmolVLM, a performant and efficient smol vision language model 💗
> Show Lab released ShowUI-2B: new vision-language-action model to build GUI/web automation agents 🤖
> Rhymes AI has released the base model of Aria: Aria-Base-64K and Aria-Base-8K with their respective context length
> ViDoRe team released ColSmolVLM: A new ColPali-like retrieval model based on SmolVLM
> Dataset: Llava-CoT-o1-Instruct: new dataset labelled using Llava-CoT multimodal reasoning model📖
> Dataset: LLaVA-CoT-100k dataset used to train Llava-CoT released by creators of Llava-CoT 📕

💬 LLMs
> Qwen team released QwQ-32B-Preview, state-of-the-art open-source reasoning model, broke the internet 🔥
> AliBaba has released Marco-o1, a new open-source reasoning model 💥
> NVIDIA released Hymba 1.5B Base and Instruct, the new state-of-the-art SLMs with hybrid architecture (Mamba + transformer)

⏯️ Image/Video Generation
> Qwen2VL-Flux: new image generation model based on Qwen2VL image encoder, T5 and Flux for generation
> Lightricks released LTX-Video, a new DiT-based video generation model that can generate 24 FPS videos at 768x512 res ⏯️
> Dataset: Image Preferences is a new image generation preference dataset made with DIBT community effort of Argilla 🏷️

Audio
> OuteAI released OuteTTS-0.2-500M new multilingual text-to-speech model based on Qwen-2.5-0.5B trained on 5B audio prompt tokens
nyuuzyou 
posted an update about 22 hours ago
view post
Post
880
its over
·
cfahlgren1 
posted an update 1 day ago
view post
Post
1117
We just dropped an LLM inside the SQL Console 🤯

The amazing, new Qwen/Qwen2.5-Coder-32B-Instruct model can now write SQL for any Hugging Face dataset ✨

It's 2025, you shouldn't be hand writing SQL! This is a big step in making it where anyone can do in depth analysis on a dataset. Let us know what you think 🤗
prithivMLmods 
posted an update about 4 hours ago
view post
Post
236
Milestone for Flux.1 Dev 🔥

💢The Flux.1 Dev model has crossed 1️⃣0️⃣,0️⃣0️⃣0️⃣ creative public adapters! 🎈
🔗 https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.1-dev

💢This includes:
- 266 Finetunes
- 19 Quants
- 4 Merges

💢 Here’s the 10,000th public adapter : 😜
+ strangerzonehf/Flux-3DXL-Partfile-0006

💢 Page :
+ https://huggingface.co/strangerzonehf

💢 Collection :
+ prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
fdaudens 
posted an update about 19 hours ago
view post
Post
825
Keeping up with open-source AI in 2024 = overwhelming.

Here's help: We're launching our Year in Review on what actually matters, starting today!

Fresh content dropping daily until year end. Come along for the ride - first piece out now with @clem 's predictions for 2025.

Think of it as your end-of-year AI chocolate calendar.

Kudos to @BrigitteTousi @clefourrier @Wauplin @thomwolf for making it happen. We teamed up with aiworld.eu for awesome visualizations to make this digestible—it's a charm to work with their team.

Check it out: huggingface/open-source-ai-year-in-review-2024