Training in progress epoch 0
Browse files
README.md
CHANGED
@@ -4,18 +4,22 @@ base_model: bert-base-multilingual-cased
|
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
7 |
-
- name: bert-finetuned-mrpc
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
12 |
probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
-
# bert-finetuned-mrpc
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -39,6 +43,9 @@ The following hyperparameters were used during training:
|
|
39 |
|
40 |
### Training results
|
41 |
|
|
|
|
|
|
|
42 |
|
43 |
|
44 |
### Framework versions
|
|
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
7 |
+
- name: Piyakrit/bert-finetuned-mrpc
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
12 |
probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
+
# Piyakrit/bert-finetuned-mrpc
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.6356
|
19 |
+
- Train Accuracy: 0.6742
|
20 |
+
- Validation Loss: 0.6238
|
21 |
+
- Validation Accuracy: 0.6838
|
22 |
+
- Epoch: 0
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
+
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
47 |
+
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
48 |
+
| 0.6356 | 0.6742 | 0.6238 | 0.6838 | 0 |
|
49 |
|
50 |
|
51 |
### Framework versions
|