ThilinaRajapakse / simpletransformers

Transformers for Information Retrieval, Text Classification, NER, QA, Language Modelling, Language Generation, T5, Multi-Modal, and Conversational AI
https://simpletransformers.ai/
Apache License 2.0
4.07k stars 726 forks source link

Convert generate model into .tflite for token classification #1552

Open Hir98 opened 11 months ago

Hir98 commented 11 months ago

Hii @ThilinaRajapakse I am using NERModel from simpletransformer for token classification. i am able to generate .onnx model with your documentation. But i also want to generate .tflite model from it for IOS. How can i generate it. and after generation of .tflite how to provide inference for text data with .tflite model.

can you please help me on that??

AmarOk1412 commented 1 month ago

I'm interested for QuestionAnsweringModel too