Converting a model to TFlite

#11
by muhammadbaasit - opened

Hello i am new to ML please let me know how i can convert this model to tflite.

@muhammadbaasit

Hello, You can check the document here https://huggingface.co/docs/transformers/main/tflite, but I'm not sure if it working for this type of model.

Hello @juierror , I am able to convert this model to TF-Lite but in input i have to pass encoded_input_ids and decoded_input_ids how can get those decoded_input_values?

Sign up or log in to comment