jhrcook / Brief

A macOS application for quickly summarizing text.
0 stars 0 forks source link

Additional summarization engines #8

Open jhrcook opened 3 years ago

jhrcook commented 3 years ago

There are a bunch of pre-trained transformers in this repo: huggingface/transformers. They are available through a Python API, though it may be easy enough to export the TensorFlow or Pytorch models to CoreML models.

jhrcook commented 3 years ago

Here's a simple way to export a PyTorch model to CoreML.

https://coremltools.readme.io/docs/pytorch-conversion