-
Notifications
You must be signed in to change notification settings - Fork 68
Add export tasks #158
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
Add export tasks #158
Conversation
{
"adapter_transformers": [
"question-answering",
"text-classification",
"token-classification"
],
"allennlp": [
"question-answering"
],
"asteroid": [
"audio-source-separation",
"audio-to-audio"
],
"diffusers": [
"text-to-image"
],
"doctr": [
"object-detection"
],
"espnet": [
"text-to-speech",
"automatic-speech-recognition"
],
"fairseq": [
"text-to-speech",
"audio-to-audio"
],
"fastai": [
"image-classification"
],
"fasttext": [
"feature-extraction",
"text-classification"
],
"flair": [
"token-classification"
],
"k2_sherpa": [
"automatic-speech-recognition"
],
"keras": [
"image-classification"
],
"nemo": [
"automatic-speech-recognition"
],
"paddlenlp": [
"conversational",
"fill-mask"
],
"pyannote_audio": [
"automatic-speech-recognition"
],
"sentence_transformers": [
"feature-extraction",
"sentence-similarity"
],
"sklearn": [
"tabular-classification",
"tabular-regression",
"text-classification"
],
"spacy": [
"token-classification",
"text-classification",
"sentence-similarity"
],
"speechbrain": [
"audio-classification",
"audio-to-audio",
"automatic-speech-recognition",
"text-to-speech",
"text2text-generation"
],
"stanza": [
"token-classification"
],
"superb": [
"automatic-speech-recognition",
"speech-segmentation"
],
"timm": [
"image-classification"
]
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! The solution seems fine to me. I left some suggestions to make this easier to maintain and understand, but overall LG
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @osanseviero on pretty much all comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Co-authored-by: Omar Sanseviero <[email protected]>
Co-authored-by: Omar Sanseviero <[email protected]>
Context: https://huggingface.slack.com/archives/C02ERUY9TKK/p1669743642830359