stephanie-jung commited on
Commit
1b38889
·
verified ·
1 Parent(s): 98c2c85

End of training

Browse files
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ - precision
7
+ - recall
8
+ - f1
9
+ model-index:
10
+ - name: training_outputs
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # training_outputs
18
+
19
+ This model was trained from scratch on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0394
22
+ - Accuracy: 0.993
23
+ - Precision: 0.9913
24
+ - Recall: 0.9884
25
+ - F1: 0.9899
26
+ - Roc Auc: 0.9988
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 1
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Roc Auc |
56
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|
57
+ | 0.045 | 0.1105 | 1000 | 0.0609 | 0.987 | 0.9798 | 0.9827 | 0.9812 | 0.9990 |
58
+ | 0.0539 | 0.2210 | 2000 | 0.0471 | 0.988 | 0.9883 | 0.9769 | 0.9826 | 0.9985 |
59
+ | 0.0467 | 0.3316 | 3000 | 0.0546 | 0.989 | 0.9855 | 0.9827 | 0.9841 | 0.9989 |
60
+ | 0.0439 | 0.4421 | 4000 | 0.0416 | 0.99 | 0.9884 | 0.9827 | 0.9855 | 0.9990 |
61
+ | 0.0419 | 0.5526 | 5000 | 0.0470 | 0.99 | 0.9855 | 0.9855 | 0.9855 | 0.9991 |
62
+ | 0.0395 | 0.6631 | 6000 | 0.0396 | 0.992 | 0.9884 | 0.9884 | 0.9884 | 0.9970 |
63
+ | 0.0329 | 0.7737 | 7000 | 0.0427 | 0.993 | 0.9885 | 0.9913 | 0.9899 | 0.9986 |
64
+ | 0.0373 | 0.8842 | 8000 | 0.0408 | 0.992 | 0.9884 | 0.9884 | 0.9884 | 0.9988 |
65
+ | 0.031 | 0.9947 | 9000 | 0.0394 | 0.993 | 0.9913 | 0.9884 | 0.9899 | 0.9988 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.41.2
71
+ - Pytorch 2.3.0+cu121
72
+ - Datasets 2.20.0
73
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/drive/MyDrive/training_outputs/checkpoint-17000",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.41.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6040230239fb7ad38d5409ea5116c925e49c78d645b865e370d3fe2bcfb5b798
3
+ size 437958648
runs/Jun18_21-31-42_49f126c2c5d8/events.out.tfevents.1718746304.49f126c2c5d8.218.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17e381953482732bfa26864a6919102142db802e276572de15faa96a402145b6
3
+ size 17576
runs/Jun27_18-24-59_871ce23b3785/events.out.tfevents.1719512700.871ce23b3785.3594.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aab4877e549bf7fe3ada73e452ef4f4fbe92f682cbe346dda41fd8bf812b7d9
3
+ size 5347
runs/Jun27_18-27-45_871ce23b3785/events.out.tfevents.1719512866.871ce23b3785.3594.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caf19c101000dfd2a5462e5d861b2f91c2575723a58c903dc8bb70acb1ee3446
3
+ size 4999
runs/Jun27_18-28-14_871ce23b3785/events.out.tfevents.1719512894.871ce23b3785.3594.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1886c606c1ab3db83ce0e5f566c2cf51c4d7ec832373d9e1590316b05bdd908a
3
+ size 5347
runs/Jun27_18-28-14_871ce23b3785/events.out.tfevents.1719512896.871ce23b3785.3594.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:662fa135940430d5c40c2202ac35e4bbb8e7c04b74373c893e91372e1b84bcc1
3
+ size 1114
runs/Jun27_18-46-06_871ce23b3785/events.out.tfevents.1719513967.871ce23b3785.8096.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d39ef1f66551634ac6f4cc2875cb0371a0990981ce527f321934931c2f213f7
3
+ size 11959
runs/Jun27_18-46-06_871ce23b3785/events.out.tfevents.1719527093.871ce23b3785.8096.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f509d79696d85cb1c39655aba4fd5059fab9dfcb837973d68ffc3bd6ba3f30c
3
+ size 611
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a9a2ae88cf5583b8100caf9ffd92635f8f316eb8080dd8693dcccaa5b0515e6
3
+ size 5112