mdarhri00 commited on
Commit
1a2ab20
1 Parent(s): 9b7d727

Upload BertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +59 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "C:\\Users\\pc\\OneDrive\\Documents\\GitHub\\apprentissage_actif\\./results",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "Person_Name",
15
+ "2": "Brand_vehicule",
16
+ "3": "Model_vehicule",
17
+ "4": "Organization_Name",
18
+ "5": "location",
19
+ "6": "phone_number",
20
+ "7": "IBAN",
21
+ "8": "credit_card",
22
+ "9": "date_time",
23
+ "10": "email",
24
+ "11": "Identification_Number"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "Brand_vehicule": 2,
30
+ "IBAN": 7,
31
+ "Identification_Number": 11,
32
+ "Model_vehicule": 3,
33
+ "O": 0,
34
+ "Organization_Name": 4,
35
+ "Person_Name": 1,
36
+ "credit_card": 8,
37
+ "date_time": 9,
38
+ "email": 10,
39
+ "location": 5,
40
+ "phone_number": 6
41
+ },
42
+ "layer_norm_eps": 1e-12,
43
+ "max_position_embeddings": 512,
44
+ "model_type": "bert",
45
+ "num_attention_heads": 12,
46
+ "num_hidden_layers": 12,
47
+ "pad_token_id": 0,
48
+ "pooler_fc_size": 768,
49
+ "pooler_num_attention_heads": 12,
50
+ "pooler_num_fc_layers": 3,
51
+ "pooler_size_per_head": 128,
52
+ "pooler_type": "first_token_transform",
53
+ "position_embedding_type": "absolute",
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.30.2",
56
+ "type_vocab_size": 2,
57
+ "use_cache": true,
58
+ "vocab_size": 119547
59
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:985fcceb62b1be6e40a5dcca2789694fe6f933ca310591b852f6a074479f4b5a
3
+ size 709160429