AI & ML interests

None defined yet.

Recent Activity

efecelikย 
posted an update 3 months ago
view post
Post
3117
The moment we've been waiting for โ€” ACE-Step dropped their new model: Ace-Step 1.5 ๐ŸŽ‰
๐Ÿ”— ACE-Step/Ace-Step1.5
And the best part? It's released under the MIT license.
We've already started integrating it into our project. Let's go ๐Ÿš€
  • 1 reply
ยท
efecelikย 
posted an update 4 months ago
view post
Post
1418
๐ŸŽฎ Introducing: Paper Popularity Game

Think you know which AI papers go viral? Test your instincts!
I built a little game where you try to guess the popularity of AI research papers from the Hugging Face Daily Papers feed.

How it works:
You'll see two papers side by sideโ€”read the titles, check the abstracts, and pick which one you think got more upvotes from the HF community.

It's a great way to discover trending AI research while having fun.
Tests your intuition about what the ML community finds interesting.

Try it out:
efecelik/paper-popularity-game
Would love to hear your high scores and feedback!

efecelikย 
posted an update 4 months ago
efecelikย 
posted an update 4 months ago
view post
Post
639
Having multiple perspectives helps me create more diverse, innovative projects but without deep mastery in one area, I never feel truly satisfied.

What's the better investment: going deep in one field, or staying broad across many?
  • 2 replies
ยท
efecelikย 
posted an update 4 months ago
view post
Post
2537
My First MCP Server: DataView
Browse HuggingFace datasets directly from your AI assistant.
-Search & filter datasets
-View rows & stats
-SQL queries & Parquet export
efecelik/dataview-mcp
efecelikย 
posted an update 4 months ago
view post
Post
252
We Built a Music App with ACE-Step โ€“ Looking for Feedback

Hey everyone,

We've been building AceSteps โ€“ a platform where anyone can create music using the ACE-Step model ( ACE-Step/ACE-Step-v1-3.5B). You can mint your tracks as NFTs, tokenize them into 100,000 fractional shares, and trade them on Uniswap V4. When your song gets popular, token holders earn from ad revenue automatically. It's a Farcaster Mini-App on Base Network.

But we want to make it better, and we'd love your input:

What's the one feature that would make you actually use an AI music tool regularly?
Andd any suggestions on how we can make this model better? Actually sharing here for this question. ๐Ÿค—

Any feedback, ideas, or critiques are welcome.
๐Ÿ”— https://docs.acesteps.com/
๐Ÿ”— https://docs.acesteps.com/pitch-deck.html
๐Ÿ”— https://farcaster.xyz/?launchFrameUrl=https%3A%2F%2Fwww.acesteps.com%2F
๐Ÿ”— https://www.acesteps.com
efecelikย 
posted an update 4 months ago
KingNishย 
posted an update 5 months ago
view post
Post
3638
Muon vs MuonClip vs Muon+Adamw

Muon has gone from an experiment to a mainstream optimizer, but does it hold up for fineโ€‘tuning? We ran headโ€‘toโ€‘head tests on Qwen3โ€‘4B (10k+ highโ€‘quality instruction rows) to find out.

Short story: Pure Muon converged fastest at the start, but its gradientโ€‘norm spikes made training unstable. MuonClip (Kimi K2โ€™s clipping) stabilizes long pretraining runs, yet in our smallโ€‘scale fineโ€‘tune it underperformed, lower token accuracy and slower convergence. The winner was the hybrid: Muon for 2D layers + AdamW for 1D layers. It delivered the best balance of stability and final performance and even beat vanilla AdamW.

Takeaway: for small-scale fine-tuning, hybrid = practical and reliable.

Next Step: scale to larger models/datasets to see if Muonโ€™s spikes become catastrophic or if clipping wins out.

Full Blog Link: https://huggingface.co/blog/KingNish/optimizer-part1
KingNishย 
posted an update 5 months ago
KingNishย 
posted an update 10 months ago
KingNishย 
posted an update 11 months ago
view post
Post
1229
What's currently the biggest gap in Open Source Datasets ??
  • 5 replies
ยท
not-lainย 
posted an update about 1 year ago
not-lainย 
posted an update over 1 year ago
not-lainย 
posted an update over 1 year ago
view post
Post
1840
we now have more than 2000 public AI models using ModelHubMixin๐Ÿค—
not-lainย 
posted an update over 1 year ago
view post
Post
4183
Published a new blogpost ๐Ÿ“–
In this blogpost I have gone through the transformers' architecture emphasizing how shapes propagate throughout each layer.
๐Ÿ”— https://huggingface.co/blog/not-lain/tensor-dims
some interesting takeaways :