cdc-hf commited on
Commit
4b44ce5
·
verified ·
1 Parent(s): 55138de

End of training

Browse files
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google-bert/bert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: bert-platform-classifier
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
+ # bert-platform-classifier
18
+
19
+ This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.3393
22
+ - Accuracy: 0.906
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0002
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 10
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
+ | 0.4065 | 1.0 | 2534 | 0.3199 | 0.906 |
54
+ | 0.3902 | 2.0 | 5068 | 0.4198 | 0.906 |
55
+ | 0.3829 | 3.0 | 7602 | 0.3636 | 0.906 |
56
+ | 0.3835 | 4.0 | 10136 | 0.3555 | 0.906 |
57
+ | 0.3816 | 5.0 | 12670 | 0.3971 | 0.906 |
58
+ | 0.3737 | 6.0 | 15204 | 0.3263 | 0.906 |
59
+ | 0.3684 | 7.0 | 17738 | 0.3347 | 0.906 |
60
+ | 0.3621 | 8.0 | 20272 | 0.3378 | 0.906 |
61
+ | 0.3607 | 9.0 | 22806 | 0.3670 | 0.906 |
62
+ | 0.3664 | 10.0 | 25340 | 0.3393 | 0.906 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.57.1
68
+ - Pytorch 2.8.0+cu126
69
+ - Datasets 4.0.0
70
+ - Tokenizers 0.22.1
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "dtype": "float32",
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "gardening",
14
+ "1": "furniture",
15
+ "2": "e-commerce"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "e-commerce": 2,
21
+ "furniture": 1,
22
+ "gardening": 0
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
+ "transformers_version": "4.57.1",
33
+ "type_vocab_size": 2,
34
+ "use_cache": true,
35
+ "vocab_size": 30522
36
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc3ce94272ce07efc50db2f1a1e8f5e7d1a4705469272f491ef883bdb6ed3bef
3
+ size 437961724
runs/Oct29_12-39-56_e7ef80ecc11b/events.out.tfevents.1761741598.e7ef80ecc11b.202.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e548711c152539da47d262b3b8e8d2ce074cf60bf49f15577cc3d208e0968585
3
+ size 5610
runs/Oct29_12-41-31_e7ef80ecc11b/events.out.tfevents.1761741692.e7ef80ecc11b.202.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75bb8dafb5b5d0a6d6ed2c6522987828dfd9f1312c3413203f60866bc2a33a5d
3
+ size 5659
runs/Oct29_12-43-02_e7ef80ecc11b/events.out.tfevents.1761741782.e7ef80ecc11b.202.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dec651ce8c6d04467941d34c7d2612988ef221510b5eb7ec58d594d6ee79a75
3
+ size 7578
runs/Oct29_12-45-00_e7ef80ecc11b/events.out.tfevents.1761741901.e7ef80ecc11b.202.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1963502e31a28d7bd405285a89251ebbbc7075a5a654a1cf7c90b76cf810d5e8
3
+ size 11150
runs/Oct29_12-46-55_e7ef80ecc11b/events.out.tfevents.1761742016.e7ef80ecc11b.202.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2e863e694489251b416fdcdaa2f4b04debe04df5d109091d1da88877beed703
3
+ size 11148
runs/Oct29_12-49-30_e7ef80ecc11b/events.out.tfevents.1761742171.e7ef80ecc11b.202.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9792c85c4f0fc7a57968a7c3500b05a016c67bbb97865131cddce106a1f2730a
3
+ size 16487
runs/Oct29_12-57-23_e7ef80ecc11b/events.out.tfevents.1761742647.e7ef80ecc11b.202.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2f1c4ce41f3b39b129aaecdefcdea78d2a030ba9e9c268d5b4d35e70538b0e7
3
+ size 10713
runs/Oct29_13-30-07_e7ef80ecc11b/events.out.tfevents.1761744611.e7ef80ecc11b.202.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba24473041ecfb94e8d2767c0785e3f7c1f2da35a5471b298f1145278adf9763
3
+ size 7341
runs/Oct29_13-47-16_e7ef80ecc11b/events.out.tfevents.1761745637.e7ef80ecc11b.202.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86d61f274e9d8cd8aa1d1f7b5527fcc057ea76d2e76a4c17da7a984139ab06ad
3
+ size 11008
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": true,
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": "BertTokenizer",
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:5902069f4081c5ea5de04edfc163a64db8cbaf81d38b56a8c74f08cdbcbf7dbd
3
+ size 5841
vocab.txt ADDED
The diff for this file is too large to render. See raw diff