Training complete
Browse files- README.md +13 -6
- model.safetensors +1 -1
- tokenizer.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [mrm8488/electricidad-base-discriminator](https://huggingface.co/mrm8488/electricidad-base-discriminator) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,15 +44,22 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| No log | 1.0 | 16 | 0.
|
54 |
-
| No log | 2.0 | 32 | 0.
|
55 |
-
| No log | 3.0 | 48 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [mrm8488/electricidad-base-discriminator](https://huggingface.co/mrm8488/electricidad-base-discriminator) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1547
|
22 |
+
- Accuracy: 0.9762
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 10
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| No log | 1.0 | 16 | 0.3661 | 0.9524 |
|
54 |
+
| No log | 2.0 | 32 | 0.1170 | 0.9762 |
|
55 |
+
| No log | 3.0 | 48 | 0.1315 | 0.9762 |
|
56 |
+
| No log | 4.0 | 64 | 0.1371 | 0.9762 |
|
57 |
+
| No log | 5.0 | 80 | 0.1438 | 0.9762 |
|
58 |
+
| No log | 6.0 | 96 | 0.1480 | 0.9762 |
|
59 |
+
| No log | 7.0 | 112 | 0.1510 | 0.9762 |
|
60 |
+
| No log | 8.0 | 128 | 0.1530 | 0.9762 |
|
61 |
+
| No log | 9.0 | 144 | 0.1543 | 0.9762 |
|
62 |
+
| No log | 10.0 | 160 | 0.1547 | 0.9762 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 439433808
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa583e46f2d9df538ca3569d1ee2459daba162d2cc41e2338898839e452a95eb
|
3 |
size 439433808
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 40,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ea6b33570b00bef5eb7406c97241f59a398ee0121f19a3fb1d48175780c27dd
|
3 |
size 5304
|