Commit
•
2e643ec
1
Parent(s):
499828f
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (e0dff7acaf675c55e921db55544b9dd6073e4440)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -8,12 +8,24 @@ datasets:
|
|
8 |
- glue
|
9 |
metrics:
|
10 |
- matthews_correlation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
model-index:
|
12 |
- name: electra-small-discriminator-CoLA
|
13 |
results:
|
14 |
- task:
|
15 |
-
name: Text Classification
|
16 |
type: text-classification
|
|
|
17 |
dataset:
|
18 |
name: GLUE COLA
|
19 |
type: glue
|
@@ -21,21 +33,9 @@ model-index:
|
|
21 |
split: validation
|
22 |
args: cola
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
type: matthews_correlation
|
26 |
value: 0.5510400717227824
|
27 |
-
|
28 |
-
- text: The cat sat on the mat.
|
29 |
-
example_title: Correct grammatical sentence
|
30 |
-
- text: Me and my friend going to the store.
|
31 |
-
example_title: Incorrect subject-verb agreement
|
32 |
-
- text: I ain't got no money.
|
33 |
-
example_title: Incorrect verb conjugation and double negative
|
34 |
-
- text: She don't like pizza no more.
|
35 |
-
example_title: Incorrect verb conjugation and double negative
|
36 |
-
- text: They is arriving tomorrow.
|
37 |
-
example_title: Incorrect verb conjugation
|
38 |
-
|
39 |
---
|
40 |
|
41 |
|
|
|
8 |
- glue
|
9 |
metrics:
|
10 |
- matthews_correlation
|
11 |
+
widget:
|
12 |
+
- text: The cat sat on the mat.
|
13 |
+
example_title: Correct grammatical sentence
|
14 |
+
- text: Me and my friend going to the store.
|
15 |
+
example_title: Incorrect subject-verb agreement
|
16 |
+
- text: I ain't got no money.
|
17 |
+
example_title: Incorrect verb conjugation and double negative
|
18 |
+
- text: She don't like pizza no more.
|
19 |
+
example_title: Incorrect verb conjugation and double negative
|
20 |
+
- text: They is arriving tomorrow.
|
21 |
+
example_title: Incorrect verb conjugation
|
22 |
+
base_model: google/electra-small-discriminator
|
23 |
model-index:
|
24 |
- name: electra-small-discriminator-CoLA
|
25 |
results:
|
26 |
- task:
|
|
|
27 |
type: text-classification
|
28 |
+
name: Text Classification
|
29 |
dataset:
|
30 |
name: GLUE COLA
|
31 |
type: glue
|
|
|
33 |
split: validation
|
34 |
args: cola
|
35 |
metrics:
|
36 |
+
- type: matthews_correlation
|
|
|
37 |
value: 0.5510400717227824
|
38 |
+
name: Matthews Correlation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
---
|
40 |
|
41 |
|