copilot_relex_nyt / config.json
bobbyw's picture
Training in progress, epoch 1
c6ad09d
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "train",
"1": "contains",
"2": "nationality",
"3": "capital",
"4": "place_lived",
"5": "country",
"6": "administrative_divisions",
"7": "company",
"8": "neighborhood_of",
"9": "place_of_birth",
"10": "place_of_death",
"11": "founders",
"12": "children",
"13": "place_founded",
"14": "major_shareholder_of",
"15": "major_shareholders",
"16": "teams",
"17": "location",
"18": "religion",
"19": "geographic_distribution",
"20": "advisors",
"21": "ethnicity",
"22": "people",
"23": "profession",
"24": "industry"
},
"initializer_range": 0.02,
"label2id": {
"administrative_divisions": 6,
"advisors": 20,
"capital": 3,
"children": 12,
"company": 7,
"contains": 1,
"country": 5,
"ethnicity": 21,
"founders": 11,
"geographic_distribution": 19,
"industry": 24,
"location": 17,
"major_shareholder_of": 14,
"major_shareholders": 15,
"nationality": 2,
"neighborhood_of": 8,
"people": 22,
"place_founded": 13,
"place_lived": 4,
"place_of_birth": 9,
"place_of_death": 10,
"profession": 23,
"religion": 18,
"teams": 16,
"train": 0
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"problem_type": "single_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.35.0",
"vocab_size": 29002
}