JazibEijaz
commited on
Commit
·
b83a953
1
Parent(s):
d6f4630
Update README.md
Browse files
README.md
CHANGED
@@ -11,27 +11,13 @@ model-index:
|
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
-
# bert-base-uncased-finetuned-semeval2020-task4b
|
15 |
|
16 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on
|
17 |
-
It achieves the following results on the
|
18 |
- Loss: 0.6760
|
19 |
- Accuracy: 0.8760
|
20 |
|
21 |
-
## Model description
|
22 |
-
|
23 |
-
More information needed
|
24 |
-
|
25 |
-
## Intended uses & limitations
|
26 |
-
|
27 |
-
More information needed
|
28 |
-
|
29 |
-
## Training and evaluation data
|
30 |
-
|
31 |
-
More information needed
|
32 |
-
|
33 |
-
## Training procedure
|
34 |
-
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
@@ -52,7 +38,6 @@ The following hyperparameters were used during training:
|
|
52 |
| 0.0598 | 3.0 | 2064 | 0.6720 | 0.8700 |
|
53 |
| 0.0197 | 4.0 | 2752 | 0.6760 | 0.8760 |
|
54 |
|
55 |
-
|
56 |
### Framework versions
|
57 |
|
58 |
- Transformers 4.12.3
|
|
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
+
# bert-base-uncased-finetuned-semeval2020-task4b
|
15 |
|
16 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the ComVE dataset which was part of SemEval 2020 Task 4.
|
17 |
+
It achieves the following results on the test set:
|
18 |
- Loss: 0.6760
|
19 |
- Accuracy: 0.8760
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
### Training hyperparameters
|
22 |
|
23 |
The following hyperparameters were used during training:
|
|
|
38 |
| 0.0598 | 3.0 | 2064 | 0.6720 | 0.8700 |
|
39 |
| 0.0197 | 4.0 | 2752 | 0.6760 | 0.8760 |
|
40 |
|
|
|
41 |
### Framework versions
|
42 |
|
43 |
- Transformers 4.12.3
|