hebashakeel commited on
Commit
20c3aa9
·
verified ·
1 Parent(s): 7f33127

End of training

Browse files
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: roberta-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: roberta-wellness-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
+ # roberta-wellness-classifier
18
+
19
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.5355
22
+ - Accuracy: 0.705
23
+ - Auc: 0.898
24
+ - Precision Class 0: 0.822
25
+ - Precision Class 1: 0.81
26
+ - Precision Class 2: 0.702
27
+ - Precision Class 3: 0.644
28
+ - Recall Class 0: 0.698
29
+ - Recall Class 1: 0.63
30
+ - Recall Class 2: 0.635
31
+ - Recall Class 3: 0.776
32
+
33
+ ## Model description
34
+
35
+ More information needed
36
+
37
+ ## Intended uses & limitations
38
+
39
+ More information needed
40
+
41
+ ## Training and evaluation data
42
+
43
+ More information needed
44
+
45
+ ## Training procedure
46
+
47
+ ### Training hyperparameters
48
+
49
+ The following hyperparameters were used during training:
50
+ - learning_rate: 3e-05
51
+ - train_batch_size: 16
52
+ - eval_batch_size: 16
53
+ - seed: 42
54
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
+ - lr_scheduler_type: linear
56
+ - num_epochs: 10
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc | Precision Class 0 | Precision Class 1 | Precision Class 2 | Precision Class 3 | Recall Class 0 | Recall Class 1 | Recall Class 2 | Recall Class 3 |
61
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----:|:-----------------:|:-----------------:|:-----------------:|:-----------------:|:--------------:|:--------------:|:--------------:|:--------------:|
62
+ | 1.0739 | 1.0 | 70 | 0.7343 | 0.743 | 0.904 | 0.703 | 0.667 | 0.688 | 0.871 | 0.849 | 0.741 | 0.841 | 0.622 |
63
+ | 0.7019 | 2.0 | 140 | 0.6927 | 0.722 | 0.917 | 0.764 | 0.867 | 0.736 | 0.678 | 0.792 | 0.481 | 0.619 | 0.816 |
64
+ | 0.4696 | 3.0 | 210 | 0.7057 | 0.747 | 0.913 | 0.786 | 0.75 | 0.686 | 0.77 | 0.83 | 0.778 | 0.762 | 0.684 |
65
+ | 0.3057 | 4.0 | 280 | 0.8772 | 0.78 | 0.906 | 0.843 | 0.933 | 0.674 | 0.826 | 0.811 | 0.519 | 0.952 | 0.724 |
66
+ | 0.2182 | 5.0 | 350 | 0.8735 | 0.763 | 0.915 | 0.8 | 0.759 | 0.722 | 0.778 | 0.755 | 0.815 | 0.825 | 0.714 |
67
+ | 0.1634 | 6.0 | 420 | 1.1820 | 0.714 | 0.901 | 0.783 | 0.762 | 0.714 | 0.676 | 0.679 | 0.593 | 0.714 | 0.765 |
68
+ | 0.116 | 7.0 | 490 | 1.2979 | 0.73 | 0.897 | 0.788 | 0.731 | 0.737 | 0.698 | 0.774 | 0.704 | 0.667 | 0.755 |
69
+ | 0.0844 | 8.0 | 560 | 1.4513 | 0.705 | 0.9 | 0.833 | 0.773 | 0.705 | 0.647 | 0.66 | 0.63 | 0.683 | 0.765 |
70
+ | 0.0624 | 9.0 | 630 | 1.5216 | 0.71 | 0.901 | 0.826 | 0.783 | 0.702 | 0.652 | 0.717 | 0.667 | 0.635 | 0.765 |
71
+ | 0.0446 | 10.0 | 700 | 1.5355 | 0.705 | 0.898 | 0.822 | 0.81 | 0.702 | 0.644 | 0.698 | 0.63 | 0.635 | 0.776 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.45.1
77
+ - Pytorch 2.4.0
78
+ - Datasets 3.0.1
79
+ - Tokenizers 0.20.0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "PA",
15
+ "1": "IVA",
16
+ "2": "SA",
17
+ "3": "SEA"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "IVA": 1,
23
+ "PA": 0,
24
+ "SA": 2,
25
+ "SEA": 3
26
+ },
27
+ "layer_norm_eps": 1e-05,
28
+ "max_position_embeddings": 514,
29
+ "model_type": "roberta",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "pad_token_id": 1,
33
+ "position_embedding_type": "absolute",
34
+ "problem_type": "single_label_classification",
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.45.1",
37
+ "type_vocab_size": 1,
38
+ "use_cache": true,
39
+ "vocab_size": 50265
40
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1444a283e277626fcda076068d343295ce11e1b545a881239b8a16c3b52954fe
3
+ size 498618976
runs/Nov04_01-13-19_58636b086945/events.out.tfevents.1730682805.58636b086945.30.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56846b705266e84e5915033fddc38b8be7067ce3523897d9e701659d0854e9fe
3
+ size 4893
runs/Nov04_01-23-06_58636b086945/events.out.tfevents.1730683481.58636b086945.30.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adeb7a7cd5f2152d0f9f18a3686917a31e63341016b0dba265f5309f1d6e1a6b
3
+ size 4892
runs/Nov04_01-28-17_58636b086945/events.out.tfevents.1730683701.58636b086945.30.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bb22f9fa30ac16cd17294c277adb25a1a8c8a12109144a3a70236d481574e84
3
+ size 16039
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
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:32ec09ac8d3b5b141390ebad4981b9d6d2ade4671cc28cd8c27f002e3d63fe2c
3
+ size 5240
vocab.json ADDED
The diff for this file is too large to render. See raw diff