End of training
Browse files- README.md +22 -12
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: google-bert/bert-base-multilingual-cased
|
| 3 |
library_name: transformers
|
| 4 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
- precision
|
| 8 |
- recall
|
| 9 |
- f1
|
| 10 |
-
tags:
|
| 11 |
-
- generated_from_trainer
|
| 12 |
model-index:
|
| 13 |
- name: bert-f1-durga-muhammad
|
| 14 |
results: []
|
|
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss: 0.
|
| 25 |
-
- Accuracy: 0.
|
| 26 |
-
- Precision: 0.
|
| 27 |
-
- Recall: 0.
|
| 28 |
-
- F1: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -54,10 +54,20 @@ The following hyperparameters were used during training:
|
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
-
| Training Loss | Epoch
|
| 58 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:-----:|
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
+
base_model: google-bert/bert-base-multilingual-cased
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
- precision
|
| 10 |
- recall
|
| 11 |
- f1
|
|
|
|
|
|
|
| 12 |
model-index:
|
| 13 |
- name: bert-f1-durga-muhammad
|
| 14 |
results: []
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.0079
|
| 25 |
+
- Accuracy: 0.999
|
| 26 |
+
- Precision: 0.999
|
| 27 |
+
- Recall: 0.999
|
| 28 |
+
- F1: 0.999
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 58 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:-----:|
|
| 59 |
+
| 0.1978 | 0.24 | 60 | 0.1764 | 0.968 | 0.968 | 0.968 | 0.968 |
|
| 60 |
+
| 0.1657 | 0.48 | 120 | 0.0619 | 0.981 | 0.981 | 0.981 | 0.981 |
|
| 61 |
+
| 0.1155 | 0.72 | 180 | 0.0475 | 0.989 | 0.989 | 0.989 | 0.989 |
|
| 62 |
+
| 0.0675 | 0.96 | 240 | 0.0143 | 0.997 | 0.997 | 0.997 | 0.997 |
|
| 63 |
+
| 0.0009 | 1.2 | 300 | 0.0148 | 0.997 | 0.997 | 0.997 | 0.997 |
|
| 64 |
+
| 0.0006 | 1.44 | 360 | 0.0151 | 0.997 | 0.997 | 0.997 | 0.997 |
|
| 65 |
+
| 0.0267 | 1.6800 | 420 | 0.0083 | 0.999 | 0.999 | 0.999 | 0.999 |
|
| 66 |
+
| 0.0335 | 1.92 | 480 | 0.0080 | 0.999 | 0.999 | 0.999 | 0.999 |
|
| 67 |
+
| 0.0315 | 2.16 | 540 | 0.0073 | 0.999 | 0.999 | 0.999 | 0.999 |
|
| 68 |
+
| 0.0056 | 2.4 | 600 | 0.0076 | 0.999 | 0.999 | 0.999 | 0.999 |
|
| 69 |
+
| 0.0004 | 2.64 | 660 | 0.0078 | 0.999 | 0.999 | 0.999 | 0.999 |
|
| 70 |
+
| 0.0004 | 2.88 | 720 | 0.0079 | 0.999 | 0.999 | 0.999 | 0.999 |
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 711443456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e3e04620d3562aac82c39b9abcd6dbfdf99ea0ca6f7c83e914f7baa9ac45a7e
|
| 3 |
size 711443456
|