unpackai/examples at main · unpackAI/unpackai · GitHub
Skip to content

Latest commit

 

History

History

README.md

Examples

This directory is for example notebooks, prefereably with colab links

This directory will not generate code, documentations or ran in the test

Notebook deployments

  • Image caption with full transformer structure colab notebook, A use case of HFTextBlock
  • NLP regression, guess the toxity of a chemical compound, treating chemical expression as a string of text.
  • Sequence to sequence model, leveraging pretrained encoder & pretrained decoder to create a translation model
  • Semantic search using a pretrained model and a fast deployment of interactive similarity search from unpackai

AI API deployments