yemen2016 commited on
Commit
a9d25f6
·
verified ·
1 Parent(s): 581f17e

End of training

Browse files
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: MiMe-MeMo/MeMo-BERT-03
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ model-index:
12
+ - name: memo3_indirect_speech
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
+ # memo3_indirect_speech
20
+
21
+ This model is a fine-tuned version of [MiMe-MeMo/MeMo-BERT-03](https://huggingface.co/MiMe-MeMo/MeMo-BERT-03) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Accuracy: 0.6840
24
+ - Precision: 0.7036
25
+ - Recall: 0.6840
26
+ - F1: 0.6798
27
+ - Loss: 0.7225
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: 5e-05
47
+ - train_batch_size: 4
48
+ - eval_batch_size: 4
49
+ - seed: 42
50
+ - gradient_accumulation_steps: 2
51
+ - total_train_batch_size: 8
52
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
53
+ - lr_scheduler_type: linear
54
+ - num_epochs: 20
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Accuracy | Precision | Recall | F1 | Validation Loss |
60
+ |:-------------:|:-------:|:----:|:--------:|:---------:|:------:|:------:|:---------------:|
61
+ | No log | 1.0 | 9 | 0.3820 | 0.1459 | 0.3820 | 0.2112 | 1.3936 |
62
+ | No log | 2.0 | 18 | 0.3820 | 0.1459 | 0.3820 | 0.2112 | 1.5289 |
63
+ | No log | 3.0 | 27 | 0.5385 | 0.2900 | 0.5385 | 0.3770 | 1.0207 |
64
+ | No log | 4.0 | 36 | 0.3820 | 0.1459 | 0.3820 | 0.2112 | 1.3341 |
65
+ | No log | 5.0 | 45 | 0.5385 | 0.2900 | 0.5385 | 0.3770 | 1.0219 |
66
+ | No log | 6.0 | 54 | 0.3829 | 0.1825 | 0.3829 | 0.2130 | 1.0394 |
67
+ | No log | 7.0 | 63 | 0.6020 | 0.5949 | 0.6020 | 0.5650 | 0.8312 |
68
+ | No log | 8.0 | 72 | 0.6250 | 0.6270 | 0.6250 | 0.5846 | 0.8301 |
69
+ | No log | 9.0 | 81 | 0.6821 | 0.7037 | 0.6821 | 0.6491 | 0.7462 |
70
+ | No log | 10.0 | 90 | 0.5620 | 0.6878 | 0.5620 | 0.5268 | 0.8255 |
71
+ | No log | 11.0 | 99 | 0.5968 | 0.6945 | 0.5968 | 0.5751 | 0.7890 |
72
+ | No log | 12.0 | 108 | 0.6901 | 0.6877 | 0.6901 | 0.6868 | 0.7190 |
73
+ | No log | 13.0 | 117 | 0.6020 | 0.7003 | 0.6020 | 0.5805 | 0.8426 |
74
+ | No log | 14.0 | 126 | 0.6932 | 0.6919 | 0.6932 | 0.6899 | 0.7213 |
75
+ | No log | 15.0 | 135 | 0.7158 | 0.7300 | 0.7158 | 0.6928 | 0.7416 |
76
+ | No log | 16.0 | 144 | 0.6503 | 0.7054 | 0.6503 | 0.6417 | 0.7546 |
77
+ | No log | 17.0 | 153 | 0.7031 | 0.7104 | 0.7031 | 0.6993 | 0.6824 |
78
+ | No log | 17.8235 | 160 | 0.6840 | 0.7036 | 0.6840 | 0.6798 | 0.7225 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.47.1
84
+ - Pytorch 2.5.1+cu124
85
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MiMe-MeMo/MeMo-BERT-03",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "LABEL_0",
16
+ "1": "LABEL_1",
17
+ "2": "LABEL_2",
18
+ "3": "LABEL_3",
19
+ "4": "LABEL_4"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "LABEL_0": 0,
25
+ "LABEL_1": 1,
26
+ "LABEL_2": 2,
27
+ "LABEL_3": 3,
28
+ "LABEL_4": 4
29
+ },
30
+ "layer_norm_eps": 1e-05,
31
+ "max_position_embeddings": 514,
32
+ "model_type": "bert",
33
+ "num_attention_heads": 12,
34
+ "num_hidden_layers": 12,
35
+ "pad_token_id": 1,
36
+ "position_embedding_type": "absolute",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.47.1",
39
+ "type_vocab_size": 1,
40
+ "use_cache": true,
41
+ "vocab_size": 50005
42
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f489bcdf77baa10b0adfdd4f83b50356c784c376b579cdb0d878f0a67b38ce41
3
+ size 495460172
runs/Feb05_11-35-15_4c37c5f6a871/events.out.tfevents.1738755316.4c37c5f6a871.373.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ba8a76a8e188ed450b74d78f3695d35aff1344759e5d31dc3369c666f439bcd
3
+ size 14302
runs/Feb05_11-35-15_4c37c5f6a871/events.out.tfevents.1738755384.4c37c5f6a871.373.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ede9d64da6fd1a7a2605e2d6fbb5cf731abaa2e287a05689966542fc9a3843e4
3
+ size 560
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d80dd7ed75e0fc25166cf3c3f027cd6a79149bf53c97a4bfd2bb5f37356a61e
3
+ size 5496