java icon indicating copy to clipboard operation
java copied to clipboard

Need advice: I am looking for a model that does text generation, and can be successfully loaded by ToF Java API

Open JeeDevUser opened this issue 1 year ago • 3 comments

For example, if I specify the following start: Once upon a time, in a distant land,

the model should generate a meaningful continuation in a few sentences. Can anyone recommend an adequate pre-trained model?

JeeDevUser avatar Dec 05 '24 14:12 JeeDevUser

If you can export Google's Gemma models from Keras to a TF Saved Model they should be pretty good - https://www.kaggle.com/models/google/gemma-2.

Craigacp avatar Dec 05 '24 15:12 Craigacp

If you can export Google's Gemma models from Keras to a TF Saved Model

-any help how to do that?

JeeDevUser avatar Dec 06 '24 13:12 JeeDevUser

https://www.tensorflow.org/guide/keras/serialization_and_saving#apis

Craigacp avatar Dec 06 '24 13:12 Craigacp