evangeliazve commited on
Commit
574ef1f
1 Parent(s): 37ee515

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-multilingual-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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": "ACHATLOGISTIQUE",
14
+ "1": "ADMINISTRATIONPUBLIQUE",
15
+ "2": "AVOCATHUISSIERNOTAIRE",
16
+ "3": "BTP",
17
+ "4": "DG",
18
+ "5": "ENSEIGNEMENT",
19
+ "6": "EXPORTINTERNATIONAL",
20
+ "7": "FINANCESFISCALITEGESTION",
21
+ "8": "IT",
22
+ "9": "JURIDIQUE",
23
+ "10": "MARKETINGCOMMUNICATION",
24
+ "11": "PRODUCTION",
25
+ "12": "RH",
26
+ "13": "RnD",
27
+ "14": "SANTE",
28
+ "15": "SERVICESENTREPRISES",
29
+ "16": "SERVICESGENERAUX",
30
+ "17": "URBANISME",
31
+ "18": "VENTECOMMERCIAL",
32
+ "19": "non-categ"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "ACHATLOGISTIQUE": 0,
38
+ "ADMINISTRATIONPUBLIQUE": 1,
39
+ "AVOCATHUISSIERNOTAIRE": 2,
40
+ "BTP": 3,
41
+ "DG": 4,
42
+ "ENSEIGNEMENT": 5,
43
+ "EXPORTINTERNATIONAL": 6,
44
+ "FINANCESFISCALITEGESTION": 7,
45
+ "IT": 8,
46
+ "JURIDIQUE": 9,
47
+ "MARKETINGCOMMUNICATION": 10,
48
+ "PRODUCTION": 11,
49
+ "RH": 12,
50
+ "RnD": 13,
51
+ "SANTE": 14,
52
+ "SERVICESENTREPRISES": 15,
53
+ "SERVICESGENERAUX": 16,
54
+ "URBANISME": 17,
55
+ "VENTECOMMERCIAL": 18,
56
+ "non-categ": 19
57
+ },
58
+ "layer_norm_eps": 1e-12,
59
+ "max_position_embeddings": 512,
60
+ "model_type": "bert",
61
+ "num_attention_heads": 12,
62
+ "num_hidden_layers": 12,
63
+ "pad_token_id": 0,
64
+ "pooler_fc_size": 768,
65
+ "pooler_num_attention_heads": 12,
66
+ "pooler_num_fc_layers": 3,
67
+ "pooler_size_per_head": 128,
68
+ "pooler_type": "first_token_transform",
69
+ "position_embedding_type": "absolute",
70
+ "problem_type": "single_label_classification",
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.25.1",
73
+ "type_vocab_size": 2,
74
+ "use_cache": true,
75
+ "vocab_size": 105879
76
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d94f0d2668bff527c5146b3c1b536524b26addefe1de6e7bece77370c4918c59
3
+ size 669557173
runs/Dec22_15-01-25_0930-143857-recap654-10-58-29-198/1671721293.9219146/events.out.tfevents.1671721293.0930-143857-recap654-10-58-29-198.1195.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc23170b49a0d0030dcac1aa9123bf9a28f70293cee218982bcc6d13b21a221e
3
+ size 5549
runs/Dec22_15-01-25_0930-143857-recap654-10-58-29-198/events.out.tfevents.1671721293.0930-143857-recap654-10-58-29-198.1195.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:206936576ac09ce72c004ac3a86bb3e51c616f99d45c334caa8b565c70acb9ed
3
+ size 4953
runs/Dec22_15-12-51_0930-143857-recap654-10-58-29-198/1671721978.2332165/events.out.tfevents.1671721978.0930-143857-recap654-10-58-29-198.1195.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6747e1f84636fc7b1ef5aaaf366cd0c47fa8b3bbfb3c42ed7f9f15731f264c1a
3
+ size 5549
runs/Dec22_15-12-51_0930-143857-recap654-10-58-29-198/events.out.tfevents.1671721978.0930-143857-recap654-10-58-29-198.1195.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2da32d41b780aace987843b4c270501a1b3950ab4db6890e8d067a91c5cacab
3
+ size 8613
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-base-multilingual-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c668448c5c2ff5bba503a6d312ae3abe3b11bc5e8f8cb0126754e8a7df4feae6
3
+ size 3451
vocab.txt ADDED
The diff for this file is too large to render. See raw diff