contemmcm commited on
Commit
02fee20
·
verified ·
1 Parent(s): ac23008

End of training

Browse files
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert/distilbert-base-multilingual-cased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - rouge
10
+ model-index:
11
+ - name: 2bb2f3e7c38d6cf1d8e89d18ccbccd4e
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # 2bb2f3e7c38d6cf1d8e89d18ccbccd4e
19
+
20
+ This model is a fine-tuned version of [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased) on the nyu-mll/glue [wnli] dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.6973
23
+ - Data Size: 1.0
24
+ - Epoch Runtime: 1.6982
25
+ - Accuracy: 0.5469
26
+ - F1 Macro: 0.3535
27
+ - Rouge1: 0.5469
28
+ - Rouge2: 0.0
29
+ - Rougel: 0.5469
30
+ - Rougelsum: 0.5469
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+ More information needed
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 5e-05
50
+ - train_batch_size: 8
51
+ - eval_batch_size: 8
52
+ - seed: 42
53
+ - distributed_type: multi-GPU
54
+ - num_devices: 4
55
+ - total_train_batch_size: 32
56
+ - total_eval_batch_size: 32
57
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
58
+ - lr_scheduler_type: constant
59
+ - num_epochs: 50
60
+
61
+ ### Training results
62
+
63
+ | Training Loss | Epoch | Step | Validation Loss | Data Size | Epoch Runtime | Accuracy | F1 Macro | Rouge1 | Rouge2 | Rougel | Rougelsum |
64
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------------:|:--------:|:--------:|:------:|:------:|:------:|:---------:|
65
+ | No log | 0 | 0 | 0.6897 | 0 | 0.6489 | 0.5469 | 0.3535 | 0.5469 | 0.0 | 0.5469 | 0.5469 |
66
+ | No log | 1 | 19 | 0.6997 | 0.0078 | 1.1558 | 0.4375 | 0.3043 | 0.4375 | 0.0 | 0.4375 | 0.4375 |
67
+ | No log | 2 | 38 | 0.7112 | 0.0156 | 0.7939 | 0.4375 | 0.3043 | 0.4375 | 0.0 | 0.4375 | 0.4375 |
68
+ | No log | 3 | 57 | 0.7045 | 0.0312 | 0.9932 | 0.4375 | 0.3043 | 0.4375 | 0.0 | 0.4375 | 0.4375 |
69
+ | No log | 4 | 76 | 0.6941 | 0.0625 | 1.2120 | 0.5625 | 0.5466 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
70
+ | No log | 5 | 95 | 0.6876 | 0.125 | 1.1413 | 0.5469 | 0.3535 | 0.5469 | 0.0 | 0.5469 | 0.5469 |
71
+ | 0.0797 | 6 | 114 | 0.6893 | 0.25 | 1.1250 | 0.5469 | 0.3535 | 0.5469 | 0.0 | 0.5469 | 0.5469 |
72
+ | 0.0797 | 7 | 133 | 0.7031 | 0.5 | 1.2516 | 0.4531 | 0.3347 | 0.4531 | 0.0 | 0.4531 | 0.4531 |
73
+ | 0.5228 | 8.0 | 152 | 0.6982 | 1.0 | 1.6864 | 0.5469 | 0.3828 | 0.5469 | 0.0 | 0.5469 | 0.5469 |
74
+ | 0.5228 | 9.0 | 171 | 0.6973 | 1.0 | 1.6982 | 0.5469 | 0.3535 | 0.5469 | 0.0 | 0.5469 | 0.5469 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.57.0
80
+ - Pytorch 2.8.0+cu128
81
+ - Datasets 4.3.0
82
+ - Tokenizers 0.22.1
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "dtype": "float32",
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "problem_type": "single_label_classification",
19
+ "qa_dropout": 0.1,
20
+ "seq_classif_dropout": 0.2,
21
+ "sinusoidal_pos_embds": false,
22
+ "tie_weights_": true,
23
+ "transformers_version": "4.57.0",
24
+ "vocab_size": 119547
25
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a41b779c3c366982232b9d066427471d8ccd4e25ce7bb4870de0d4f6cfde87c2
3
+ size 541317368
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,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec79890babab7032850430286fd4fd1bae82fbe780eb6c8704f0176f8c7a8f03
3
+ size 5969
vocab.txt ADDED
The diff for this file is too large to render. See raw diff