Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,26 @@ metrics:
|
|
3 |
- mse
|
4 |
- r_squared
|
5 |
- mae
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
## DistilRoBERTa-query-wellformedness
|
8 |
|
|
|
3 |
- mse
|
4 |
- r_squared
|
5 |
- mae
|
6 |
+
datasets:
|
7 |
+
- google_wellformed_query
|
8 |
+
model-index:
|
9 |
+
- name: distilroberta-query-wellformedness
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: text-classification
|
13 |
+
name: Text Classification
|
14 |
+
metrics:
|
15 |
+
- type: mse
|
16 |
+
value: 0.06214376166462898
|
17 |
+
name: Validation Mean Squared Error
|
18 |
+
- type: r2
|
19 |
+
value: 0.5705611109733582
|
20 |
+
name: Validation R-Squared
|
21 |
+
- type: mae
|
22 |
+
value: 0.1838676631450653
|
23 |
+
name: Validation Mean Absolute Error
|
24 |
+
language:
|
25 |
+
- en
|
26 |
---
|
27 |
## DistilRoBERTa-query-wellformedness
|
28 |
|