update model card README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
datasets:
|
7 |
- glue
|
8 |
metrics:
|
9 |
-
-
|
10 |
model-index:
|
11 |
- name: sentence-acceptability
|
12 |
results:
|
@@ -20,9 +20,9 @@ model-index:
|
|
20 |
split: validation
|
21 |
args: cola
|
22 |
metrics:
|
23 |
-
- name:
|
24 |
-
type:
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
-
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -62,11 +62,11 @@ The following hyperparameters were used during training:
|
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
66 |
-
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
6 |
datasets:
|
7 |
- glue
|
8 |
metrics:
|
9 |
+
- accuracy
|
10 |
model-index:
|
11 |
- name: sentence-acceptability
|
12 |
results:
|
|
|
20 |
split: validation
|
21 |
args: cola
|
22 |
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.8216682646212847
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.8257
|
36 |
+
- Accuracy: 0.8217
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 0.4868 | 1.0 | 1069 | 0.6279 | 0.7862 |
|
68 |
+
| 0.3037 | 2.0 | 2138 | 0.6184 | 0.8140 |
|
69 |
+
| 0.177 | 3.0 | 3207 | 0.8257 | 0.8217 |
|
70 |
|
71 |
|
72 |
### Framework versions
|