ANGKJ1995 commited on
Commit
3ee4433
·
verified ·
1 Parent(s): 3120785

wage-predictor

Browse files
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert/distilbert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: wage_prediction
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
+ # wage_prediction
16
+
17
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4480
20
+ - Mse: -0.4480
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
+ - lr_scheduler_type: cosine
45
+ - num_epochs: 32
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Mse |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 18 | 32.6746 | -32.6746 |
52
+ | No log | 2.0 | 36 | 17.4924 | -17.4924 |
53
+ | No log | 3.0 | 54 | 9.4001 | -9.4001 |
54
+ | No log | 4.0 | 72 | 4.4795 | -4.4795 |
55
+ | No log | 5.0 | 90 | 1.6010 | -1.6010 |
56
+ | No log | 6.0 | 108 | 0.4903 | -0.4903 |
57
+ | No log | 7.0 | 126 | 0.4478 | -0.4478 |
58
+ | No log | 8.0 | 144 | 0.4468 | -0.4468 |
59
+ | No log | 9.0 | 162 | 0.4755 | -0.4755 |
60
+ | No log | 10.0 | 180 | 0.4231 | -0.4231 |
61
+ | No log | 11.0 | 198 | 0.3998 | -0.3998 |
62
+ | No log | 12.0 | 216 | 0.4729 | -0.4729 |
63
+ | No log | 13.0 | 234 | 0.4091 | -0.4091 |
64
+ | No log | 14.0 | 252 | 0.3988 | -0.3988 |
65
+ | No log | 15.0 | 270 | 0.4114 | -0.4114 |
66
+ | No log | 16.0 | 288 | 0.4927 | -0.4927 |
67
+ | No log | 17.0 | 306 | 0.4816 | -0.4816 |
68
+ | No log | 18.0 | 324 | 0.4277 | -0.4277 |
69
+ | No log | 19.0 | 342 | 0.4626 | -0.4626 |
70
+ | No log | 20.0 | 360 | 0.4846 | -0.4846 |
71
+ | No log | 21.0 | 378 | 0.4476 | -0.4476 |
72
+ | No log | 22.0 | 396 | 0.4320 | -0.4320 |
73
+ | No log | 23.0 | 414 | 0.4600 | -0.4600 |
74
+ | No log | 24.0 | 432 | 0.4463 | -0.4463 |
75
+ | No log | 25.0 | 450 | 0.4599 | -0.4599 |
76
+ | No log | 26.0 | 468 | 0.4634 | -0.4634 |
77
+ | No log | 27.0 | 486 | 0.4711 | -0.4711 |
78
+ | 4.2194 | 28.0 | 504 | 0.4542 | -0.4542 |
79
+ | 4.2194 | 29.0 | 522 | 0.4465 | -0.4465 |
80
+ | 4.2194 | 30.0 | 540 | 0.4453 | -0.4453 |
81
+ | 4.2194 | 31.0 | 558 | 0.4477 | -0.4477 |
82
+ | 4.2194 | 32.0 | 576 | 0.4480 | -0.4480 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - Transformers 4.52.4
88
+ - Pytorch 2.6.0+cu124
89
+ - Datasets 2.14.4
90
+ - Tokenizers 0.21.1
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "hidden_dim": 3072,
10
+ "id2label": {
11
+ "0": "LABEL_0"
12
+ },
13
+ "initializer_range": 0.02,
14
+ "label2id": {
15
+ "LABEL_0": 0
16
+ },
17
+ "max_position_embeddings": 512,
18
+ "model_type": "distilbert",
19
+ "n_heads": 12,
20
+ "n_layers": 6,
21
+ "pad_token_id": 0,
22
+ "problem_type": "regression",
23
+ "qa_dropout": 0.1,
24
+ "seq_classif_dropout": 0.2,
25
+ "sinusoidal_pos_embds": false,
26
+ "tie_weights_": true,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.52.4",
29
+ "vocab_size": 30522
30
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59ef10b188c8f8a073b6007d50aa4dbebf57c1ec858ca2021c16d24587470732
3
+ size 267829484
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:68e49f6404837de506d440722310ce4f73c1fe5ff5f59b592555c3f0905726b9
3
+ size 5304
vocab.txt ADDED
The diff for this file is too large to render. See raw diff