nomadicsynth's picture

nomadicsynth PRO

nomadicsynth

AI & ML interests

Yes.

Recent Activity

Organizations

Neon Cortex's profile picture

nomadicsynth's activity

reacted to jbilcke-hf's post with ๐Ÿ‘ 1 day ago
view post
Post
1503
Hi everyone,

I've seen some unsuccessful attempts at running Wan2GP inside a Hugging Face Space, which is a shame as it is a great Gradio app!

So here is a fork that you can use, with some instructions on how to do this:

jbilcke-hf/Wan2GP_you_must_clone_this_space_to_use_it#1

Note : some things like persistent models/storage/custom LoRAs might not be fully working out of the box. If you need those, you might have to dig into the Wan2GP codebase, see how to tweak the storage folder. Happy hacking!

published an article 1 day ago
reacted to ArturoNereu's post with ๐Ÿ‘ 1 day ago
view post
Post
1341
I just finished AI Engineering by Chip Huyen. Probably the best resource Iโ€™ve seen that covers the full AI stack. People wondering how to shift their careers toward AI might find this very useful.

I recently shared this list of resources Iโ€™ve been using to learn AI:
๐Ÿ”— https://github.com/ArturoNereu/AI-Study-Group
reacted to codelion's post with ๐Ÿš€ 6 days ago
view post
Post
3332
๐Ÿง  We just implemented Andrej Karpathy's "third paradigm" for LLM learning!

System Prompt Learning (SPL) enables LLMs to automatically learn problem-solving strategies from experience, rather than relying on static prompts.

๐Ÿš€ How it works:
Your LLM builds a database of effective strategies, selects the best ones for each problem, and refines them over time based on success rates.

๐Ÿ“Š Results across math benchmarks:
Arena Hard: 29% โ†’ 37.6% (+8.6%)
AIME24: 23.33% โ†’ 30% (+6.67%)
OptILLMBench: 61% โ†’ 65% (+4%)

The best part? All strategies are human-readable and the system gets progressively better at problem types you use frequently.

โœจ Key benefits:
๐Ÿ”„ Cumulative learning over time
๐Ÿ“– Transparent, inspectable strategies
๐Ÿ”Œ Works with any OpenAI-compatible API
โšก Simple integration: just add "spl-" prefix to your model

Built as an open-source plugin in optillm. After 500 queries, our system developed 129 strategies and refined 97 of them!

This feels like a genuine step toward AI that learns from experience while staying completely interpretable.

๐Ÿ”— GitHub: https://github.com/codelion/optillm/tree/main/optillm/plugins/spl
๐Ÿ“– Full article: https://huggingface.co/blog/codelion/system-prompt-learning
๐Ÿฆ Original Karpathy tweet: https://x.com/karpathy/status/1921368644069765486

Have you experimented with advanced system prompting? What strategies would you want your LLM to learn?
reacted to openfree's post with ๐Ÿ‘€ 8 days ago
view post
Post
2744
๐ŸŽ™๏ธ Voice Clone AI Podcast Generator: Create Emotionally Rich Podcasts with Your Own Voice!

๐Ÿš€ Project Introduction
Hello! Today we're excited to introduce an AI-powered solo podcast generator that creates high-quality voice cloning with authentic emotional expression.
Transform any PDF document, web URL, or keyword into a professional podcast with just a few clicks! ๐Ÿ“šโžก๏ธ๐ŸŽง

VIDraft/Voice-Clone-Podcast

โœจ Key Features
1. ๐ŸŽฏ Multiple Input Methods

URL: Simply paste any blog or article link
PDF: Upload research papers or documents directly
Keyword: Enter a topic and AI searches for the latest information to create content

2. ๐ŸŽญ Emotionally Expressive Voice Cloning
Powered by Chatterbox TTS:

๐ŸŽค Voice Cloning: Learn and replicate your unique voice perfectly
๐Ÿ“ข Natural intonation and emotional expression
๐ŸŒŠ Customizable emotion intensity with Exaggeration control
โšก Seamless handling of long texts with automatic chunking

3. ๐Ÿค– State-of-the-Art LLM Script Generation

Professional-grade English dialogue using Private-BitSix-Mistral
12 natural conversational exchanges
Real-time web search integration for up-to-date information
Fully editable generated scripts! โœ๏ธ

๐Ÿ’ก Use Cases
๐Ÿ“– Educational Content

Transform complex research papers into easy-to-understand podcasts
Create English learning materials in your own voice

๐Ÿ“ฐ News & Information

Convert international articles into engaging audio content
Produce global trend analysis podcasts

๐ŸŽจ Creative Content

Tell stories in English with your own voice
Build your global personal brand with custom audio content

๐Ÿ› ๏ธ Tech Stack
๐Ÿง  LLM: Llama CPP + Private-BitSix-Mistral
๐Ÿ—ฃ๏ธ TTS: Chatterbox (Voice Cloning & Emotional Expression)
๐Ÿ” Search: Brave Search API
๐Ÿ“„ Document Processing: LangChain + PyPDF
๐Ÿ–ฅ๏ธ Interface: Gradio
๐ŸŽ‰ What Makes Us Special

๐ŸŽค Voice Cloning: Perfect voice replication from just a short audio sample
๐Ÿ˜Š Emotion Contro ๐Ÿ“ Unlimited Length ๐Ÿ”„ Real-time Updates
  • 1 reply
ยท
posted an update 15 days ago
view post
Post
2659
Anyone using AI and ML to help neurodivergent people? I'd love to hear what you're doing.
  • 2 replies
ยท
replied to ProCreations's post 17 days ago
view reply

Every time you use a HF space you randomly start dancing for 5 minutes

This one fr i'm dancing all day anyway idk how people survive in cubicles

reacted to codelion's post with ๐Ÿš€ 18 days ago
view post
Post
2824
๐Ÿงฌ Hey everyone! Just released **OpenEvolve** - an open-source implementation of Google DeepMind's AlphaEvolve system.

It's an evolutionary coding agent that uses LLMs to discover and optimize algorithms. I successfully replicated DeepMind's results on circle packing (99.97% match!) and evolved a random search into a simulated annealing algorithm.

โœจ Key features:
- Evolves entire codebases (not just single functions)
- Works with any OpenAI-compatible API
- LLM ensemble approach for better results
- Multi-objective optimization

๐Ÿ‘‰ Check it out:
GitHub: https://github.com/codelion/openevolve
Blog post: https://huggingface.co/blog/codelion/openevolve

Would love to hear your thoughts or answer any questions about it!
New activity in nomadicsynth/gsm8k-dialectic 18 days ago
reacted to ProCreations's post with ๐Ÿ‘€ 21 days ago
reacted to seawolf2357's post with ๐Ÿ‘€ 22 days ago
view post
Post
6118
Samsung Hacking Incident: Samsung Electronics' Official Hugging Face Account Compromised
Samsung Electronics' official Hugging Face account has been hacked. Approximately 17 hours ago, two new language models (LLMs) were registered under Samsung Electronics' official Hugging Face account. These models are:

https://huggingface.co/Samsung/MuTokenZero2-32B
https://huggingface.co/Samsung/MythoMax-L2-13B

The model descriptions contain absurd and false claims, such as being trained on "1 million W200 GPUs," hardware that doesn't even exist.
Moreover, community participants on Hugging Face who have noticed this issue are continuously posting that Samsung Electronics' account has been compromised.
There is concern about potential secondary and tertiary damage if users download these LLMs released under the Samsung Electronics account, trusting Samsung's reputation without knowing about the hack.
Samsung Electronics appears to be unaware of this situation, as they have not taken any visible measures yet, such as changing the account password.
Source: https://discord.gg/openfreeai
  • 2 replies
ยท
posted an update 24 days ago
view post
Post
361
How do you talk about AIโ€™s promise without sounding like youโ€™re selling out to the next tech gold rush?
  • 1 reply
ยท
reacted to AdinaY's post with ๐Ÿ‘€ 26 days ago
view post
Post
2513
Matrix Game ๐ŸŽฎ an interactive foundation model for controllable game world generation, released by Skywork AI.

Skywork/Matrix-Game

โœจ 17B with MIT licensed
โœจ Diffusion-based image-to-world video generation via keyboard & mouse input
โœจ GameWorld Score benchmark for Minecraft world models
โœจ Massive Matrix Game Dataset with fine-grained action labels
reacted to ArturoNereu's post with ๐Ÿ”ฅ 26 days ago
view post
Post
4260
Iโ€™ve been learning AI for several years (coming from the games industry), and along the way, I curated a list of the tools, courses, books, papers, and models that actually helped me understand things.

I turned this into a GitHub repo:
https://github.com/ArturoNereu/AI-Study-Group

If youโ€™re just getting started, I recommend:

๐Ÿ“˜ Deep Learning โ€“ A Visual Approach: https://www.glassner.com/portfolio/deep-learning-a-visual-approach
๐ŸŽฅ Dive into LLMs with Andrej Karpathy: https://youtu.be/7xTGNNLPyMI?si=aUTq_qUzyUx36BsT
๐Ÿง  The ๐Ÿค— Agents course](https://huggingface.co/learn/agents-course/

The repo has grown with help from the community (Reddit, Discord, etc.) and Iโ€™ll keep updating it.

If you have any favorite resources, Iโ€™d love to include them.
replied to ProCreations's post 26 days ago
view reply

Is the GPU offer still available? ๐Ÿ˜‚

replied to ProCreations's post 26 days ago
reacted to blaise-tk's post with ๐Ÿ”ฅ 26 days ago
view post
Post
4157
Today we launch Dione.

A few months ago it was just a wild idea I shared with @bygimenez , now it's real.

Dione (Beta) is here, the easiest way to discover and install open-source apps, especially AI ones.

Think of it as the Steam of open source. Installing open-source tools is often a mess. Dione fixes that.

Beautiful UI and workflow. Soon multi-platform, multilingual & fully open-source.
Users can even write and share their own installation scripts. This is just the beginning.

๐Ÿš€ Join our exclusive Beta
โ†’ https://getdione.app/beta/join
  • 2 replies
ยท