vivek01 commited on
Commit
2ae4741
·
verified ·
1 Parent(s): 101aa05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -79,13 +79,13 @@ Data preprocessing involved tokenization using DeBERTa's tokenizer, padding to a
79
 
80
  #### Training Hyperparameters
81
  Training Hyperparameters
82
- Batch size: 32
83
- Learning rate: 5e-5
84
- Epochs: 10
85
- Optimizer: AdamW
86
 
87
  ### Results
88
  The model achieved the following accuracy scores:
89
- Emotion Detection: 92%
90
- Polarity Classification: 95%
91
- Hate Speech Detection: 99%
 
79
 
80
  #### Training Hyperparameters
81
  Training Hyperparameters
82
+ -**Batch size**: 32
83
+ -**Learning rate**: 5e-5
84
+ -**Epochs**: 10
85
+ -**Optimizer**: AdamW
86
 
87
  ### Results
88
  The model achieved the following accuracy scores:
89
+ -**Emotion Detection**: 92%
90
+ -**Polarity Classification**: 95%
91
+ -**Hate Speech Detection**: 99%