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