huggingface.co/docs/transform…
Create an agent using LLMs (OpenAssistant, StarCoder, OpenAI ...) and start talking to transformers and diffusers
It responds to complex queries and offers a chat mode. Create images using your words, have the agent read the summary of websites out loud, read through a PDF
Apr 20, 2023 • 7 tweets • 4 min read
SAM, the groundbreaking segmentation model from @Meta is now in available in 🤗 Transformers!
What does this mean?
1. One line of code to load it, one line to run it 2. Efficient batching support to generate multiple masks 3. pipeline support for easier usage
More details: 🧵
You can first read more about the model, and learn how to use it on our documentation page: huggingface.co/docs/transform…
Let's check all the features we support below!
Dec 31, 2022 • 10 tweets • 5 min read
It's been an exciting year for 🤗Transformers. We tripled the number of weekly active users over 2022, with over 1M users most weeks now and 300k daily pip installs on average🤯
We doubled the number of architectures (89 to 167🤯) with new models in audio🔊, text📚, vision🖼️, multiple modalities or even time series📈and protein folding🧬
Here are a few highlights in the most used of those new models👇
Mar 31, 2022 • 9 tweets • 3 min read
📊4 challenging speech tasks, 102 spoken languages: can one model solve them all? 🤯
Introducing @GoogleAI's XTREME-S🏂 - the first multilingual speech benchmark that is both diverse, fully accessible, and reproducible!
[THREAD] Following the public release of Spaces, here is a showcase of a few ones we like. Let’s start with this surprising Draw-to-Search demo by @osanseviero and powered by CLIP. huggingface.co/spaces/osansev…
Next, listen to the tacotron2 voice reading you how to bake cookies (in Mandarin) with this Coqui Text-to-Speech demo by @eugene_siow. huggingface.co/spaces/eugenes…
Nov 3, 2021 • 6 tweets • 2 min read
Part 1 of the course focused on text classification, part 2 will focus on all other common NLP tasks. @mervenoyann has made videos to introduce you to each of them!
Let's start with Token Classification (giving a label to some/each word in a sentence):
Then there is question answering: finding the answer to a question in some context.
Oct 20, 2021 • 6 tweets • 3 min read
Transformers can read and write, but how well can they listen and speak 🗣️?
Find out by pitting your models against the SUPERB Challenge 📊!
SUPERB tests pretrained models on a wide range of speech processing tasks & datasets
Submit here 👉: superbbenchmark.org
SUPERB aims to accelerate the development of *universal* speech representations 🤯
We've been getting lots of questions on how to contribute models to🤗Transformers.
Recently we started to publish model-specific recipes on how to do so!
If you want to get better at open-source contributions and want to contribute to🤗Transformers, here is how it works: 👇
1. Watch out for open proposals to add a model here: github.com/huggingface/tr…
Feb 10, 2021 • 4 tweets • 3 min read
Blog alert: check out the new guest post by Amog Kamsetty and the @raydistributed team on training a Retrieval Augmented Generation Model with Hugging Face and Ray!
Part of this process relies on training a retriever to learn how to find that information
Mar 6, 2020 • 4 tweets • 2 min read
1/4. Four NLP tutorials are now available on @kaggle
! It's now easier than ever to leverage tokenizers and transformer models like BERT, GPT2, RoBERTa, XLNet, DistilBERT,... for your next competition! 💪💪💪! #NLProc#NLP#DataScience#kaggle
2/4. Tokenizers - Training your own tokenizer kaggle.com/funtowiczmo/hu…