Priyanka-Balivada
commited on
Commit
•
4bb1fd7
1
Parent(s):
2aaae77
Russian-BERT
Browse files- README.md +15 -13
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
base_model: bert-base-uncased
|
3 |
library_name: transformers
|
4 |
license: apache-2.0
|
|
|
|
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
- precision
|
8 |
- recall
|
9 |
-
tags:
|
10 |
-
- generated_from_trainer
|
11 |
model-index:
|
12 |
- name: russian-BERT
|
13 |
results: []
|
@@ -20,12 +20,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- Micro-avg-recall: 0.
|
28 |
-
- Micro-avg-precision: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -50,15 +50,17 @@ The following hyperparameters were used during training:
|
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | Micro-avg-recall | Micro-avg-precision |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:----------------:|:-------------------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: bert-base-uncased
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- precision
|
10 |
- recall
|
|
|
|
|
11 |
model-index:
|
12 |
- name: russian-BERT
|
13 |
results: []
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.5708
|
24 |
+
- Accuracy: 0.8933
|
25 |
+
- Precision: 0.8933
|
26 |
+
- Recall: 0.8933
|
27 |
+
- Micro-avg-recall: 0.8933
|
28 |
+
- Micro-avg-precision: 0.8933
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 5
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | Micro-avg-recall | Micro-avg-precision |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:----------------:|:-------------------:|
|
59 |
+
| 0.4304 | 1.0 | 750 | 0.3997 | 0.8397 | 0.8399 | 0.8397 | 0.8397 | 0.8397 |
|
60 |
+
| 0.3907 | 2.0 | 1500 | 0.3305 | 0.873 | 0.8791 | 0.873 | 0.873 | 0.873 |
|
61 |
+
| 0.1386 | 3.0 | 2250 | 0.3770 | 0.888 | 0.8898 | 0.888 | 0.888 | 0.888 |
|
62 |
+
| 0.0631 | 4.0 | 3000 | 0.5419 | 0.8887 | 0.8887 | 0.8887 | 0.8887 | 0.8887 |
|
63 |
+
| 0.1276 | 5.0 | 3750 | 0.5708 | 0.8933 | 0.8933 | 0.8933 | 0.8933 | 0.8933 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:999c02562667326fb73e34d73dd98fb22b1deb8c2ddbce0fabad8de3571c1af3
|
3 |
size 5176
|