File size: 421 Bytes
12276f2 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"base_model": "microsoft/deberta-v3-small",
"architecture": "DeBERTa-v3-small + 3 regression heads",
"outputs": {
"expected_experience_years": "integer (years of experience)",
"pay_lower": "integer (lower salary bound USD)",
"pay_upper": "integer (upper salary bound USD)"
},
"normalization": "z-score \u2014 use norm_stats.json to denormalize predictions",
"max_length": 512,
"dropout": 0.1
} |