José Francisco Calvo
@jfcalvo.hf.co
190 followers 77 following 7 posts
Software Engineer at 🤗 Hugging Face: crafting smarter AI tools, empowering innovation, and bridging tech with creativity!
Posts Media Videos Starter Packs
Reposted by José Francisco Calvo
benburtenshaw.bsky.social
People are flexing their end of year stats, so I made this app to show @hf.co hub stats in a tidy design!

Thanks @jfcalvo.hf.co and @ameeelie.bsky.social for the feature!
jfcalvo.hf.co
🚀 Argilla v2.6.0 is here! 🎉

Let me show you how EASY it is to export your annotated datasets from Argilla to the Hugging Face Hub. 🤩

Take a look to this quick demo 👇

💁‍♂️ More info about the release at github.com/argilla-io/a...

#AI #MachineLearning #OpenSource #DataScience #HuggingFace #Argilla
Reposted by José Francisco Calvo
davidberenstein.bsky.social
Imagine creating custom datasets and training AI models WITHOUT writing a single line of code. We did and made it a reality.

@hf.co Synthetic Data Generator

Blog: huggingface.co/blog
Space: huggingface.co/spaces/argil...
GitHub: github.com/argilla-io/s...
Reposted by José Francisco Calvo
Reposted by José Francisco Calvo
Reposted by José Francisco Calvo
thomwolf.bsky.social
Most liked and most downloaded open-source AI models from 2022 to 2024

Interactive viz: aiworld.eu/embed/model/...
Discussion: huggingface.co/spaces/huggi...
jfcalvo.hf.co
The great @benburtenshaw.bsky.social is running an open course on fine-tuning smol LLMs, and it’s seriously worth checking out.

If you’re into AI or just curious about how these small language models work, this could be right up your alley. Don’t miss it—it’s super interesting!

#AI #LLMs #Learning
benburtenshaw.bsky.social
For anyone interested in fine-tuning or aligning LLMs, I’m running this free and open course called smol course. It’s not a big deal, it’s just smol.

🧵>>
jfcalvo.hf.co
👀 A new redesigned home page with cards for datasets, so it's easier to see how annotation efforts are progressing.
jfcalvo.hf.co
🚅 With this last release we upgrade to Pydantic v2 and Python 3.13, which should make importing and working with big datasets a bit faster.
jfcalvo.hf.co
🙌 I just wanted to share a few thoughts about the latest Argilla release, 2.5.0, as it's a pretty big one!

Argilla now has full support for webhooks, which means you can do some pretty cool stuff, like model training on the fly as annotations are created. 🤯

#MachineLearning #NLP #DataLabeling
jfcalvo.hf.co
Did you know that on Argilla, we’re adding a new feature to export labeled datasets directly to the Hugging Face Hub? 🤔

We’re leveraging the Hugging Face datasets library for seamless integration, including defining span labeling

Stay tuned for the release!🧠✨

#MachineLearning #NLP #DataLabeling
A snippet of code with the following content:

Sequence({
    "label": ClassLabel(names=question.values),
    "start": features.Value(dtype="int64"),
    "end": features.Value(dtype="int64"),
})