Adinlo commited on
Commit
dbf3676
·
verified ·
1 Parent(s): e0a4617

End of training

Browse files
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: camembert/camembert-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: modelnlptp2
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # modelnlptp2
20
+
21
+ This model is a fine-tuned version of [camembert/camembert-base](https://huggingface.co/camembert/camembert-base) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.0168
24
+ - Precision: 0.0
25
+ - Recall: 0.0
26
+ - F1: 0.0
27
+ - Accuracy: 0.9973
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 10
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
58
+ | No log | 1.0 | 160 | 0.0670 | 0.0 | 0.0 | 0.0 | 0.9934 |
59
+ | No log | 2.0 | 320 | 0.0324 | 0.0 | 0.0 | 0.0 | 0.9964 |
60
+ | No log | 3.0 | 480 | 0.0261 | 0.0 | 0.0 | 0.0 | 0.9966 |
61
+ | 0.0962 | 4.0 | 640 | 0.0232 | 0.0 | 0.0 | 0.0 | 0.9966 |
62
+ | 0.0962 | 5.0 | 800 | 0.0206 | 0.0 | 0.0 | 0.0 | 0.9969 |
63
+ | 0.0962 | 6.0 | 960 | 0.0190 | 0.0 | 0.0 | 0.0 | 0.9971 |
64
+ | 0.0229 | 7.0 | 1120 | 0.0179 | 0.0 | 0.0 | 0.0 | 0.9972 |
65
+ | 0.0229 | 8.0 | 1280 | 0.0173 | 0.0 | 0.0 | 0.0 | 0.9972 |
66
+ | 0.0229 | 9.0 | 1440 | 0.0169 | 0.0 | 0.0 | 0.0 | 0.9972 |
67
+ | 0.0181 | 10.0 | 1600 | 0.0168 | 0.0 | 0.0 | 0.0 | 0.9973 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.50.0
73
+ - Pytorch 2.6.0+cu124
74
+ - Tokenizers 0.21.1
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CamembertForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
9
+ "eos_token_ids": 0,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "camembert",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "output_past": true,
21
+ "pad_token_id": 0,
22
+ "position_embedding_type": "absolute",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.50.0",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 32005
28
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f07747e6105ef0db675659ae2b1cb5095ac667a0e33a5d2d99a56963fcb2b48
3
+ size 440155504
runs/Mar27_09-02-14_4888923c8bd2/events.out.tfevents.1743066138.4888923c8bd2.1828.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a5fac43e5cf82a04403d114004d7c3b7dffcde808069200811e4a0aac7118f0
3
+ size 4977
runs/Mar27_09-06-48_4888923c8bd2/events.out.tfevents.1743066410.4888923c8bd2.1828.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f901c53310ad1ee31bd50f247050f83950e0fb312f06ed8d33665f362167f4
3
+ size 10671
runs/Mar27_09-43-50_4888923c8bd2/events.out.tfevents.1743068632.4888923c8bd2.1828.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1d9b2c7f7e4ca6151f9545c3dd251d9cf7310e56c3204c35dbc49067ecb70ac
3
+ size 10828
runs/Mar27_10-07-57_4888923c8bd2/events.out.tfevents.1743070083.4888923c8bd2.1828.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bc61004168b7410bf7e63a4e46c10fa0c455870a50b6a4e1cdc78d928ca2bb8
3
+ size 10828
runs/Mar27_10-32-36_4888923c8bd2/events.out.tfevents.1743071562.4888923c8bd2.1828.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ef537e5661b9248ac9ee430e5fd3dc3e8ecd4ef09a0f0a0e1eba971162ac9d3
3
+ size 10828
runs/Mar27_12-05-24_4888923c8bd2/events.out.tfevents.1743077125.4888923c8bd2.1828.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea79e6138786db9122780d26a4260fc91703e1ba74f715947375b2e2598d85ca
3
+ size 6051
runs/Mar27_12-07-44_4888923c8bd2/events.out.tfevents.1743077269.4888923c8bd2.1828.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fe967cdf48878dcc0ad4e5ec648498ddbfc5af474064e00d6f1f9670383295e
3
+ size 10843
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:988bc5a00281c6d210a5d34bd143d0363741a432fefe741bf71e61b1869d4314
3
+ size 810912
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
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>NOTUSED",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>NOTUSED",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "4": {
37
+ "content": "<unk>NOTUSED",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "5": {
45
+ "content": "<s>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "6": {
53
+ "content": "</s>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "32004": {
61
+ "content": "<mask>",
62
+ "lstrip": true,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ }
68
+ },
69
+ "additional_special_tokens": [
70
+ "<s>NOTUSED",
71
+ "</s>NOTUSED",
72
+ "<unk>NOTUSED"
73
+ ],
74
+ "bos_token": "<s>",
75
+ "clean_up_tokenization_spaces": false,
76
+ "cls_token": "<s>",
77
+ "eos_token": "</s>",
78
+ "extra_special_tokens": {},
79
+ "mask_token": "<mask>",
80
+ "model_max_length": 1000000000000000019884624838656,
81
+ "pad_token": "<pad>",
82
+ "sep_token": "</s>",
83
+ "sp_model_kwargs": {},
84
+ "tokenizer_class": "CamembertTokenizer",
85
+ "unk_token": "<unk>"
86
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f635a60205b04656a5693e760aae817c996799f1ffca78a3712ca0bf0b44722d
3
+ size 5368