seara commited on
Commit
e2fd638
1 Parent(s): 9026935

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -9,17 +9,19 @@ metrics:
9
  - recall
10
  pipeline_tag: text-classification
11
  tags:
12
- - emotion-classification
13
- - emotion-recognition
14
  - multi-label-classification
15
- - emotion
16
- - russian
17
  - rubert
18
  - sentiment
19
- - sentiment-analysis
20
- - classification
21
- - multilabel
22
  - bert
 
 
 
 
 
 
 
23
  datasets:
24
  - cedr
25
  ---
@@ -67,6 +69,7 @@ An overview of the training data can be found in the source [article](https://ww
67
  Training were done in this [project](https://github.com/searayeah/vkr-bert) with this parameters:
68
 
69
  ```yaml
 
70
  batch_size: 64
71
  optimizer: adam
72
  lr: 0.00001
 
9
  - recall
10
  pipeline_tag: text-classification
11
  tags:
12
+ - sentiment-analysis
 
13
  - multi-label-classification
14
+ - sentiment analysis
 
15
  - rubert
16
  - sentiment
 
 
 
17
  - bert
18
+ - tiny
19
+ - russian
20
+ - multilabel
21
+ - classification
22
+ - emotion-classification
23
+ - emotion-recognition
24
+ - emotion
25
  datasets:
26
  - cedr
27
  ---
 
69
  Training were done in this [project](https://github.com/searayeah/vkr-bert) with this parameters:
70
 
71
  ```yaml
72
+ tokenizer.max_length: null
73
  batch_size: 64
74
  optimizer: adam
75
  lr: 0.00001