djsull/curse_classification
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [klue/roberta-small](https://huggingface.co/klue/roberta-small) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -43,22 +43,19 @@ More information needed
|
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 5e-05
|
46 |
-
- train_batch_size:
|
47 |
- eval_batch_size: 64
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.1616 | 3.0 | 3705 | 0.3649 | 0.8201 | 0.8917 | 0.8544 | 0.8653 |
|
60 |
-
| 0.0996 | 4.0 | 4940 | 0.4684 | 0.8389 | 0.8707 | 0.8545 | 0.8686 |
|
61 |
-
| 0.0654 | 5.0 | 6175 | 0.5530 | 0.8611 | 0.8532 | 0.8571 | 0.8740 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [klue/roberta-small](https://huggingface.co/klue/roberta-small) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.2780
|
23 |
+
- Precision: 0.8727
|
24 |
+
- Recall: 0.8752
|
25 |
+
- F1: 0.8739
|
26 |
+
- Accuracy: 0.8835
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 5e-05
|
46 |
+
- train_batch_size: 128
|
47 |
- eval_batch_size: 64
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 2
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| 0.3511 | 1.0 | 618 | 0.2939 | 0.8532 | 0.8591 | 0.8561 | 0.8720 |
|
58 |
+
| 0.2546 | 2.0 | 1236 | 0.2924 | 0.8721 | 0.8552 | 0.8636 | 0.8802 |
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 272382200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95b41ea09748c351021ffcb36dfae3ff09ed9f11c919367e4183e362d9503f1c
|
3 |
size 272382200
|
runs/Dec16_08-51-55_129-146-79-76/events.out.tfevents.1734339116.129-146-79-76.3971573.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56b599d7a26ff269a3d08ffbc02f48761921340b77c07125099eaf59e139864c
|
3 |
+
size 6866
|
runs/Dec16_08-51-55_129-146-79-76/events.out.tfevents.1734339969.129-146-79-76.3971573.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3f07991f09bc8061736e7f4506deeeaaee4c94a35ee81b6d272dc9183b31544
|
3 |
+
size 1032
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2263c966e8caed8a6af3fbf873129e57259860ddcbaa84f7484b41a6a563bda5
|
3 |
size 5240
|