Training complete
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [mor40/BulBERT-chitanka-model](https://huggingface.co/mor40/BulBERT-chitanka-model) on the bgglue dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 1.
|
35 |
-
- Accuracy: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -51,7 +51,7 @@ More information needed
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
-
- learning_rate:
|
55 |
- train_batch_size: 128
|
56 |
- eval_batch_size: 128
|
57 |
- seed: 42
|
@@ -63,11 +63,11 @@ The following hyperparameters were used during training:
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
-
| No log | 1.0 | 64 | 1.
|
67 |
-
| No log | 2.0 | 128 | 1.
|
68 |
-
| No log | 3.0 | 192 | 1.
|
69 |
-
| No log | 4.0 | 256 | 1.
|
70 |
-
| No log | 5.0 | 320 | 1.
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.5844636251541308
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [mor40/BulBERT-chitanka-model](https://huggingface.co/mor40/BulBERT-chitanka-model) on the bgglue dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 1.5157
|
35 |
+
- Accuracy: 0.5845
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 4e-05
|
55 |
- train_batch_size: 128
|
56 |
- eval_batch_size: 128
|
57 |
- seed: 42
|
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
+
| No log | 1.0 | 64 | 1.3080 | 0.5956 |
|
67 |
+
| No log | 2.0 | 128 | 1.4107 | 0.5709 |
|
68 |
+
| No log | 3.0 | 192 | 1.4825 | 0.5968 |
|
69 |
+
| No log | 4.0 | 256 | 1.5070 | 0.5882 |
|
70 |
+
| No log | 5.0 | 320 | 1.5157 | 0.5845 |
|
71 |
|
72 |
|
73 |
### Framework versions
|