Model save
Browse files- README.md +12 -6
- evaluation_report.json +15 -15
- loss.json +85 -0
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: distilbert/distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: my_fancy_model
|
8 |
results: []
|
@@ -15,7 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,14 +43,17 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
-
|
49 |
-
| No log | 1.0 | 7 | 0.
|
50 |
-
| No log | 2.0 | 14 | 0.
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
3 |
base_model: distilbert/distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: my_fancy_model
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4807
|
21 |
+
- Accuracy: 0.8
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 5
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 7 | 0.5096 | 0.8 |
|
53 |
+
| No log | 2.0 | 14 | 0.4994 | 0.8 |
|
54 |
+
| No log | 3.0 | 21 | 0.4905 | 0.8 |
|
55 |
+
| No log | 4.0 | 28 | 0.4849 | 0.8 |
|
56 |
+
| No log | 5.0 | 35 | 0.4807 | 0.8 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
evaluation_report.json
CHANGED
@@ -1,27 +1,27 @@
|
|
1 |
{
|
2 |
"0": {
|
3 |
-
"precision": 0.
|
4 |
-
"recall": 0
|
5 |
-
"f1-score": 0.
|
6 |
-
"support":
|
7 |
},
|
8 |
"1": {
|
9 |
-
"precision": 0.
|
10 |
-
"recall": 0.
|
11 |
-
"f1-score": 0.
|
12 |
-
"support":
|
13 |
},
|
14 |
-
"accuracy": 0.
|
15 |
"macro avg": {
|
16 |
-
"precision": 0.
|
17 |
-
"recall": 0.
|
18 |
-
"f1-score": 0.
|
19 |
"support": 100.0
|
20 |
},
|
21 |
"weighted avg": {
|
22 |
-
"precision": 0.
|
23 |
-
"recall": 0.
|
24 |
-
"f1-score": 0.
|
25 |
"support": 100.0
|
26 |
}
|
27 |
}
|
|
|
1 |
{
|
2 |
"0": {
|
3 |
+
"precision": 0.68,
|
4 |
+
"recall": 1.0,
|
5 |
+
"f1-score": 0.8095238095238095,
|
6 |
+
"support": 68.0
|
7 |
},
|
8 |
"1": {
|
9 |
+
"precision": 0.0,
|
10 |
+
"recall": 0.0,
|
11 |
+
"f1-score": 0.0,
|
12 |
+
"support": 32.0
|
13 |
},
|
14 |
+
"accuracy": 0.68,
|
15 |
"macro avg": {
|
16 |
+
"precision": 0.34,
|
17 |
+
"recall": 0.5,
|
18 |
+
"f1-score": 0.40476190476190477,
|
19 |
"support": 100.0
|
20 |
},
|
21 |
"weighted avg": {
|
22 |
+
"precision": 0.46240000000000003,
|
23 |
+
"recall": 0.68,
|
24 |
+
"f1-score": 0.5504761904761906,
|
25 |
"support": 100.0
|
26 |
}
|
27 |
}
|
loss.json
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"train": [],
|
3 |
+
"eval": [
|
4 |
+
{
|
5 |
+
"accuracy": 0.8,
|
6 |
+
"loss": 0.5096122622489929
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"accuracy": 0.8,
|
10 |
+
"loss": 0.5096122622489929
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"accuracy": 0.8,
|
14 |
+
"loss": 0.49940991401672363
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"accuracy": 0.8,
|
18 |
+
"loss": 0.5096122622489929
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"accuracy": 0.8,
|
22 |
+
"loss": 0.49940991401672363
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"accuracy": 0.8,
|
26 |
+
"loss": 0.4904729723930359
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"accuracy": 0.8,
|
30 |
+
"loss": 0.5096122622489929
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"accuracy": 0.8,
|
34 |
+
"loss": 0.49940991401672363
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"accuracy": 0.8,
|
38 |
+
"loss": 0.4904729723930359
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"accuracy": 0.8,
|
42 |
+
"loss": 0.48494863510131836
|
43 |
+
},
|
44 |
+
{
|
45 |
+
"accuracy": 0.8,
|
46 |
+
"loss": 0.5096122622489929
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"accuracy": 0.8,
|
50 |
+
"loss": 0.49940991401672363
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"accuracy": 0.8,
|
54 |
+
"loss": 0.4904729723930359
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"accuracy": 0.8,
|
58 |
+
"loss": 0.48494863510131836
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"accuracy": 0.8,
|
62 |
+
"loss": 0.480673223733902
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"accuracy": 0.8,
|
66 |
+
"loss": 0.5096122622489929
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"accuracy": 0.8,
|
70 |
+
"loss": 0.49940991401672363
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"accuracy": 0.8,
|
74 |
+
"loss": 0.4904729723930359
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"accuracy": 0.8,
|
78 |
+
"loss": 0.48494863510131836
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"accuracy": 0.8,
|
82 |
+
"loss": 0.480673223733902
|
83 |
+
}
|
84 |
+
]
|
85 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e397038f046c15fbdb0852f8bdc10b1d074a94b990c1eed5dec81f527f6bb48a
|
3 |
size 267832560
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20ce381761bdc756509fba70567c8e6eabdf567ae759be004fff31e231820fe8
|
3 |
+
size 4856
|