Update README.md
Browse filesreplace latex with ascii equation
README.md
CHANGED
@@ -50,7 +50,7 @@ We evaluated FalconLite against benchmarks that are specifically designed to ass
|
|
50 |
| [Question Answering with Long Input Texts](https://nyu-mll.github.io/quality/) | 46.9% | 40.8% |
|
51 |
|
52 |
### Performance ###
|
53 |
-
**metrics** = the average number of generated tokens per second (TPS) =
|
54 |
|
55 |
The `end-to-end-response-time` = when the last token is generated - when the inference request is received
|
56 |
|
|
|
50 |
| [Question Answering with Long Input Texts](https://nyu-mll.github.io/quality/) | 46.9% | 40.8% |
|
51 |
|
52 |
### Performance ###
|
53 |
+
**metrics** = the average number of generated tokens per second (TPS) = `nb-generated-tokens` / `end-to-end-response-time`
|
54 |
|
55 |
The `end-to-end-response-time` = when the last token is generated - when the inference request is received
|
56 |
|