javdrher commited on
Commit
2dd1dd3
·
verified ·
1 Parent(s): 65e5067

End of training

Browse files
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert/distilbert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ model-index:
13
+ - name: classifiertest
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # classifiertest
21
+
22
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.6716
25
+ - Accuracy: 0.0
26
+ - Precision: 0.0
27
+ - Recall: 0.0
28
+ - F1: 0.0
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 32
49
+ - eval_batch_size: 32
50
+ - seed: 42
51
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 2
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:---:|
59
+ | No log | 1.0 | 1 | 0.6790 | 0.0 | 0.0 | 0.0 | 0.0 |
60
+ | No log | 2.0 | 2 | 0.6716 | 0.0 | 0.0 | 0.0 | 0.0 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.57.1
66
+ - Pytorch 2.9.0+cu128
67
+ - Datasets 4.3.0
68
+ - Tokenizers 0.22.1
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "dtype": "float32",
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "SDG-01 No Poverty",
13
+ "1": "SDG-02 Zero Hunger",
14
+ "2": "SDG-03 Good Health and Well-Being",
15
+ "3": "SDG-04 Quality Education",
16
+ "4": "SDG-05 Gender Equality",
17
+ "5": "SDG-06 Clean Water and Sanitation",
18
+ "6": "SDG-07 Affordable and Clean Energy",
19
+ "7": "SDG-08 Decent Work and Economic Growth",
20
+ "8": "SDG-09 Industry, Innovation and Infrastructure",
21
+ "9": "SDG-10 Reduced Inequality",
22
+ "10": "SDG-11 Sustainable Cities and Communities",
23
+ "11": "SDG-12 Responsible Consumption and Production",
24
+ "12": "SDG-13 Climate Action",
25
+ "13": "SDG-14 Life Below Water",
26
+ "14": "SDG-16 Life on Land",
27
+ "15": "SDG-16 Peace, Justice and Strong Institutions",
28
+ "16": "SDG-17 Partnerships for the Goals"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "SDG-01 No Poverty": 0,
33
+ "SDG-02 Zero Hunger": 1,
34
+ "SDG-03 Good Health and Well-Being": 2,
35
+ "SDG-04 Quality Education": 3,
36
+ "SDG-05 Gender Equality": 4,
37
+ "SDG-06 Clean Water and Sanitation": 5,
38
+ "SDG-07 Affordable and Clean Energy": 6,
39
+ "SDG-08 Decent Work and Economic Growth": 7,
40
+ "SDG-09 Industry, Innovation and Infrastructure": 8,
41
+ "SDG-10 Reduced Inequality": 9,
42
+ "SDG-11 Sustainable Cities and Communities": 10,
43
+ "SDG-12 Responsible Consumption and Production": 11,
44
+ "SDG-13 Climate Action": 12,
45
+ "SDG-14 Life Below Water": 13,
46
+ "SDG-16 Life on Land": 14,
47
+ "SDG-16 Peace, Justice and Strong Institutions": 15,
48
+ "SDG-17 Partnerships for the Goals": 16
49
+ },
50
+ "max_position_embeddings": 512,
51
+ "model_type": "distilbert",
52
+ "n_heads": 12,
53
+ "n_layers": 6,
54
+ "pad_token_id": 0,
55
+ "problem_type": "multi_label_classification",
56
+ "qa_dropout": 0.1,
57
+ "seq_classif_dropout": 0.2,
58
+ "sinusoidal_pos_embds": false,
59
+ "tie_weights_": true,
60
+ "transformers_version": "4.57.1",
61
+ "vocab_size": 30522
62
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9215451d947ac11d4a7156c658f837b16d5f68a302143593a920ee465351fcf7
3
+ size 267878708
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": "DistilBertTokenizer",
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:7fc8b49b04410bdff6a3bc50c4a1f3b9f76e42cb55e7df2dd16014d8ece2602b
3
+ size 5841
vocab.txt ADDED
The diff for this file is too large to render. See raw diff