CoolFace
Modelpublic

GEODE/camembert-base-edda-span-classification

sourceHugging Facecc-by-nc-4.0updated 2y agoView on Hugging Face
0likes32downloads
config.json53 linesDownload Raw Back to root
1{2  "_name_or_path": "camembert-base",3  "architectures": [4    "CamembertForTokenClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "bos_token_id": 5,8  "classifier_dropout": null,9  "eos_token_id": 6,10  "hidden_act": "gelu",11  "hidden_dropout_prob": 0.1,12  "hidden_size": 768,13  "id2label": {14    "0": "NP_Spatial",15    "1": "O",16    "2": "NP_Misc",17    "3": "Head",18    "4": "Latlong",19    "5": "NC_Spatial",20    "6": "NC_Person",21    "7": "Relation",22    "8": "NP_Person",23    "9": "Domain_mark"24  },25  "initializer_range": 0.02,26  "intermediate_size": 3072,27  "label2id": {28    "Domain_mark": 9,29    "Head": 3,30    "Latlong": 4,31    "NC_Person": 6,32    "NC_Spatial": 5,33    "NP_Misc": 2,34    "NP_Person": 8,35    "NP_Spatial": 0,36    "O": 1,37    "Relation": 738  },39  "layer_norm_eps": 1e-05,40  "max_position_embeddings": 514,41  "model_type": "camembert",42  "num_attention_heads": 12,43  "num_hidden_layers": 12,44  "output_past": true,45  "pad_token_id": 1,46  "position_embedding_type": "absolute",47  "torch_dtype": "float32",48  "transformers_version": "4.44.2",49  "type_vocab_size": 1,50  "use_cache": true,51  "vocab_size": 3200552}53