CoolFace
Modelpublic

Tommert25/robbert_dataaugmentation

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes10downloads
config.json48 linesDownload Raw Back to root
1{2  "_name_or_path": "pdelobelle/robbert-v2-dutch-base",3  "architectures": [4    "RobertaForTokenClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "bos_token_id": 0,8  "classifier_dropout": null,9  "eos_token_id": 2,10  "gradient_checkpointing": false,11  "hidden_act": "gelu",12  "hidden_dropout_prob": 0.1,13  "hidden_size": 768,14  "id2label": {15    "0": "NAME",16    "1": "OTH",17    "2": "NL",18    "3": "VAR",19    "4": "ARAB",20    "5": "ENG",21    "6": "NON"22  },23  "initializer_range": 0.02,24  "intermediate_size": 3072,25  "label2id": {26    "ARAB": 4,27    "ENG": 5,28    "NL": 2,29    "NON": 6,30    "Name": 0,31    "OTH": 1,32    "VAR": 333  },34  "layer_norm_eps": 1e-05,35  "max_position_embeddings": 514,36  "model_type": "roberta",37  "num_attention_heads": 12,38  "num_hidden_layers": 12,39  "output_past": true,40  "pad_token_id": 1,41  "position_embedding_type": "absolute",42  "torch_dtype": "float32",43  "transformers_version": "4.34.0",44  "type_vocab_size": 1,45  "use_cache": true,46  "vocab_size": 4000047}48