Skip to content

Tensorflow implementation of more meaningful word representations from bi-directional language models

Notifications You must be signed in to change notification settings

jackalhan/more_meaningful_representations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warnings:

  • You can download pretrained highway weights from the following link into the model folder of the project in your local disk:

Issue 1 : OSError: Can't find model 'en'

Solution :

(1)python -m spacy download en_core_web_sm

(2) python -m spacy download en

if you have any problem during the sudo apt-get update command

Solution :

We need to comment google sdk line by typing the following command sudo gedit /etc/apt/sources.list.d/google-cloud-sdk.list

and then install tf-ranking by following the guideline from the given link https://github.com/tensorflow/ranking

pip install --upgrade tensorflow pip install --upgrade tensorflow-gpu==1.9.0

if you have some strange problem for gensim:

Solution :

pip install -U boto

About

Tensorflow implementation of more meaningful word representations from bi-directional language models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published