cue-gat-ru-socc / config.json
Lelon's picture
Upload folder using huggingface_hub
75e8720 verified
raw
history blame contribute delete
527 Bytes
{
"attention_probs_dropout_prob": 0.1,
"bert_id": "EuroBERT/EuroBERT-210m",
"custom_pytorch_model": true,
"dep_vocab_size": 41,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"id2label": {
"0": "X",
"1": "C"
},
"initializer_range": 0.02,
"label2id": {
"C": 1,
"X": 0
},
"lcount": 2,
"max_length": 256,
"max_position_embeddings": 1000000000000000019884624838656,
"pos_vocab_size": 18,
"spacy_id": "ru_core_news_sm",
"transformers_version": "4.51.3",
"vocab_size": 128256
}