-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What do you all think about having a "Transformers.js Community" in Hugging Face? #512
Comments
Hi @felladrin! Sorry for the delayed response. I spoke with @osanseviero today about this, and turns out there's a lot of neat functionality built into community orgs that could really help increase models and usage (preferable to having it all under my account)! One thing I think that would be necessary beforehand is to create a robust HF conversion space (#222), so users don't need to install the scripts themselves (dependency version nightmares). Do you think that's something you'd be interested in contributing? |
That's great news! |
I don't think the Space would be a blocker for the org tbh! People can also run the script and upload the converted model! That said, having a Space would be 🔥 🔥 |
Good news! I've got the space ready! https://huggingface.co/spaces/Felladrin/convert-to-onnx Case 1. If the model hasn't been converted yet: recording1.mov...a few seconds later... recording2.movCase 2. If the model has already been converted: recording3.movTo decideFile name pattern: Currently it'll upload to Default README.md content: Currently it doesn't write a readme, but we should. Also to include the |
Wow this is great! 😍 As for the community name, Can change of course. |
Now we just need to:
|
Sorry for taking so long to revisit this... but I've also created https://huggingface.co/onnx-community which may fit better since we'll be uploading ONNX weights for all these models, and aligns well with:
This is actually born out of the need to another place to upload Transformers.js v3 models in a way that doesn't conflict with existing models. Feel free to request to join 🔥 |
Yeah!! Looks great! But it seems it's not open for join-requests :D Alternatively, you can invite me directly! |
By the way, Xenova, have you thought about the name format you're planning to use for the models uploaded to ONNX Community?
|
Question
After checking how MLX Community on Hugging Face is working, I thought it could be a good idea to have one for Transformers.js.
One of the key benefits of a community is "multiple curators": anyone in the community would have the ability to edit the repositories, which makes it easier to maintain the converted models and ensure that they have more detailed Readmes.
Also, having multiple curators allows for quicker resolution of issues with the model configuration. Members of the community won't need to create a pull request to request changes or wait for someone to approve the PR, which is especially important for urgent fixes.
Another good move the MLX community made was releasing a script that automatically uploads models to the organization in Hugging Face, which makes it easy for anyone to convert and share their favorite models.
I would love to hear the opinions of others.
The text was updated successfully, but these errors were encountered: