aminsamadi commited on
Commit
2937505
·
verified ·
1 Parent(s): 94b1344

End of training

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: roberta_finetune_CPS_class_weights
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # roberta_finetune_CPS_class_weights
17
+
18
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.8949
21
+ - Accuracy: 0.7267
22
+ - F1-micro: 0.7267
23
+ - F1-macro: 0.6325
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 100
49
+ - num_epochs: 10
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-micro | F1-macro |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:--------:|
55
+ | 0.7524 | 1.0 | 736 | 1.0201 | 0.6812 | 0.6812 | 0.5511 |
56
+ | 0.732 | 2.0 | 1472 | 0.9168 | 0.7233 | 0.7233 | 0.6004 |
57
+ | 0.5315 | 3.0 | 2208 | 0.9742 | 0.7260 | 0.7260 | 0.5957 |
58
+ | 0.5015 | 4.0 | 2944 | 1.1334 | 0.7410 | 0.7410 | 0.6853 |
59
+ | 0.2782 | 5.0 | 3680 | 1.2754 | 0.7158 | 0.7158 | 0.6016 |
60
+ | 0.3866 | 6.0 | 4416 | 1.4692 | 0.7294 | 0.7294 | 0.6228 |
61
+ | 0.4302 | 7.0 | 5152 | 1.6980 | 0.7267 | 0.7267 | 0.6390 |
62
+ | 0.1895 | 8.0 | 5888 | 1.7853 | 0.7322 | 0.7322 | 0.6377 |
63
+ | 0.1945 | 9.0 | 6624 | 1.8803 | 0.7254 | 0.7254 | 0.6183 |
64
+ | 0.0963 | 10.0 | 7360 | 1.8949 | 0.7267 | 0.7267 | 0.6325 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.42.4
70
+ - Pytorch 2.4.0+cu121
71
+ - Datasets 2.21.0
72
+ - Tokenizers 0.19.1
logs/events.out.tfevents.1725049046.da5560a22725.4639.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2fc02a89a035c5ce85979ab441d33e445ef34995da1030b5c623ac5f745d0a2
3
- size 164172
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:681477e7b5e3cda9292ea062a01df316a30a94035e4bdfb001cbe8949378aefe
3
+ size 164953
logs/events.out.tfevents.1725049867.da5560a22725.4639.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ce654aaca8e7c8c4dbeffb2d1cc9120be2d659655273141b50a20c1baa8f709
3
+ size 515
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
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
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff