chenwuml commited on
Commit
66b0ea6
·
1 Parent(s): 79ca509

Update README.md

Browse files

replace latex with ascii equation

Files changed (1) hide show
  1. README.md +1 -1
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) = $\frac{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
 
 
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