CoolFace
Modelpublic

FENGYU21/rumor-detection

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes2downloads
threshold.json17 linesDownload Raw Back to root
1{
2  "model_name": "cardiffnlp/twitter-roberta-base",
3  "max_length": 128,
4  "best_config": {
5    "name": "lr2e-5_seed42",
6    "learning_rate": 2e-05,
7    "num_train_epochs": 4,
8    "weight_decay": 0.01,
9    "warmup_ratio": 0.06,
10    "seed": 42
11  },
12  "argmax_accuracy": 0.8927680798004988,
13  "argmax_f1": 0.8746355685131195,
14  "threshold": 0.4980926811695099,
15  "threshold_accuracy": 0.8952618453865336,
16  "threshold_f1": 0.877906976744186
17}