Update README.md
Browse files
README.md
CHANGED
@@ -29,17 +29,17 @@ Russian telegram posts
|
|
29 |
train/valid/test: 2970/165/165
|
30 |
|
31 |
## Training Details
|
32 |
-
token max length: 512
|
33 |
-
num labels: 2
|
34 |
-
batch size: 16
|
35 |
-
learning_rate: 2e-5
|
36 |
-
train_epochs: 20
|
37 |
-
weight decay: 0.01
|
38 |
|
39 |
## Metrics:
|
40 |
-
Matthews_correlation (training evaluation metric): 0.89
|
41 |
-
Accuracy: 0.95
|
42 |
|
43 |
## Label Scheme
|
44 |
-
LABEL_1 - news
|
45 |
-
LABEL_0 - not news
|
|
|
29 |
train/valid/test: 2970/165/165
|
30 |
|
31 |
## Training Details
|
32 |
+
- token max length: 512
|
33 |
+
- num labels: 2
|
34 |
+
- batch size: 16
|
35 |
+
- learning_rate: 2e-5
|
36 |
+
- train_epochs: 20
|
37 |
+
- weight decay: 0.01
|
38 |
|
39 |
## Metrics:
|
40 |
+
- Matthews_correlation (training evaluation metric): 0.89
|
41 |
+
- Accuracy: 0.95
|
42 |
|
43 |
## Label Scheme
|
44 |
+
- LABEL_1 - news
|
45 |
+
- LABEL_0 - not news
|