You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


The python bridge comes out of the box set up with some AI models ready to be used.

This is the list of the models and its license. As you can notice they are all good to be used.


  1. BERT models use Apache 2.0 license
    1. bert-base-uncased
    2. bert-large-uncased-whole-word-masking-finetuned-squad
    3. bert-base-nli-stsb-mean-tokens
    4. bert-base-nli-mean-tokens
    5. distilbert-base-nli-stsb-mean-tokens
    6. biobert_v1.1_pubmed_pytorch_model
  2. LSI/TFIDF (gensim) use GNU Public License (lgpl) 2.1
  3. VADER and  TextBlob use MIT license



  • No labels