hugging face

  • Hugging Face: Build, train and deploy state of the art models powered by the reference open source in machine learning.

    • Document Question Answering: Want to have a nice know-it-all bot that can answer any question?. This action allows you to ask a question and get an answer from a trained model. See the docs.

    • Image Classification: This task reads some image input and outputs the likelihood of classes. This action allows you to classify images into categories. See the docs.

    • Language Translation: This task is well known to translate text from one language to another. See the docs.

    • Object Detection: This task reads some image input and outputs the likelihood of classes and bounding boxes of detected objects. See the docs.

    • Text Classification: Usually used for sentiment-analysis this will output the likelihood of classes of an input. This action allows you to classify text into categories. See the docs.

    • Text Summarization: This task is well known to summarize longer text into shorter text. Be careful, some models have a maximum length of input. That means that the summary cannot handle full books for instance. Be careful when choosing your model. See the docs.

Last updated

Was this helpful?