easy-bert icon indicating copy to clipboard operation
easy-bert copied to clipboard

A Dead Simple BERT API for Python and Java (https://github.com/google-research/bert)

Results 16 easy-bert issues
Sort by recently updated
recently updated
newest added

Hi, I have installed version 1.0.3 of easybert using pip. $ `pip3 install easybert` **This downloads an old copy of the script, which is not compatible with the current Java...

this repository is wonderful, though unmaintained, i forked it deleted docker and python part (shamelessly :( ) converted it to kotlin and gradle i can't open a merge request because...

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies
python

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies
python

Bert bert = Bert.load("com/robrua/nlp/easy-bert/bert-chinese-L-12-H-768-A-12") no jnitensorflow in java.library.path

Bumps [guava](https://github.com/google/guava) from 27.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies
java

I am trying to run your code using one of the Maven models, but when I try to create the embeddings I get the following error: Exception in thread "main"...

Dear Rob, I do not know whether this is a bug or not but I have strange results, as per follows. I compare the embeddings of two words, and the...

I am getting the following exception on TF 1.9 when I load a saved Bert model on JAVA. I saved the model on Python using easy-bert and loaded in Java...