Commit
·
4a5f004
1
Parent(s):
f189a25
Update README.md
Browse files
README.md
CHANGED
@@ -42,5 +42,12 @@ Please make sure to follow the exact format "<value\_name>" at the beginning of
|
|
42 |
## Performances
|
43 |
- F1 score (macro): 0.759
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
## References
|
46 |
Do Differences in Values Influence Disagreements in Online Discussions? (EMNLP'23) [link](https://aclanthology.org/2023.emnlp-main.992/)
|
|
|
42 |
## Performances
|
43 |
- F1 score (macro): 0.759
|
44 |
|
45 |
+
## Training details
|
46 |
+
- Base model: bert-base-uncased
|
47 |
+
- Epochs: 10 w/ early stopping after no F1 increase in 3 epochs
|
48 |
+
- Learning rate: 5e-5 w/ warmup for 0.03 steps and subsequent linear decay
|
49 |
+
- Batch size: 32
|
50 |
+
- Upsampled training set to maintain 1:1 balance for pos:neg labels
|
51 |
+
|
52 |
## References
|
53 |
Do Differences in Values Influence Disagreements in Online Discussions? (EMNLP'23) [link](https://aclanthology.org/2023.emnlp-main.992/)
|