We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184e9a4 commit c7e3364Copy full SHA for c7e3364
AudioQnA/benchmark/accuracy/README.md
@@ -36,9 +36,9 @@ Evaluate the performance with the LLM:
36
37
```py
38
# validate the offline model
39
-# python offline_evaluate.py
+# python offline_eval.py
40
# validate the online asr microservice accuracy
41
-python online_evaluate.py
+python online_eval.py
42
```
43
44
### Performance Result
AudioQnA/benchmark/accuracy/run_acc.sh
@@ -2,4 +2,4 @@
2
# Copyright (C) 2024 Intel Corporation
3
# SPDX-License-Identifier: Apache-2.0
4
5
0 commit comments