scim-distilroberta / config.json
aristotletan's picture
Initial commit
aaaa0bb
{
"_name_or_path": "test-scim/checkpoint-644",
"architectures": [
"RobertaForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"eos_token_id": 2,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "Conditions Precedent",
"1": "Conflict of Interest",
"2": "Positive Covenant",
"3": "Negative Covenant",
"4": "Events of Default",
"5": "Information Covenant",
"6": "Designated Accounts",
"7": "Utilisation of Proceeds",
"8": "Financial Covenant",
"9": "Conditions Subsequent",
"10": "Rating"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Conditions Precedent": 0,
"Conditions Subsequent": 9,
"Conflict of Interest": 1,
"Designated Accounts": 6,
"Events of Default": 4,
"Financial Covenant": 8,
"Information Covenant": 5,
"Negative Covenant": 3,
"Positive Covenant": 2,
"Rating": 10,
"Utilisation of Proceeds": 7
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "roberta",
"num_attention_heads": 12,
"num_hidden_layers": 6,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"transformers_version": "4.5.1",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50265
}