Skip to content

Commit

Permalink
Update text cookbook with Bangla colab.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 260092316
  • Loading branch information
TensorFlow Hub Authors authored and vbardiovskyg committed Jul 26, 2019
1 parent 3c88e55 commit d2a938c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/tutorials/text_cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ including downloading the data and submitting the results.
| [Predicting Movie Review Sentiment with BERT on TF Hub](https://github.com/google-research/bert/blob/master/predicting_movie_reviews_with_bert_on_tf_hub.ipynb)| ![done](https://www.gstatic.com/images/icons/material/system_gm/1x/bigtop_done_googblue_18dp.png) | | | | ![done](https://www.gstatic.com/images/icons/material/system_gm/1x/bigtop_done_googblue_18dp.png) | |
| [IMDB classification on Kaggle](https://github.com/tensorflow/hub/blob/master/examples/colab/text_classification_with_tf_hub_on_kaggle.ipynb)| ![done](https://www.gstatic.com/images/icons/material/system_gm/1x/bigtop_done_googblue_18dp.png) | | | | | ![done](https://www.gstatic.com/images/icons/material/system_gm/1x/bigtop_done_googblue_18dp.png) |

#### Bangla task with FastText embeddings
TensorFlow Hub does not currently offer a module in every language. The
following tutorial shows how to leverage TensorFlow Hub for fast experimentation
and modular ML development.

[Bangla Article Classifier](https://github.com/tensorflow/hub/blob/master/examples/colab/bangla_article_classifier.ipynb) -
demonstrates how to create a reusable TensorFlow Hub text embedding, and use it
to train a Keras classifier for
[BARD Bangla Article dataset](https://github.com/tanvirfahim15/BARD-Bangla-Article-Classifier).

## Semantic similarity

Expand Down

0 comments on commit d2a938c

Please sign in to comment.