seara commited on
Commit
c0bd0e2
1 Parent(s): c89baab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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: 512
60
- batch_size: 64
61
  optimizer: adam
62
  lr: 0.00001
63
  weight_decay: 0
64
- num_epochs: 5
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%.