Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1009 Bytes

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 1009 Bytes

Changelog

Here we document the main changes of the various models.

Indicated inference speed calculated by averaging 100 inferences (within one invocation) on an AMD Ryzen 9 7950X 16-Core Processor CPU.

standard_v3_0

  • 216 possible tool's outputs.
  • Overall same average accuracy of standard_v2_1, ~99%.
  • Inference speed: ~2ms (~3x faster than standard_v2_1, ~20% faster than standard_v1).

standard_v2_1

  • Support for 200+ content types, almost double what supported in standard_v1.
  • Overall average accuracy of ~99%.
  • Inference speed: ~6.2ms, which is slower than standard_v1; See fast_v2_1 in case you need something faster (at the price of less accuracy).

fast_v2_1

  • Similar to standard_v2_1, but significantly faster (about 4x faster).
  • Overall average accuracy of ~98.5%.

standard_v1

  • Initial release.
  • Support for about 100 content types.
  • Average accuracy 99%+.
  • Inference speed: ~2.6ms.