contemmcm commited on
Commit
047413e
·
verified ·
1 Parent(s): d54926d

End of training

Browse files
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: other
4
+ base_model: facebook/opt-125m
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - rouge
10
+ model-index:
11
+ - name: 1e22b46b8eddf5a05a4230f8924cd07c
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
+ # 1e22b46b8eddf5a05a4230f8924cd07c
19
+
20
+ This model is a fine-tuned version of [facebook/opt-125m](https://huggingface.co/facebook/opt-125m) on the nyu-mll/glue [wnli] dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.7375
23
+ - Data Size: 0.5
24
+ - Epoch Runtime: 1.6726
25
+ - Accuracy: 0.4375
26
+ - F1 Macro: 0.3263
27
+ - Rouge1: 0.4375
28
+ - Rouge2: 0.0
29
+ - Rougel: 0.4375
30
+ - Rougelsum: 0.4375
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 | 1.1491 | 0 | 0.8410 | 0.4219 | 0.2967 | 0.4219 | 0.0 | 0.4219 | 0.4219 |
66
+ | No log | 1 | 19 | 1.0610 | 0.0078 | 0.9634 | 0.5469 | 0.3535 | 0.5469 | 0.0 | 0.5469 | 0.5469 |
67
+ | No log | 2 | 38 | 0.7931 | 0.0156 | 0.9641 | 0.5469 | 0.3535 | 0.5469 | 0.0 | 0.5469 | 0.5469 |
68
+ | No log | 3 | 57 | 0.7310 | 0.0312 | 1.0373 | 0.5 | 0.4330 | 0.5 | 0.0 | 0.5 | 0.5 |
69
+ | No log | 4 | 76 | 0.8235 | 0.0625 | 1.0913 | 0.4062 | 0.3552 | 0.4062 | 0.0 | 0.4062 | 0.4062 |
70
+ | No log | 5 | 95 | 0.8062 | 0.125 | 1.0666 | 0.4531 | 0.3347 | 0.4531 | 0.0 | 0.4531 | 0.4531 |
71
+ | 0.0946 | 6 | 114 | 0.7590 | 0.25 | 1.2157 | 0.4219 | 0.3660 | 0.4219 | 0.0 | 0.4219 | 0.4219 |
72
+ | 0.0946 | 7 | 133 | 0.7375 | 0.5 | 1.6726 | 0.4375 | 0.3263 | 0.4375 | 0.0 | 0.4375 | 0.4375 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.57.0
78
+ - Pytorch 2.8.0+cu128
79
+ - Datasets 4.3.0
80
+ - Tokenizers 0.22.1
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_remove_final_layer_norm": false,
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "OPTForSequenceClassification"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 2,
10
+ "do_layer_norm_before": true,
11
+ "dropout": 0.1,
12
+ "dtype": "float32",
13
+ "enable_bias": true,
14
+ "eos_token_id": 2,
15
+ "ffn_dim": 3072,
16
+ "hidden_size": 768,
17
+ "init_std": 0.02,
18
+ "layer_norm_elementwise_affine": true,
19
+ "layerdrop": 0.0,
20
+ "max_position_embeddings": 2048,
21
+ "model_type": "opt",
22
+ "num_attention_heads": 12,
23
+ "num_hidden_layers": 12,
24
+ "pad_token_id": 1,
25
+ "prefix": "</s>",
26
+ "problem_type": "single_label_classification",
27
+ "transformers_version": "4.57.0",
28
+ "use_cache": true,
29
+ "vocab_size": 50272,
30
+ "word_embed_proj_dim": 768
31
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9fac6c11cd2a6ad99183b5910f055b7fbc9ffc5cd1780fbab3741536b294574
3
+ size 500985832
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "</s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "</s>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "1": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "2": {
14
+ "content": "</s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ }
21
+ },
22
+ "bos_token": "</s>",
23
+ "clean_up_tokenization_spaces": false,
24
+ "eos_token": "</s>",
25
+ "errors": "replace",
26
+ "extra_special_tokens": {},
27
+ "model_max_length": 1000000000000000019884624838656,
28
+ "pad_token": "<pad>",
29
+ "tokenizer_class": "GPT2Tokenizer",
30
+ "unk_token": "</s>"
31
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e3730c0b5123e35d27aa9506ca79065b871a392d23eedd42164b6b4ebb8054
3
+ size 5905
vocab.json ADDED
The diff for this file is too large to render. See raw diff