Football-Commentary-EE / config.json
falahmanalodi's picture
Upload 6 files
61d4f19 verified
{
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "AS",
"1": "G",
"2": "OG",
"3": "PM",
"4": "PSG",
"5": "RC",
"6": "SI",
"7": "Y2C",
"8": "YC",
"9": "comment",
"10": "full time",
"11": "half time",
"12": "highlight",
"13": "kick off",
"14": "penalty save",
"15": "stats",
"16": "var"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"AS": 0,
"G": 1,
"OG": 2,
"PM": 3,
"PSG": 4,
"RC": 5,
"SI": 6,
"Y2C": 7,
"YC": 8,
"comment": 9,
"full time": 10,
"half time": 11,
"highlight": 12,
"kick off": 13,
"penalty save": 14,
"stats": 15,
"var": 16
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.50.0",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}