Tanor commited on
Commit
8b78c4d
·
verified ·
1 Parent(s): 2a38e95

End of training

Browse files
Files changed (1) hide show
  1. README.md +64 -66
README.md CHANGED
@@ -1,66 +1,64 @@
1
- ---
2
- base_model: Tanor/BERTicSENTPOS2
3
- tags:
4
- - generated_from_trainer
5
- metrics:
6
- - f1
7
- model-index:
8
- - name: BERTicSENTPOS2
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
- # BERTicSENTPOS2
16
-
17
- This model is a fine-tuned version of [Tanor/BERTicSENTPOS2](https://huggingface.co/Tanor/BERTicSENTPOS2) on the None dataset.
18
- It achieves the following results on the evaluation set:
19
- - Loss: 0.0494
20
- - F1: 0.5641
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: 64
41
- - eval_batch_size: 16
42
- - seed: 42
43
- - gradient_accumulation_steps: 4
44
- - total_train_batch_size: 256
45
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
- - lr_scheduler_type: linear
47
- - num_epochs: 32
48
-
49
- ### Training results
50
-
51
- | Training Loss | Epoch | Step | Validation Loss | F1 |
52
- |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | No log | 0.99 | 47 | 0.0748 | 0.0 |
54
- | No log | 2.0 | 95 | 0.0502 | 0.0 |
55
- | No log | 2.99 | 142 | 0.0432 | 0.4286 |
56
- | No log | 4.0 | 190 | 0.0436 | 0.5455 |
57
- | No log | 4.99 | 237 | 0.0496 | 0.4706 |
58
- | No log | 6.0 | 285 | 0.0494 | 0.5641 |
59
-
60
-
61
- ### Framework versions
62
-
63
- - Transformers 4.31.0
64
- - Pytorch 2.1.0.dev20230801
65
- - Datasets 2.14.2
66
- - Tokenizers 0.13.3
 
1
+ ---
2
+ base_model: Tanor/BERTicSENTPOS2
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: BERTicSENTPOS2
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
+ # BERTicSENTPOS2
16
+
17
+ This model is a fine-tuned version of [Tanor/BERTicSENTPOS2](https://huggingface.co/Tanor/BERTicSENTPOS2) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0528
20
+ - F1: 0.5405
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: 64
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 4
44
+ - total_train_batch_size: 256
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 32
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
52
+ |:-------------:|:------:|:----:|:---------------:|:------:|
53
+ | No log | 0.9895 | 47 | 0.0432 | 0.4848 |
54
+ | No log | 2.0 | 95 | 0.0475 | 0.5366 |
55
+ | No log | 2.9895 | 142 | 0.0454 | 0.5625 |
56
+ | No log | 4.0 | 190 | 0.0528 | 0.5405 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.40.1
62
+ - Pytorch 2.2.2
63
+ - Datasets 2.19.0
64
+ - Tokenizers 0.19.1