djsull/begging_classification
Browse files- README.md +10 -13
- model.safetensors +1 -1
- runs/Jul26_08-04-24_129-146-79-76/events.out.tfevents.1721981065.129-146-79-76.1415452.0 +3 -0
- runs/Jul26_08-04-24_129-146-79-76/events.out.tfevents.1721981112.129-146-79-76.1415452.1 +3 -0
- runs/Jul26_08-06-46_129-146-79-76/events.out.tfevents.1721981207.129-146-79-76.1416465.0 +3 -0
- runs/Jul26_08-06-46_129-146-79-76/events.out.tfevents.1721981254.129-146-79-76.1416465.1 +3 -0
- runs/Jul26_08-07-56_129-146-79-76/events.out.tfevents.1721981276.129-146-79-76.1417071.0 +3 -0
- runs/Jul26_08-07-56_129-146-79-76/events.out.tfevents.1721981297.129-146-79-76.1417071.1 +3 -0
- runs/Jul26_08-08-28_129-146-79-76/events.out.tfevents.1721981309.129-146-79-76.1417071.2 +3 -0
- runs/Jul26_08-08-28_129-146-79-76/events.out.tfevents.1721981325.129-146-79-76.1417071.3 +3 -0
- runs/Jul26_08-08-54_129-146-79-76/events.out.tfevents.1721981334.129-146-79-76.1417071.4 +3 -0
- runs/Jul26_08-08-54_129-146-79-76/events.out.tfevents.1721981368.129-146-79-76.1417071.5 +3 -0
- training_args.bin +1 -1
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: 1.0
|
24 |
-
- Recall:
|
25 |
-
- F1:
|
26 |
-
- Accuracy:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,20 +48,17 @@ The following hyperparameters were used during training:
|
|
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 |
-
| No log | 1.0 | 9 | 0.
|
58 |
-
| No log | 2.0 | 18 | 0.
|
59 |
-
| No log | 3.0 | 27 | 0.
|
60 |
-
| No log | 4.0 | 36 | 0.
|
61 |
-
| No log | 5.0 | 45 | 0.
|
62 |
-
| No log | 6.0 | 54 | 0.0011 | 1.0 | 1.0 | 1.0 | 1.0 |
|
63 |
-
| No log | 7.0 | 63 | 0.0010 | 1.0 | 1.0 | 1.0 | 1.0 |
|
64 |
-
| No log | 8.0 | 72 | 0.0009 | 1.0 | 1.0 | 1.0 | 1.0 |
|
65 |
|
66 |
|
67 |
### 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.0473
|
23 |
- Precision: 1.0
|
24 |
+
- Recall: 0.95
|
25 |
+
- F1: 0.9744
|
26 |
+
- Accuracy: 0.98
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 5
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 1.0 | 9 | 0.0886 | 1.0 | 0.95 | 0.9744 | 0.98 |
|
58 |
+
| No log | 2.0 | 18 | 0.0473 | 1.0 | 0.95 | 0.9744 | 0.98 |
|
59 |
+
| No log | 3.0 | 27 | 0.1723 | 0.9091 | 1.0 | 0.9524 | 0.96 |
|
60 |
+
| No log | 4.0 | 36 | 0.1357 | 0.9524 | 1.0 | 0.9756 | 0.98 |
|
61 |
+
| No log | 5.0 | 45 | 0.1361 | 0.95 | 0.95 | 0.9500 | 0.96 |
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### 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:b283b0d6b30af986bb46dd8591d3ed05049003f24e434598d508a8c0928de681
|
3 |
size 272382200
|
runs/Jul26_08-04-24_129-146-79-76/events.out.tfevents.1721981065.129-146-79-76.1415452.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e963934f843b2c8330790ea4f15036b4f05b7d93b9c9d8fb9bd51b1853cbe8e3
|
3 |
+
size 9222
|
runs/Jul26_08-04-24_129-146-79-76/events.out.tfevents.1721981112.129-146-79-76.1415452.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b31a89f0e8a461e982b113e701837230eceffa3814d4101c79a8611a2307efd
|
3 |
+
size 551
|
runs/Jul26_08-06-46_129-146-79-76/events.out.tfevents.1721981207.129-146-79-76.1416465.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20dd9cadf38387f1bc63cc8f278e2a8a44dbbaa646ed431ea50e4f2ae7276897
|
3 |
+
size 9222
|
runs/Jul26_08-06-46_129-146-79-76/events.out.tfevents.1721981254.129-146-79-76.1416465.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34f2e2c1f42e5693801b5428233bd3c2ed54d2d6940e4eb0b969d36b7100095f
|
3 |
+
size 551
|
runs/Jul26_08-07-56_129-146-79-76/events.out.tfevents.1721981276.129-146-79-76.1417071.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4571fc7622327fcb5b0a1c1b51f5db1f66187cf6a1c0a339c9af0daa8ad8825
|
3 |
+
size 6907
|
runs/Jul26_08-07-56_129-146-79-76/events.out.tfevents.1721981297.129-146-79-76.1417071.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8aa5336fdb7ac662334b6b54d36ae9ed93c8482e974ff651ad6641983c5f8026
|
3 |
+
size 551
|
runs/Jul26_08-08-28_129-146-79-76/events.out.tfevents.1721981309.129-146-79-76.1417071.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31ebba48adf0321d3012bd19802245a7035d8c982b0662601a40d0e013cd97c9
|
3 |
+
size 6444
|
runs/Jul26_08-08-28_129-146-79-76/events.out.tfevents.1721981325.129-146-79-76.1417071.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a2ae534572f4d715df572e91370986377a90e36cb4444f8dbbc42425d607d08
|
3 |
+
size 551
|
runs/Jul26_08-08-54_129-146-79-76/events.out.tfevents.1721981334.129-146-79-76.1417071.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:394457a76c2ececf54b50df3b0117f78bc03ce4d839e3289b488c727d8ccb500
|
3 |
+
size 7833
|
runs/Jul26_08-08-54_129-146-79-76/events.out.tfevents.1721981368.129-146-79-76.1417071.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89f6d666cb8ff360529cab44c3c5111832cd320fc9736d31b15aaa13d7323501
|
3 |
+
size 551
|
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:da3d36d74ebb6c8ab68df14e1d2647a366c6d82aa236aaf03a2acc99501492c2
|
3 |
size 5240
|