attilanagy234 / neural-punctuator

Complimentary code for our paper Automatic punctuation restoration with BERT models
MIT License
48 stars 7 forks source link

Running the neural punctuator on mobile #6

Closed rafiuddinkhan closed 3 years ago

rafiuddinkhan commented 3 years ago

Can you please share the pre-trained model?

What can we do to convert it into tflite or use the pt file on the mobile device?

bana513 commented 3 years ago

Final models will soon be uploaded to Huggingface directory, from where you can easily convert them into TF models. However, we are not planning to release any lightweight mobile versions of these models.

rafiuddinkhan commented 3 years ago

Thanks @bana513