mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
docs: add accuracy per 1k tokens report (closes #72)
This commit is contained in:
@@ -32,3 +32,10 @@ export interface FormatResult {
|
||||
correctCount: number
|
||||
totalCount: number
|
||||
}
|
||||
|
||||
export interface EfficiencyRanking {
|
||||
format: string
|
||||
efficiency: number
|
||||
accuracy: number
|
||||
tokens: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user