File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ Here we document the main changes of the various models.
4
+
5
+ Indicated inference speed calculated by averaging 100 inferences (within one invocation) on an AMD Ryzen 9 7950X 16-Core Processor CPU.
6
+
7
+ ## ` standard_v3_0 `
8
+
9
+ - [ 216 possible tool's outputs] ( ./standard_v3_0/README.md ) .
10
+ - Overall same average accuracy of ` standard_v2_1 ` , ~ 99%.
11
+ - Inference speed: ~ 2ms (~ 3x faster than ` standard_v2_1 ` , ~ 20% faster than ` standard_v1 ` ).
12
+
13
+ ## ` standard_v2_1 `
14
+
15
+ - [ Support for 200+ content types] ( ./standard_v2_1/README.md ) , almost double what supported in ` standard_v1 ` .
16
+ - Overall average accuracy of ~ 99%.
17
+ - 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).
18
+
19
+ ## ` fast_v2_1 `
20
+
21
+ - Similar to ` standard_v2_1 ` , but significantly faster (about 4x faster).
22
+ - Overall average accuracy of ~ 98.5%.
23
+
24
+
25
+ ## ` standard_v1 `
26
+
27
+ - Initial release.
28
+ - Support for about 100 content types.
29
+ - Average accuracy 99%+.
30
+ - Inference speed: ~ 2.6ms.
You can’t perform that action at this time.
0 commit comments