java-bert-predict icon indicating copy to clipboard operation
java-bert-predict copied to clipboard

turn bert pretrain checkpoint into saved model for a feature extracting demo in java

Results 5 java-bert-predict issues
Sort by recently updated
recently updated
newest added

I followed the steps exactly as mentioned. Downloaded the multi-lang model, used the python script to get the pb file. But in Java side, I get the following when I...

in the code of bert model, there is no placeholder tensor, how do you known the tensor name of input_ids is "Placeholder:0"?

hi~When I embed the sentence , the max of the sentence is too big ,could you have a method to modify the max length of sentence

Hi~Could you tell me how many senconds to have the vector of a sentence?I have tested it takes about 300ms.

how can i use this bert model to tflite android app.? how to give and get inference results in bert by using java? QuestionAnswering task. can you give me some...