fles1-v7 / config.json
Golvis's picture
Upload folder using huggingface_hub
92b778b verified
raw
history blame contribute delete
192 Bytes
{
"model_name": "bert-base-uncased",
"vocab_size": 30522,
"hidden_size": 768,
"max_length": 256,
"threshold": 0.0,
"lambda_q": 0.0001,
"lambda_d": 0.0001,
"temperature": 0.05
}