Sol1986 commited on
Commit
e4d65be
·
verified ·
1 Parent(s): a2cc57c

End of training

Browse files
Files changed (25) hide show
  1. README.md +60 -0
  2. config.json +39 -0
  3. model.safetensors +3 -0
  4. runs/Jan24_21-13-37_6b52aafe569e/events.out.tfevents.1737753220.6b52aafe569e.2111.0 +3 -0
  5. runs/Jan24_21-16-22_6b52aafe569e/events.out.tfevents.1737753382.6b52aafe569e.2111.1 +3 -0
  6. runs/Jan24_21-18-07_6b52aafe569e/events.out.tfevents.1737753488.6b52aafe569e.2111.2 +3 -0
  7. runs/Jan24_21-20-03_6b52aafe569e/events.out.tfevents.1737753603.6b52aafe569e.2111.3 +3 -0
  8. runs/Jan24_21-20-35_6b52aafe569e/events.out.tfevents.1737753635.6b52aafe569e.2111.4 +3 -0
  9. runs/Jan24_21-25-27_6b52aafe569e/events.out.tfevents.1737753928.6b52aafe569e.2111.5 +3 -0
  10. runs/Jan24_21-26-46_6b52aafe569e/events.out.tfevents.1737754007.6b52aafe569e.2111.6 +3 -0
  11. runs/Jan24_21-27-23_6b52aafe569e/events.out.tfevents.1737754043.6b52aafe569e.2111.7 +3 -0
  12. runs/Jan24_21-28-44_6b52aafe569e/events.out.tfevents.1737754125.6b52aafe569e.2111.8 +3 -0
  13. runs/Jan24_21-31-22_6b52aafe569e/events.out.tfevents.1737754282.6b52aafe569e.2111.9 +3 -0
  14. runs/Jan24_21-32-54_6b52aafe569e/events.out.tfevents.1737754375.6b52aafe569e.2111.10 +3 -0
  15. runs/Jan24_21-37-33_6b52aafe569e/events.out.tfevents.1737754653.6b52aafe569e.2111.11 +3 -0
  16. runs/Jan24_21-40-16_6b52aafe569e/events.out.tfevents.1737754816.6b52aafe569e.2111.12 +3 -0
  17. runs/Jan24_21-42-02_6b52aafe569e/events.out.tfevents.1737754922.6b52aafe569e.2111.13 +3 -0
  18. runs/Jan24_21-44-31_6b52aafe569e/events.out.tfevents.1737755071.6b52aafe569e.2111.14 +3 -0
  19. runs/Jan24_21-48-52_6b52aafe569e/events.out.tfevents.1737755332.6b52aafe569e.2111.16 +3 -0
  20. runs/Jan24_21-48-52_6b52aafe569e/events.out.tfevents.1737755365.6b52aafe569e.2111.17 +3 -0
  21. special_tokens_map.json +7 -0
  22. tokenizer.json +0 -0
  23. tokenizer_config.json +56 -0
  24. training_args.bin +3 -0
  25. vocab.txt +0 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: bert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: fineweb-edu-classifier-finetuned
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # fineweb-edu-classifier-finetuned
16
+
17
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0069
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2e-05
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 3
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 0.0522 | 1.0 | 50 | 0.0178 |
51
+ | 0.015 | 2.0 | 100 | 0.0082 |
52
+ | 0.0096 | 3.0 | 150 | 0.0069 |
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.47.1
58
+ - Pytorch 2.5.1+cu121
59
+ - Datasets 3.2.0
60
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "neutral",
14
+ "1": "happy",
15
+ "2": "sad",
16
+ "3": "anxious"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "anxious": 3,
22
+ "happy": 1,
23
+ "neutral": 0,
24
+ "sad": 2
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "max_position_embeddings": 512,
28
+ "model_type": "bert",
29
+ "num_attention_heads": 12,
30
+ "num_hidden_layers": 12,
31
+ "pad_token_id": 0,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.47.1",
36
+ "type_vocab_size": 2,
37
+ "use_cache": true,
38
+ "vocab_size": 30522
39
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bf4d6481925bb56c9be6ab2e9b2576ddb30eecedc17fa4b026b35d69b5cb992
3
+ size 437964800
runs/Jan24_21-13-37_6b52aafe569e/events.out.tfevents.1737753220.6b52aafe569e.2111.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e87d5c2b822684bbc307292c84afd532419a4635a5b60a24fdf9583569e81614
3
+ size 5364
runs/Jan24_21-16-22_6b52aafe569e/events.out.tfevents.1737753382.6b52aafe569e.2111.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb4a82248ce8148a8c6f8a02c64b7b3b47a609179491184c353365501827f0bf
3
+ size 5365
runs/Jan24_21-18-07_6b52aafe569e/events.out.tfevents.1737753488.6b52aafe569e.2111.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c463b1b31efd6110519ccd70df127c9d8abd4f4ca95f04de32645ed4791406d
3
+ size 5365
runs/Jan24_21-20-03_6b52aafe569e/events.out.tfevents.1737753603.6b52aafe569e.2111.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7ed30c0e1218c2ccb138701f7b731c4e78636f4f7dbef6a37dd8da57bd16417
3
+ size 5359
runs/Jan24_21-20-35_6b52aafe569e/events.out.tfevents.1737753635.6b52aafe569e.2111.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a03953cc72c010bbf66e7a1ed63ea94fb8bb52d1829c3067baba498804215d2
3
+ size 5360
runs/Jan24_21-25-27_6b52aafe569e/events.out.tfevents.1737753928.6b52aafe569e.2111.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eb6b5bd30804a253ce2069cd5be9fee0130a2db06e07abc6bd90b7172b5a937
3
+ size 5360
runs/Jan24_21-26-46_6b52aafe569e/events.out.tfevents.1737754007.6b52aafe569e.2111.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:960e3f607379faa92d52596129e502f8cc4430b65747fa986464d6f735f12476
3
+ size 5360
runs/Jan24_21-27-23_6b52aafe569e/events.out.tfevents.1737754043.6b52aafe569e.2111.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd3e8366e97251e11830889e97111859b3d471de1aecb93fa6e1add6c2f6eca6
3
+ size 5360
runs/Jan24_21-28-44_6b52aafe569e/events.out.tfevents.1737754125.6b52aafe569e.2111.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d3626c3ec23823099fee5e367fa2841ba384ccf13dc5c226f932633d3e11170
3
+ size 5360
runs/Jan24_21-31-22_6b52aafe569e/events.out.tfevents.1737754282.6b52aafe569e.2111.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e119926be98cc60e304f36cc2c14011507d037432ab44efcd07f7b7c24c821ca
3
+ size 5462
runs/Jan24_21-32-54_6b52aafe569e/events.out.tfevents.1737754375.6b52aafe569e.2111.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50972429c9d311b6ebaa300aee3ba275582d41118968e690a150bcf0c72a9c26
3
+ size 5460
runs/Jan24_21-37-33_6b52aafe569e/events.out.tfevents.1737754653.6b52aafe569e.2111.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deec3dde2ce3252cfb64bee3bb9b2cbe0682fe1674de2e0612d91f8276652375
3
+ size 5460
runs/Jan24_21-40-16_6b52aafe569e/events.out.tfevents.1737754816.6b52aafe569e.2111.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1099c9247c6ac9b987fa35d8e625968b82b28a5b91f52d05f7bbb810eb1a70ea
3
+ size 5460
runs/Jan24_21-42-02_6b52aafe569e/events.out.tfevents.1737754922.6b52aafe569e.2111.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a2512a5480aefb94bc3413f916d7899cd4c545508c1499ee90870ed58a40f8f
3
+ size 5460
runs/Jan24_21-44-31_6b52aafe569e/events.out.tfevents.1737755071.6b52aafe569e.2111.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7416528e59bd260f79180d082e8356b9f63511fc4dc2c3cfeb5a272e4aeb33af
3
+ size 5460
runs/Jan24_21-48-52_6b52aafe569e/events.out.tfevents.1737755332.6b52aafe569e.2111.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d764014e39a4ffa0a2c4f3c4dc32263d0130724257316ddc5787d6f9e167629
3
+ size 7201
runs/Jan24_21-48-52_6b52aafe569e/events.out.tfevents.1737755365.6b52aafe569e.2111.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6378fb56a0ec0b4ab2bc1de86ea220fba04ec6dec9d2b072afa829fc7e5c73ca
3
+ size 359
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:bb72317ba9e5308220e5f8e6c1f65e1406f42af6087019d01e77371c078af430
3
+ size 5432
vocab.txt ADDED
The diff for this file is too large to render. See raw diff