baskorowicaksono
commited on
Commit
•
3ef1cd8
1
Parent(s):
20f4adb
Upload TFDistilBertForQuestionAnswering
Browse files- README.md +21 -21
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,12 +15,12 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train End Logits Accuracy: 0.
|
20 |
-
- Train Start Logits Accuracy: 0.
|
21 |
-
- Validation Loss:
|
22 |
-
- Validation End Logits Accuracy: 0.
|
23 |
-
- Validation Start Logits Accuracy: 0.
|
24 |
- Epoch: 14
|
25 |
|
26 |
## Model description
|
@@ -47,21 +47,21 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
49 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
50 |
-
| 2.
|
51 |
-
| 1.
|
52 |
-
| 1.
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.2278
|
19 |
+
- Train End Logits Accuracy: 0.9244
|
20 |
+
- Train Start Logits Accuracy: 0.9207
|
21 |
+
- Validation Loss: 3.8999
|
22 |
+
- Validation End Logits Accuracy: 0.4812
|
23 |
+
- Validation Start Logits Accuracy: 0.4542
|
24 |
- Epoch: 14
|
25 |
|
26 |
## Model description
|
|
|
47 |
|
48 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
49 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
50 |
+
| 2.2837 | 0.4519 | 0.4182 | 2.1117 | 0.4890 | 0.4658 | 0 |
|
51 |
+
| 1.7361 | 0.5642 | 0.5326 | 2.0268 | 0.5035 | 0.4788 | 1 |
|
52 |
+
| 1.4664 | 0.6186 | 0.5893 | 2.0023 | 0.5093 | 0.4833 | 2 |
|
53 |
+
| 1.2479 | 0.6661 | 0.6379 | 2.1252 | 0.5057 | 0.4744 | 3 |
|
54 |
+
| 1.0596 | 0.7076 | 0.6832 | 2.2703 | 0.4975 | 0.4690 | 4 |
|
55 |
+
| 0.8999 | 0.7434 | 0.7214 | 2.3834 | 0.4968 | 0.4714 | 5 |
|
56 |
+
| 0.7661 | 0.7760 | 0.7557 | 2.5503 | 0.4906 | 0.4654 | 6 |
|
57 |
+
| 0.6520 | 0.8042 | 0.7892 | 2.7740 | 0.4922 | 0.4540 | 7 |
|
58 |
+
| 0.5549 | 0.8313 | 0.8156 | 3.0625 | 0.4884 | 0.4607 | 8 |
|
59 |
+
| 0.4739 | 0.8512 | 0.8405 | 3.1365 | 0.4862 | 0.4535 | 9 |
|
60 |
+
| 0.4072 | 0.8691 | 0.8620 | 3.2969 | 0.4830 | 0.4509 | 10 |
|
61 |
+
| 0.3515 | 0.8863 | 0.8786 | 3.4301 | 0.4852 | 0.4530 | 11 |
|
62 |
+
| 0.3025 | 0.9010 | 0.8954 | 3.5350 | 0.4814 | 0.4548 | 12 |
|
63 |
+
| 0.2646 | 0.9127 | 0.9083 | 3.7923 | 0.4832 | 0.4539 | 13 |
|
64 |
+
| 0.2278 | 0.9244 | 0.9207 | 3.8999 | 0.4812 | 0.4542 | 14 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 539068392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02c0e61cb45581251255d8eb2a8f34a1ffa03940ef45e8532f1d2e385c172dac
|
3 |
size 539068392
|