seara commited on
Commit
c89baab
1 Parent(s): 667df0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -56,12 +56,12 @@ __Download links for all Russian sentiment datasets collected by Smetanin can be
56
  Training were done in this [project](https://github.com/searayeah/vkr-bert) with this parameters:
57
 
58
  ```
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%.
 
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%.