bert-as-service
stable
  • What is it
  • Getting Start
  • Tutorials
    • Building a QA semantic search engine in 3 minutes
    • Serving a fine-tuned BERT model
    • Getting ELMo-like contextual word embedding
    • Using your own tokenizer
    • Using BertClient with tf.data API
    • Training a text classifier using BERT features and tf.estimator API
    • Saving and loading with TFRecord data
    • Asynchronous encoding
    • Broadcasting to multiple clients
    • Monitoring the service status in a dashboard
    • Using bert-as-service to serve HTTP requests in JSON
  • Using BertClient
  • Using BertServer
  • Frequently Asked Questions
  • Benchmark
bert-as-service
  • Docs »
  • Tutorials
  • Edit on GitHub

TutorialsΒΆ

The full list of examples can be found in here. You can run each via python example/example-k.py. Most of examples require you to start a BertServer first.

Note

Although BertClient works universally on both Python 2.x and 3.x, examples are only tested on Python 3.6.

  • Building a QA semantic search engine in 3 minutes
  • Serving a fine-tuned BERT model
  • Getting ELMo-like contextual word embedding
  • Using your own tokenizer
  • Using BertClient with tf.data API
  • Training a text classifier using BERT features and tf.estimator API
  • Saving and loading with TFRecord data
  • Asynchronous encoding
  • Broadcasting to multiple clients
  • Monitoring the service status in a dashboard
  • Using bert-as-service to serve HTTP requests in JSON
Next Previous

© Copyright 2018, Han Xiao Revision 97341b81.

Built with Sphinx using a theme provided by Read the Docs.