this post was submitted on 10 Jul 2023
66 points (93.4% liked)
Asklemmy
43761 readers
1094 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
huggingface is full of models not created by a large corporation. Maybe they mean those?
Can I, as a dumb end-user, use models from there?
Yes! …well, with a caveat.
Huggingface models (even the ones published to the platform by Google or fb) are available for anyone to use, but they’re not quite intended to be chatbots; they’re more like pretrained machine learning models for data science pipelines.
Still, if you know python or are willing to learn, you can use huggingface however you want. You’re totally allowed to download a model, open it in python, and ask questions to it. Or feed it a long text and ask for summaries etc.
Yeah no I guess I'm more looking for the open-source end-products I could use similarly to chatGPT or midjourney etc. I did learn a bit of python a while back but I'm no coder.
Yeah, Oobabooga let’s you easily download models from HuggingFace and has a chat interface.