update model card README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
5 |
- f1
|
6 |
-
base_model: Tanor/SRGPTSENTNEG4
|
7 |
model-index:
|
8 |
- name: SRGPTSENTNEG4
|
9 |
results: []
|
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [Tanor/SRGPTSENTNEG4](https://huggingface.co/Tanor/SRGPTSENTNEG4) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- F1: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -44,22 +44,21 @@ The following hyperparameters were used during training:
|
|
44 |
- total_train_batch_size: 4
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.0095 | 5.0 | 15051 | 0.1827 | 0.3902 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
-
- Transformers 4.
|
63 |
-
- Pytorch 2.1.0.
|
64 |
-
- Datasets 2.
|
65 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
+
base_model: Tanor/SRGPTSENTNEG4
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- f1
|
|
|
7 |
model-index:
|
8 |
- name: SRGPTSENTNEG4
|
9 |
results: []
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [Tanor/SRGPTSENTNEG4](https://huggingface.co/Tanor/SRGPTSENTNEG4) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.1890
|
20 |
+
- F1: 0.3836
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
44 |
- total_train_batch_size: 4
|
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 |
+
| 0.1142 | 1.0 | 2703 | 0.0752 | 0.0 |
|
54 |
+
| 0.1055 | 2.0 | 5406 | 0.1735 | 0.4463 |
|
55 |
+
| 0.0793 | 3.0 | 8109 | 0.1349 | 0.3529 |
|
56 |
+
| 0.0337 | 4.0 | 10812 | 0.1890 | 0.3836 |
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
+
- Transformers 4.31.0
|
62 |
+
- Pytorch 2.1.0.dev20230801
|
63 |
+
- Datasets 2.14.2
|
64 |
- Tokenizers 0.13.3
|