{ "_name_or_path": "almanach/camembert-base", "architectures": [ "CamembertForTokenClassification" ], "attention_probs_dropout_prob": 0.1, "bos_token_id": 5, "classifier_dropout": null, "eos_token_id": 6, "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_size": 768, "id2label": { "0": "O", "1": "B-PER", "2": "I-PER", "3": "I-FAC", "4": "I-TIME", "5": "B-FAC", "6": "B-TIME", "7": "I-LOC", "8": "B-GPE", "9": "B-LOC", "10": "I-VEH", "11": "B-VEH", "12": "I-GPE" }, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { "B-FAC": 5, "B-GPE": 8, "B-LOC": 9, "B-PER": 1, "B-TIME": 6, "B-VEH": 11, "I-FAC": 3, "I-GPE": 12, "I-LOC": 7, "I-PER": 2, "I-TIME": 4, "I-VEH": 10, "O": 0 }, "layer_norm_eps": 1e-05, "max_position_embeddings": 514, "model_type": "camembert", "num_attention_heads": 12, "num_hidden_layers": 12, "output_past": true, "pad_token_id": 1, "position_embedding_type": "absolute", "transformers_version": "4.45.1", "type_vocab_size": 1, "use_cache": true, "vocab_size": 32005 }