pebblo-classifier / config.json
Tihsrah-CD's picture
Update config.json
297e2f2 verified
raw
history blame
No virus
1.85 kB
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "Board meeting",
"1": "Consulting Agreement",
"2": "Customer List",
"3": "Distribution/Partner Agreement",
"4": "Enterprise License Agreement",
"5": "Executive Severance Agreement",
"6": "Financial Report",
"7": "HARMFUL_ADVICE",
"8": "Internal Use Only",
"9": "Loan and security Agreement",
"10": "MEDICAL_ADVICE",
"11": "Merger Agreement",
"12": "NDA",
"13": "NORMAL_TEXT",
"14": "Patent Application Fillings",
"15": "Price list",
"16": "Secret Sauce",
"17": "Security Breach",
"18": "Settlement Agreement",
"19": "Sexual Harrassment",
"20": "employee agreement",
"21": "enterprise agreement"
},
"initializer_range": 0.02,
"label2id": {
"Board meeting": 0,
"Consulting Agreement": 1,
"Customer List": 2,
"Distribution/Partner Agreement": 3,
"Enterprise License Agreement": 4,
"Executive Severance Agreement": 5,
"Financial Report": 6,
"HARMFUL_ADVICE": 7,
"Internal Use Only": 8,
"Loan and security Agreement": 9,
"MEDICAL_ADVICE": 10,
"Merger Agreement": 11,
"NDA": 12,
"NORMAL_TEXT": 13,
"Patent Application Fillings": 14,
"Price list": 15,
"Secret Sauce": 16,
"Security Breach": 17,
"Settlement Agreement": 18,
"Sexual Harrassment": 19,
"employee agreement": 20,
"enterprise agreement": 21
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.36.2",
"vocab_size": 30522
}