Skip to content

helloeve/universal-sentence-encoder-fine-tune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Universal Sentence Encoder Fine Tuned

This repo provides a simple script which could export the Universal Sentence Encoder to a model which could be fine tuned on new dataset.

To export the model, simply run the following command:

python convert_use.py

This will export the model to model/. The model file could be used in tensorflow serving and fine tuned on a new dataset. Look for universal_sentence_encoder_fine_tune.ipynb for a simple fine tuned classification task.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published