Update README.md
Browse files
README.md
CHANGED
@@ -3,19 +3,23 @@ license: apache-2.0
|
|
3 |
base_model: bert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
- name: bert-base-uncased-e_CARE
|
10 |
results: []
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
-
should probably proofread and complete it, then remove this comment. -->
|
15 |
-
|
16 |
# bert-base-uncased-e_CARE
|
17 |
|
18 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased)
|
|
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 1.7677
|
21 |
- Accuracy: 0.7212
|
@@ -55,10 +59,9 @@ The following hyperparameters were used during training:
|
|
55 |
| 0.0212 | 4.0 | 6284 | 1.8194 | 0.7225 |
|
56 |
| 0.0185 | 5.0 | 7855 | 1.7677 | 0.7212 |
|
57 |
|
58 |
-
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.31.0
|
62 |
- Pytorch 2.0.1+cu118
|
63 |
- Datasets 2.14.2
|
64 |
-
- Tokenizers 0.13.3
|
|
|
3 |
base_model: bert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
- Multiple Choice
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
10 |
- name: bert-base-uncased-e_CARE
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- 12ml/e-CARE
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
pipeline_tag: question-answering
|
17 |
---
|
18 |
|
|
|
|
|
|
|
19 |
# bert-base-uncased-e_CARE
|
20 |
|
21 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased).
|
22 |
+
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 1.7677
|
25 |
- Accuracy: 0.7212
|
|
|
59 |
| 0.0212 | 4.0 | 6284 | 1.8194 | 0.7225 |
|
60 |
| 0.0185 | 5.0 | 7855 | 1.7677 | 0.7212 |
|
61 |
|
|
|
62 |
### Framework versions
|
63 |
|
64 |
- Transformers 4.31.0
|
65 |
- Pytorch 2.0.1+cu118
|
66 |
- Datasets 2.14.2
|
67 |
+
- Tokenizers 0.13.3
|