ROHITH VENKATA REDDY's picture
8 2

ROHITH VENKATA REDDY

knight7561

AI & ML interests

Deep learning, Autonomous Driving

Recent Activity

View all activity

Organizations

Hugging Face Discord Community's profile picture

knight7561's activity

replied to albertvillanova's post 1 day ago
view reply

Kudos to you guys, Feeling excited to contribute. Woorth taking a look..! #goHF

upvoted an article 1 day ago
view article
Article

Open-source DeepResearch – Freeing our search agents

β€’ 630
reacted to bartowski's post with πŸ‘ 15 days ago
view post
Post
28496
Switching to author_model-name

I posted a poll on twitter, and others have mentioned the interest in me using the convention of including the author name in the model path when I upload.

It has a couple advantages, first and foremost of course is ensuring clarity of who uploaded the original model (did Qwen upload Qwen2.6? Or did someone fine tune Qwen2.5 and named it 2.6 for fun?)

The second thing is that it avoids collisions, so if multiple people upload the same model and I try to quant them both, I would normally end up colliding and being unable to upload both

I'll be implementing the change next week, there are just two final details I'm unsure about:

First, should the files also inherit the author's name?

Second, what to do in the case that the author name + model name pushes us past the character limit?

Haven't yet decided how to handle either case, so feedback is welcome, but also just providing this as a "heads up"
  • 3 replies
Β·
reacted to onekq's post with πŸ”₯ 15 days ago
view post
Post
2660
This is historical. πŸŽ‰

DeepSeek πŸ‹R1πŸ‹ surpassed OpenAI πŸ“o1πŸ“ on the dual leaderboard. What a year for the open source!

onekq-ai/WebApp1K-models-leaderboard
replied to chansung's post about 1 month ago
reacted to cfahlgren1's post with ❀️ 3 months ago
view post
Post
3171
You can clean and format datasets entirely in the browser with a few lines of SQL.

In this post, I replicate the process @mlabonne used to clean the new microsoft/orca-agentinstruct-1M-v1 dataset.

The cleaning process consists of:
- Joining the separate splits together / add split column
- Converting string messages into list of structs
- Removing empty system prompts

https://huggingface.co/blog/cfahlgren1/the-beginners-guide-to-cleaning-a-dataset

Here's his new cleaned dataset: mlabonne/orca-agentinstruct-1M-v1-cleaned
  • 1 reply
Β·
upvoted an article 4 months ago
view article
Article

ColPali: Efficient Document Retrieval with Vision Language Models πŸ‘€

By manu β€’
β€’ 196
upvoted an article 5 months ago
view article
Article

Training and Finetuning Embedding Models with Sentence Transformers v3

β€’ 176