Added metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# QuReTec: query resolution model
|
2 |
|
3 |
QuReTeC is a query resolution model. It finds the relevant terms in a question history.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- conversational-search # Example: audio
|
6 |
+
- question-answering # Example: automatic-speech-recognition
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
model-index:
|
10 |
+
- name: QuReTec
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Conversational search # Example: Speech Recognition
|
14 |
+
type: conversational # Example: automatic-speech-recognition
|
15 |
+
dataset:
|
16 |
+
name: CANARD # Example: Common Voice zh-CN
|
17 |
+
type: canard # Example: common_voice
|
18 |
+
metrics:
|
19 |
+
- name: Micro F1 # Example: Test WER
|
20 |
+
type: f1 # Example: wer
|
21 |
+
value: 68.7 # Example: 20.90
|
22 |
+
- name: Micro Recall
|
23 |
+
type: recall
|
24 |
+
value: 66.1
|
25 |
+
- name: Micro Precision
|
26 |
+
type: precision
|
27 |
+
value: 71.5
|
28 |
+
---
|
29 |
+
|
30 |
# QuReTec: query resolution model
|
31 |
|
32 |
QuReTeC is a query resolution model. It finds the relevant terms in a question history.
|