footballbert-base / config.json
achadj's picture
Upload folder using huggingface_hub
51cba5c verified
raw
history blame contribute delete
790 Bytes
{
"architectures": [
"FootballBERTForMaskedPlayerPrediction"
],
"hidden_dropout_prob": 0.05,
"hidden_size": 256,
"intermediate_size": 1024,
"mask_token_id": 99943,
"max_position_embeddings": 68,
"model_type": "footballbert",
"auto_map": {
"AutoConfig": "configuration_footballbert.FootballBERTConfig",
"AutoModel": "modeling_footballbert.FootballBERTModel",
"AutoModelForMaskedLM": "modeling_footballbert.FootballBERTForMaskedPlayerPrediction"
},
"num_attention_heads": 1,
"num_hidden_layers": 6,
"num_positions": 1419,
"num_seasons": 23,
"pad_token_id": 99944,
"position_pad_token_id": 1419,
"season_pad_token_id": 23,
"torch_dtype": "float32",
"transformers_version": "4.45.2",
"vocab_size": 99944
}