File size: 275 Bytes
02ceafb | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"base_model": "bert-base-uncased",
"train_split": "train_40",
"dataset": "SurAyush/stsb_splits",
"pooling": "mean",
"val_spearman": 0.858,
"test_spearman": 0.8192,
"baseline_bert": 0.4729,
"delta": 0.3463,
"epochs": 10,
"lr": 2e-05,
"batch_size": 16
} |