Update README.md
Browse files
README.md
CHANGED
@@ -55,13 +55,13 @@ __Download links for all Russian sentiment datasets collected by Smetanin can be
|
|
55 |
|
56 |
Training were done in this [project](https://github.com/searayeah/vkr-bert) with this parameters:
|
57 |
|
58 |
-
```
|
59 |
-
max_length:
|
60 |
-
batch_size:
|
61 |
optimizer: adam
|
62 |
lr: 0.00001
|
63 |
weight_decay: 0
|
64 |
-
|
65 |
```
|
66 |
|
67 |
Train/validation/test splits are 80%/10%/10%.
|
|
|
55 |
|
56 |
Training were done in this [project](https://github.com/searayeah/vkr-bert) with this parameters:
|
57 |
|
58 |
+
```yaml
|
59 |
+
tokenizer.max_length: 256
|
60 |
+
batch_size: 32
|
61 |
optimizer: adam
|
62 |
lr: 0.00001
|
63 |
weight_decay: 0
|
64 |
+
epochs: 2
|
65 |
```
|
66 |
|
67 |
Train/validation/test splits are 80%/10%/10%.
|