File size: 276 Bytes
484f639 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"base_model": "bert-base-uncased",
"train_split": "train_60",
"dataset": "SurAyush/stsb_splits",
"pooling": "mean",
"val_spearman": 0.8675,
"test_spearman": 0.8294,
"baseline_bert": 0.4729,
"delta": 0.3565,
"epochs": 10,
"lr": 2e-05,
"batch_size": 16
} |