pykeio / ort

Fast ML inference & training for Rust with ONNX Runtime
https://ort.pyke.io/
Apache License 2.0
786 stars 91 forks source link

add example all-mini-lm-l6 #243

Closed kn0sys closed 1 month ago

kn0sys commented 1 month ago

This example is useful for working with sentence-transformers. It pulls the model.onnx file from huggingface and the tokenizer.json file is in the data directory.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 46.12%. Comparing base (9282c3b) to head (300d481).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #243 +/- ## ======================================= Coverage 46.12% 46.12% ======================================= Files 30 30 Lines 2077 2077 ======================================= Hits 958 958 Misses 1119 1119 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.