msznajder commited on
Commit
217ecde
·
verified ·
1 Parent(s): 076df7f

Training complete

Browse files
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: bert-base-uncased-iris
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # bert-base-uncased-iris
17
+
18
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0008
21
+ - Accuracy: 1.0
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 30
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 19 | 0.8173 | 0.6667 |
53
+ | No log | 2.0 | 38 | 0.5140 | 0.94 |
54
+ | 0.7884 | 3.0 | 57 | 0.3626 | 0.9267 |
55
+ | 0.7884 | 4.0 | 76 | 0.1970 | 0.98 |
56
+ | 0.7884 | 5.0 | 95 | 0.1996 | 0.9467 |
57
+ | 0.2786 | 6.0 | 114 | 0.0958 | 0.9733 |
58
+ | 0.2786 | 7.0 | 133 | 0.0897 | 0.98 |
59
+ | 0.1137 | 8.0 | 152 | 0.0727 | 0.98 |
60
+ | 0.1137 | 9.0 | 171 | 0.0495 | 0.98 |
61
+ | 0.1137 | 10.0 | 190 | 0.0202 | 0.9933 |
62
+ | 0.0582 | 11.0 | 209 | 0.0767 | 0.98 |
63
+ | 0.0582 | 12.0 | 228 | 0.0042 | 1.0 |
64
+ | 0.0582 | 13.0 | 247 | 0.0034 | 1.0 |
65
+ | 0.0367 | 14.0 | 266 | 0.0027 | 1.0 |
66
+ | 0.0367 | 15.0 | 285 | 0.0016 | 1.0 |
67
+ | 0.0188 | 16.0 | 304 | 0.0014 | 1.0 |
68
+ | 0.0188 | 17.0 | 323 | 0.0073 | 1.0 |
69
+ | 0.0188 | 18.0 | 342 | 0.0012 | 1.0 |
70
+ | 0.029 | 19.0 | 361 | 0.0012 | 1.0 |
71
+ | 0.029 | 20.0 | 380 | 0.0011 | 1.0 |
72
+ | 0.029 | 21.0 | 399 | 0.0010 | 1.0 |
73
+ | 0.0019 | 22.0 | 418 | 0.0009 | 1.0 |
74
+ | 0.0019 | 23.0 | 437 | 0.0009 | 1.0 |
75
+ | 0.0015 | 24.0 | 456 | 0.0009 | 1.0 |
76
+ | 0.0015 | 25.0 | 475 | 0.0008 | 1.0 |
77
+ | 0.0015 | 26.0 | 494 | 0.0008 | 1.0 |
78
+ | 0.0013 | 27.0 | 513 | 0.0008 | 1.0 |
79
+ | 0.0013 | 28.0 | 532 | 0.0008 | 1.0 |
80
+ | 0.0013 | 29.0 | 551 | 0.0008 | 1.0 |
81
+ | 0.0013 | 30.0 | 570 | 0.0008 | 1.0 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.38.2
87
+ - Pytorch 2.2.1+cu121
88
+ - Datasets 2.18.0
89
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
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
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "position_embedding_type": "absolute",
31
+ "problem_type": "single_label_classification",
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.38.2",
34
+ "type_vocab_size": 2,
35
+ "use_cache": true,
36
+ "vocab_size": 30522
37
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:271e6f2577ee16348295638cb9954f3b1f431351b2be22187b26922cc4e45995
3
+ size 437961724
runs/Mar20_16-43-10_d3ed05720702/events.out.tfevents.1710953062.d3ed05720702.5451.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d43234fdb5b4fef5b9cae11f5a4dc305fbabb9383381cc991814f6fc17f2d7a
3
+ size 7390
runs/Mar20_16-47-40_d3ed05720702/events.out.tfevents.1710953265.d3ed05720702.5451.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e4074bfa1ab775e3229a8e16004b6208a3930d9d558fb0aab26aedb99e1bbbb
3
+ size 17047
runs/Mar20_16-47-40_d3ed05720702/events.out.tfevents.1710953571.d3ed05720702.5451.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:907209fb9803892236ca102dcd6c3d0cd5037aba4a17331cb28f5752c212b59a
3
+ size 411
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50e0d7975a74abb6c6e6ede42172a7075adaf0c1878c2d2513ed2e6fff213ca0
3
+ size 4920
vocab.txt ADDED
The diff for this file is too large to render. See raw diff