Category "doc2vec"

transformers and BERT downloading to your local machine

I am trying to replicates the code from this page. At my workplace we have access to transformers and pytorch library but cannot connect to internet from our py

ImportError: cannot import name 'joblib' from 'sklearn.externals'

I am trying to load my saved model from s3 using joblib import pandas as pd import numpy as np import json import subprocess import sqlalchemy from sklearn.ex

AttributeError: 'Doc2Vec' object has no attribute 'dv'

I am trying a Lbl2Vec approach unsupervised text classification since I am using already given code to test but it still is not working. It is giving me attribu