Model save
Browse files- README.md +7 -7
- loss.json +10 -10
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 | 7 | 0.
|
53 |
-
| No log | 2.0 | 14 | 0.
|
54 |
-
| No log | 3.0 | 21 | 0.
|
55 |
-
| No log | 4.0 | 28 | 0.
|
56 |
-
| No log | 5.0 | 35 | 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
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.4186
|
21 |
+
- Accuracy: 0.85
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 7 | 0.4392 | 0.85 |
|
53 |
+
| No log | 2.0 | 14 | 0.4308 | 0.85 |
|
54 |
+
| No log | 3.0 | 21 | 0.4261 | 0.85 |
|
55 |
+
| No log | 4.0 | 28 | 0.4213 | 0.85 |
|
56 |
+
| No log | 5.0 | 35 | 0.4186 | 0.85 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
loss.json
CHANGED
@@ -2,28 +2,28 @@
|
|
2 |
"eval": [
|
3 |
{
|
4 |
"epoch": 1.0,
|
5 |
-
"accuracy": 0.
|
6 |
-
"loss": 0.
|
7 |
},
|
8 |
{
|
9 |
"epoch": 2.0,
|
10 |
-
"accuracy": 0.
|
11 |
-
"loss": 0.
|
12 |
},
|
13 |
{
|
14 |
"epoch": 3.0,
|
15 |
-
"accuracy": 0.
|
16 |
-
"loss": 0.
|
17 |
},
|
18 |
{
|
19 |
"epoch": 4.0,
|
20 |
-
"accuracy": 0.
|
21 |
-
"loss": 0.
|
22 |
},
|
23 |
{
|
24 |
"epoch": 5.0,
|
25 |
-
"accuracy": 0.
|
26 |
-
"loss": 0.
|
27 |
}
|
28 |
]
|
29 |
}
|
|
|
2 |
"eval": [
|
3 |
{
|
4 |
"epoch": 1.0,
|
5 |
+
"accuracy": 0.85,
|
6 |
+
"loss": 0.4391759932041168
|
7 |
},
|
8 |
{
|
9 |
"epoch": 2.0,
|
10 |
+
"accuracy": 0.85,
|
11 |
+
"loss": 0.4307602047920227
|
12 |
},
|
13 |
{
|
14 |
"epoch": 3.0,
|
15 |
+
"accuracy": 0.85,
|
16 |
+
"loss": 0.42608484625816345
|
17 |
},
|
18 |
{
|
19 |
"epoch": 4.0,
|
20 |
+
"accuracy": 0.85,
|
21 |
+
"loss": 0.4212767481803894
|
22 |
},
|
23 |
{
|
24 |
"epoch": 5.0,
|
25 |
+
"accuracy": 0.85,
|
26 |
+
"loss": 0.41863274574279785
|
27 |
}
|
28 |
]
|
29 |
}
|
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:7947bd189c44afec8952236c83ea02c9c2c9a9c41cef9d23e4031f741e0e0c70
|
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:afbe7170a16c0484b8a000fde8f40721dc108886e901e8628e98688ae7002f16
|
3 |
+
size 4856
|