Skip to content

ebadi/BertInterlinear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BertInterlinear

Using Bert Interlinear

git clone https://github.com/ebadi/fitbert.git

docker build -f Dockerfile -t bertinterlinear:latest . #This installs the models as well.
docker run -v=$PWD:/data/ bertinterlinear:latest /bin/bash -c "python3 /data/activebert.py"
docker run -v=$PWD:/data/ bertinterlinear:latest /bin/bash -c "python3 /data/fitbertx.py"
docker run -v=$PWD:/data/ bertinterlinear:latest /bin/bash -c "python3 /data/betterfitbert.py"

https://github.com/renatoviolin/next_word_prediction/blob/master/app.py

https://github.com/gdario/learning_transformers/blob/master/src/bert_example.py

About

Using Bert Interlinear

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors