vchemsmisl commited on
Commit
809cdf8
·
verified ·
1 Parent(s): e60b49a

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +103 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "moctarsmal/bank-transactions-statements-classification",
3
+ "amp": 1,
4
+ "architectures": [
5
+ "FlaubertForSequenceClassification"
6
+ ],
7
+ "asm": false,
8
+ "attention_dropout": 0.1,
9
+ "bos_index": 0,
10
+ "bos_token_id": 0,
11
+ "bptt": 512,
12
+ "causal": false,
13
+ "clip_grad_norm": 5,
14
+ "dropout": 0.1,
15
+ "emb_dim": 512,
16
+ "embed_init_std": 0.02209708691207961,
17
+ "encoder_only": true,
18
+ "end_n_top": 5,
19
+ "eos_index": 1,
20
+ "fp16": true,
21
+ "gelu_activation": true,
22
+ "group_by_size": true,
23
+ "id2label": {
24
+ "0": "BANK_SERVICE",
25
+ "1": "FOOD_GOODS",
26
+ "2": "LEASING",
27
+ "3": "LOAN",
28
+ "4": "NON_FOOD_GOODS",
29
+ "5": "NOT_CLASSIFIED",
30
+ "6": "REALE_STATE",
31
+ "7": "SERVICE",
32
+ "8": "TAX"
33
+ },
34
+ "id2lang": {
35
+ "0": "fr"
36
+ },
37
+ "init_std": 0.02,
38
+ "is_encoder": true,
39
+ "label2id": {
40
+ "BANK_SERVICE": 0,
41
+ "FOOD_GOODS": 1,
42
+ "LEASING": 2,
43
+ "LOAN": 3,
44
+ "NON_FOOD_GOODS": 4,
45
+ "NOT_CLASSIFIED": 5,
46
+ "REALE_STATE": 6,
47
+ "SERVICE": 7,
48
+ "TAX": 8
49
+ },
50
+ "lang2id": {
51
+ "fr": 0
52
+ },
53
+ "lang_id": 0,
54
+ "langs": [
55
+ "fr"
56
+ ],
57
+ "layer_norm_eps": 1e-06,
58
+ "layerdrop": 0.2,
59
+ "lg_sampling_factor": -1,
60
+ "lgs": "fr",
61
+ "mask_index": 5,
62
+ "mask_token_id": 0,
63
+ "max_batch_size": 0,
64
+ "max_position_embeddings": 512,
65
+ "max_vocab": -1,
66
+ "mlm_steps": [
67
+ [
68
+ "fr",
69
+ null
70
+ ]
71
+ ],
72
+ "model_type": "flaubert",
73
+ "n_heads": 8,
74
+ "n_langs": 1,
75
+ "n_layers": 6,
76
+ "pad_index": 2,
77
+ "pad_token_id": 2,
78
+ "pre_norm": true,
79
+ "problem_type": "single_label_classification",
80
+ "sample_alpha": 0,
81
+ "share_inout_emb": true,
82
+ "sinusoidal_embeddings": false,
83
+ "start_n_top": 5,
84
+ "summary_activation": null,
85
+ "summary_first_dropout": 0.1,
86
+ "summary_proj_to_labels": true,
87
+ "summary_type": "first",
88
+ "summary_use_proj": true,
89
+ "tokens_per_batch": -1,
90
+ "torch_dtype": "float32",
91
+ "transformers_version": "4.46.2",
92
+ "unk_index": 3,
93
+ "use_lang_emb": true,
94
+ "vocab_size": 68729,
95
+ "word_blank": 0,
96
+ "word_dropout": 0,
97
+ "word_keep": 0.1,
98
+ "word_mask": 0.8,
99
+ "word_mask_keep_rand": "0.8,0.1,0.1",
100
+ "word_pred": 0.15,
101
+ "word_rand": 0.1,
102
+ "word_shuffle": 0
103
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55dbcc7680c871f8d40e2f55f6d2a18048b29b348c8d037f3ab246e139ef9860
3
+ size 217495916
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1ffd4d80ab7f92f1c93ab6d48edd5edbbc231508046dd340e12a6655ed574db
3
+ size 5304