Skip to content
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

merge doc #91

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🪁 example doc
raynardj committed Nov 16, 2021
commit b2e0db76de2ae23b584e4cdd9e0f0ec943cf4257
5 changes: 5 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,11 @@

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

## Notebook deployments
* Image caption with full transformer structure [colab notebook](image_caption.ipynb), A use case of ```HFTextBlock```
* [NLP regression](nlp_regression_toxity.ipynb), guess the toxity of a chemical compound, treating chemical expression as a string of text.
* [Sequence to sequence](nlp_seq2seq_en_to_zh_translation.ipynb) model, leveraging pretrained encoder & pretrained decoder to create a translation model
* [Semantic search](feature_encoder.ipynb) using a pretrained model and a fast deployment of interactive similarity search from unpackai

## AI API deployments
* See some [API deployments](deploy) within colab notebooks