Training completed!
Browse files
README.md
CHANGED
@@ -3,8 +3,6 @@ license: mit
|
|
3 |
base_model: dbmdz/bert-base-turkish-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
metrics:
|
7 |
-
- accuracy
|
8 |
model-index:
|
9 |
- name: bert-duygua15
|
10 |
results: []
|
@@ -16,9 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# bert-duygua15
|
17 |
|
18 |
This model is a fine-tuned version of [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased) on an unknown dataset.
|
19 |
-
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.3342
|
21 |
-
- Accuracy: 0.9433
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,22 +38,13 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 | 75 | 0.
|
53 |
-
| No log | 2.0 | 150 | 0.1796 | 0.945 |
|
54 |
-
| No log | 3.0 | 225 | 0.2770 | 0.9233 |
|
55 |
-
| No log | 4.0 | 300 | 0.2481 | 0.9383 |
|
56 |
-
| No log | 5.0 | 375 | 0.2703 | 0.9408 |
|
57 |
-
| No log | 6.0 | 450 | 0.2989 | 0.94 |
|
58 |
-
| 0.0994 | 7.0 | 525 | 0.3262 | 0.9433 |
|
59 |
-
| 0.0994 | 8.0 | 600 | 0.3299 | 0.9408 |
|
60 |
-
| 0.0994 | 9.0 | 675 | 0.3213 | 0.9442 |
|
61 |
-
| 0.0994 | 10.0 | 750 | 0.3342 | 0.9433 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
3 |
base_model: dbmdz/bert-base-turkish-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: bert-duygua15
|
8 |
results: []
|
|
|
14 |
# bert-duygua15
|
15 |
|
16 |
This model is a fine-tuned version of [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased) on an unknown dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
+
- num_epochs: 1
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
46 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
47 |
+
| No log | 1.0 | 75 | 0.2231 | 0.9333 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|