labicquette commited on
Commit
2eccdea
1 Parent(s): 0e97feb

upload model

Browse files
Files changed (24) hide show
  1. almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/added_tokens.json +3 -0
  2. almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/config.json +39 -0
  3. almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/model.safetensors +3 -0
  4. almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/sentencepiece.bpe.model +3 -0
  5. almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/special_tokens_map.json +20 -0
  6. almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/tokenizer.json +0 -0
  7. almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/tokenizer_config.json +85 -0
  8. almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/training_args.bin +3 -0
  9. almanach_camembert-base-ft-BUILD/checkpoint-1248/config.json +39 -0
  10. almanach_camembert-base-ft-BUILD/checkpoint-1248/model.safetensors +3 -0
  11. almanach_camembert-base-ft-BUILD/checkpoint-1248/optimizer.pt +3 -0
  12. almanach_camembert-base-ft-BUILD/checkpoint-1248/rng_state.pth +3 -0
  13. almanach_camembert-base-ft-BUILD/checkpoint-1248/scheduler.pt +3 -0
  14. almanach_camembert-base-ft-BUILD/checkpoint-1248/trainer_state.json +79 -0
  15. almanach_camembert-base-ft-BUILD/checkpoint-1248/training_args.bin +3 -0
  16. almanach_camembert-base-ft-BUILD/checkpoint-624/config.json +39 -0
  17. almanach_camembert-base-ft-BUILD/checkpoint-624/model.safetensors +3 -0
  18. almanach_camembert-base-ft-BUILD/checkpoint-624/optimizer.pt +3 -0
  19. almanach_camembert-base-ft-BUILD/checkpoint-624/rng_state.pth +3 -0
  20. almanach_camembert-base-ft-BUILD/checkpoint-624/scheduler.pt +3 -0
  21. almanach_camembert-base-ft-BUILD/checkpoint-624/trainer_state.json +50 -0
  22. almanach_camembert-base-ft-BUILD/checkpoint-624/training_args.bin +3 -0
  23. almanach_camembert-base-ft-BUILD/logs/events.out.tfevents.1710352452.DESKTOP-VOM7ARG.16588.0 +3 -0
  24. almanach_camembert-base-ft-BUILD/logs/events.out.tfevents.1710356063.DESKTOP-VOM7ARG.42033.0 +3 -0
almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<unk>NOTUSED": 32005
3
+ }
almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "almanach/camembert-base",
3
+ "architectures": [
4
+ "CamembertForSequenceClassification"
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": "Entr\u00e9e",
15
+ "1": "Plat principal",
16
+ "2": "Dessert"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "Dessert": 2,
22
+ "Entr\u00e9e": 0,
23
+ "Plat principal": 1
24
+ },
25
+ "layer_norm_eps": 1e-05,
26
+ "max_position_embeddings": 514,
27
+ "model_type": "camembert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "output_past": true,
31
+ "pad_token_id": 1,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.36.1",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 32005
39
+ }
almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37cfb8976ca3087b13c65a9a7eb5c3f53f6caa177276fa581d8c05ad1404ad37
3
+ size 442521180
almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:988bc5a00281c6d210a5d34bd143d0363741a432fefe741bf71e61b1869d4314
3
+ size 810912
almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<s>NOTUSED",
4
+ "</s>NOTUSED",
5
+ "<unk>NOTUSED"
6
+ ],
7
+ "bos_token": "<s>",
8
+ "cls_token": "<s>",
9
+ "eos_token": "</s>",
10
+ "mask_token": {
11
+ "content": "<mask>",
12
+ "lstrip": true,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
+ "pad_token": "<pad>",
18
+ "sep_token": "</s>",
19
+ "unk_token": "<unk>"
20
+ }
almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/tokenizer_config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>NOTUSED",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>NOTUSED",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "4": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "5": {
36
+ "content": "<s>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "6": {
44
+ "content": "</s>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "32004": {
52
+ "content": "<mask>",
53
+ "lstrip": true,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ },
59
+ "32005": {
60
+ "content": "<unk>NOTUSED",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ }
67
+ },
68
+ "additional_special_tokens": [
69
+ "<s>NOTUSED",
70
+ "</s>NOTUSED",
71
+ "<unk>NOTUSED"
72
+ ],
73
+ "bos_token": "<s>",
74
+ "clean_up_tokenization_spaces": true,
75
+ "cls_token": "<s>",
76
+ "eos_token": "</s>",
77
+ "mask_token": "<mask>",
78
+ "model_max_length": 512,
79
+ "pad_token": "<pad>",
80
+ "padding": "max_length",
81
+ "sep_token": "</s>",
82
+ "tokenizer_class": "CamembertTokenizer",
83
+ "truncation": true,
84
+ "unk_token": "<unk>"
85
+ }
almanach_camembert-base-ft-BUILD/almanach_camembert-base-ft-BUILD-best/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ea323feb777171b1e19c143df6d74de920adacfecf00b62ff7d79acbe08d5cb
3
+ size 4792
almanach_camembert-base-ft-BUILD/checkpoint-1248/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "almanach/camembert-base",
3
+ "architectures": [
4
+ "CamembertForSequenceClassification"
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": "Entr\u00e9e",
15
+ "1": "Plat principal",
16
+ "2": "Dessert"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "Dessert": 2,
22
+ "Entr\u00e9e": 0,
23
+ "Plat principal": 1
24
+ },
25
+ "layer_norm_eps": 1e-05,
26
+ "max_position_embeddings": 514,
27
+ "model_type": "camembert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "output_past": true,
31
+ "pad_token_id": 1,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.36.1",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 32005
39
+ }
almanach_camembert-base-ft-BUILD/checkpoint-1248/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b2463c7b907b5086243fa8f3d67f8ba80f4b42aadeeb3e41b7dc540e1009bd6
3
+ size 442521180
almanach_camembert-base-ft-BUILD/checkpoint-1248/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6c2641f538bb57edfbec4b176fdb2676fb0978e1d5184c64724d8e9e0ea804d
3
+ size 885162234
almanach_camembert-base-ft-BUILD/checkpoint-1248/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9051d5c762bfe1d4b2b94f0fcdff0b687d75db7bf89e2a18676bb4bedb74332
3
+ size 14244
almanach_camembert-base-ft-BUILD/checkpoint-1248/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dc7306e6fc72ea98c143e28f6b732bcca62fd175d4eec363f5176463773dc58
3
+ size 1064
almanach_camembert-base-ft-BUILD/checkpoint-1248/trainer_state.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8732301150631039,
3
+ "best_model_checkpoint": "./models/camembert-base/almanach_camembert-base-ft-BUILD/checkpoint-1248",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1248,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.32,
13
+ "learning_rate": 2e-05,
14
+ "loss": 0.8361,
15
+ "step": 200
16
+ },
17
+ {
18
+ "epoch": 0.64,
19
+ "learning_rate": 4e-05,
20
+ "loss": 0.3948,
21
+ "step": 400
22
+ },
23
+ {
24
+ "epoch": 0.96,
25
+ "learning_rate": 4.9128919860627184e-05,
26
+ "loss": 0.3576,
27
+ "step": 600
28
+ },
29
+ {
30
+ "epoch": 1.0,
31
+ "eval_f1": 0.8681621844300148,
32
+ "eval_loss": 0.3254093825817108,
33
+ "eval_p": 0.869921888637574,
34
+ "eval_r": 0.8713942307692307,
35
+ "eval_runtime": 343.7765,
36
+ "eval_samples_per_second": 7.261,
37
+ "eval_steps_per_second": 0.454,
38
+ "step": 624
39
+ },
40
+ {
41
+ "epoch": 1.28,
42
+ "learning_rate": 4.7386759581881534e-05,
43
+ "loss": 0.3094,
44
+ "step": 800
45
+ },
46
+ {
47
+ "epoch": 1.6,
48
+ "learning_rate": 4.564459930313589e-05,
49
+ "loss": 0.293,
50
+ "step": 1000
51
+ },
52
+ {
53
+ "epoch": 1.92,
54
+ "learning_rate": 4.390243902439025e-05,
55
+ "loss": 0.3123,
56
+ "step": 1200
57
+ },
58
+ {
59
+ "epoch": 2.0,
60
+ "eval_f1": 0.8732301150631039,
61
+ "eval_loss": 0.3346249461174011,
62
+ "eval_p": 0.8730534836267592,
63
+ "eval_r": 0.8754006410256411,
64
+ "eval_runtime": 196.1779,
65
+ "eval_samples_per_second": 12.723,
66
+ "eval_steps_per_second": 0.795,
67
+ "step": 1248
68
+ }
69
+ ],
70
+ "logging_steps": 200,
71
+ "max_steps": 6240,
72
+ "num_input_tokens_seen": 0,
73
+ "num_train_epochs": 10,
74
+ "save_steps": 500,
75
+ "total_flos": 5250165137344512.0,
76
+ "train_batch_size": 16,
77
+ "trial_name": null,
78
+ "trial_params": null
79
+ }
almanach_camembert-base-ft-BUILD/checkpoint-1248/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ea323feb777171b1e19c143df6d74de920adacfecf00b62ff7d79acbe08d5cb
3
+ size 4792
almanach_camembert-base-ft-BUILD/checkpoint-624/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "almanach/camembert-base",
3
+ "architectures": [
4
+ "CamembertForSequenceClassification"
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": "Entr\u00e9e",
15
+ "1": "Plat principal",
16
+ "2": "Dessert"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "Dessert": 2,
22
+ "Entr\u00e9e": 0,
23
+ "Plat principal": 1
24
+ },
25
+ "layer_norm_eps": 1e-05,
26
+ "max_position_embeddings": 514,
27
+ "model_type": "camembert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "output_past": true,
31
+ "pad_token_id": 1,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.36.1",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 32005
39
+ }
almanach_camembert-base-ft-BUILD/checkpoint-624/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a0e8e0a5309ecdc790d0817fdd536f16baa5fbe1ff12995098091e0a5298ff2
3
+ size 442521180
almanach_camembert-base-ft-BUILD/checkpoint-624/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98e58ecb3c1caea3d1a4e1f3dfd22d588a62c87574136f210de165be2dfccf35
3
+ size 885162234
almanach_camembert-base-ft-BUILD/checkpoint-624/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5fe3c8b5b99829df69895c8004712171fbe98a2971c17b9adae1f54c9b19f9d
3
+ size 14244
almanach_camembert-base-ft-BUILD/checkpoint-624/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6f9ff747d8beb685f79f4af8347a7c784b50d8d31b2c1338a54956825c2a57b
3
+ size 1064
almanach_camembert-base-ft-BUILD/checkpoint-624/trainer_state.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8681621844300148,
3
+ "best_model_checkpoint": "./models/camembert-base/almanach_camembert-base-ft-BUILD/checkpoint-624",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 624,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.32,
13
+ "learning_rate": 2e-05,
14
+ "loss": 0.8361,
15
+ "step": 200
16
+ },
17
+ {
18
+ "epoch": 0.64,
19
+ "learning_rate": 4e-05,
20
+ "loss": 0.3948,
21
+ "step": 400
22
+ },
23
+ {
24
+ "epoch": 0.96,
25
+ "learning_rate": 4.9128919860627184e-05,
26
+ "loss": 0.3576,
27
+ "step": 600
28
+ },
29
+ {
30
+ "epoch": 1.0,
31
+ "eval_f1": 0.8681621844300148,
32
+ "eval_loss": 0.3254093825817108,
33
+ "eval_p": 0.869921888637574,
34
+ "eval_r": 0.8713942307692307,
35
+ "eval_runtime": 343.7765,
36
+ "eval_samples_per_second": 7.261,
37
+ "eval_steps_per_second": 0.454,
38
+ "step": 624
39
+ }
40
+ ],
41
+ "logging_steps": 200,
42
+ "max_steps": 6240,
43
+ "num_input_tokens_seen": 0,
44
+ "num_train_epochs": 10,
45
+ "save_steps": 500,
46
+ "total_flos": 2625082568672256.0,
47
+ "train_batch_size": 16,
48
+ "trial_name": null,
49
+ "trial_params": null
50
+ }
almanach_camembert-base-ft-BUILD/checkpoint-624/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ea323feb777171b1e19c143df6d74de920adacfecf00b62ff7d79acbe08d5cb
3
+ size 4792
almanach_camembert-base-ft-BUILD/logs/events.out.tfevents.1710352452.DESKTOP-VOM7ARG.16588.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca3b062181cffa99ccb5186d6edd8e318a717fa7b8e28b6faaec6590d59f9e5
3
+ size 7341
almanach_camembert-base-ft-BUILD/logs/events.out.tfevents.1710356063.DESKTOP-VOM7ARG.42033.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ed714f64e8ba3193c6adf5748f5d025161580f7e2a431ccf20c35000b75f7b8
3
+ size 11364