End of training
Browse files- README.md +4 -4
- config.json +2 -4
- model.safetensors +2 -2
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [judy93536/distilroberta-newsapi121k](https://huggingface.co/judy93536/distilroberta-newsapi121k) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
- Accuracy: 0.9590
|
22 |
|
23 |
## Model description
|
@@ -51,9 +51,9 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
-
| No log | 1.0 | 125 | 0.
|
55 |
-
| No log | 2.0 | 250 | 0.
|
56 |
-
| No log | 3.0 | 375 | 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [judy93536/distilroberta-newsapi121k](https://huggingface.co/judy93536/distilroberta-newsapi121k) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1442
|
21 |
- Accuracy: 0.9590
|
22 |
|
23 |
## Model description
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| No log | 1.0 | 125 | 0.1957 | 0.9429 |
|
55 |
+
| No log | 2.0 | 250 | 0.1249 | 0.9540 |
|
56 |
+
| No log | 3.0 | 375 | 0.1442 | 0.9590 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
config.json
CHANGED
@@ -13,16 +13,14 @@
|
|
13 |
"id2label": {
|
14 |
"0": "LABEL_0",
|
15 |
"1": "LABEL_1",
|
16 |
-
"2": "LABEL_2"
|
17 |
-
"3": "LABEL_3"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
"LABEL_0": 0,
|
23 |
"LABEL_1": 1,
|
24 |
-
"LABEL_2": 2
|
25 |
-
"LABEL_3": 3
|
26 |
},
|
27 |
"layer_norm_eps": 1e-05,
|
28 |
"max_position_embeddings": 514,
|
|
|
13 |
"id2label": {
|
14 |
"0": "LABEL_0",
|
15 |
"1": "LABEL_1",
|
16 |
+
"2": "LABEL_2"
|
|
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
"LABEL_0": 0,
|
22 |
"LABEL_1": 1,
|
23 |
+
"LABEL_2": 2
|
|
|
24 |
},
|
25 |
"layer_norm_eps": 1e-05,
|
26 |
"max_position_embeddings": 514,
|
model.safetensors
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:95ddd87261787d31817a2f5def9648dbccc7703bde2d387c437cdf3526d2cedd
|
3 |
+
size 328495356
|