yeniguno commited on
Commit
0b3ce9d
·
verified ·
1 Parent(s): 38eb3b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -127,7 +127,7 @@ In total, the training data includes 231,753 instances, while the test data cons
127
  - **Label Mapping**: The sentiment labels were mapped to integers: `0` for negative, `1` for neutral, and `2` for positive.
128
 
129
  #### Training Hyperparameters
130
- - **Epochs**: 3-5
131
  - **Batch Size**: 16
132
  - **Learning Rate**: 2e-5
133
  - **Optimizer**: AdamW
 
127
  - **Label Mapping**: The sentiment labels were mapped to integers: `0` for negative, `1` for neutral, and `2` for positive.
128
 
129
  #### Training Hyperparameters
130
+ - **Epochs**: 3
131
  - **Batch Size**: 16
132
  - **Learning Rate**: 2e-5
133
  - **Optimizer**: AdamW