Salm00n/bert-base-uncased-Federal-Regulations
Browse files
README.md
CHANGED
@@ -21,13 +21,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
-
- Roc Auc: 0.
|
30 |
-
- Confusion Matrix: [[
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -58,9 +58,9 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Roc Auc | Confusion Matrix |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|:---------------------------:|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.6193
|
25 |
+
- Accuracy: 0.7332
|
26 |
+
- Precision: 0.7510
|
27 |
+
- Recall: 0.7332
|
28 |
+
- F1: 0.7394
|
29 |
+
- Roc Auc: 0.7821
|
30 |
+
- Confusion Matrix: [[2590, 795], [498, 963]]
|
31 |
|
32 |
## Model description
|
33 |
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Roc Auc | Confusion Matrix |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|:---------------------------:|
|
61 |
+
| 0.5846 | 1.0 | 600 | 0.6114 | 0.6620 | 0.7393 | 0.6620 | 0.6759 | 0.7668 | [[2092, 1293], [345, 1116]] |
|
62 |
+
| 0.5123 | 2.0 | 1200 | 0.5976 | 0.7210 | 0.7535 | 0.7210 | 0.7301 | 0.7848 | [[2465, 920], [432, 1029]] |
|
63 |
+
| 0.4449 | 3.0 | 1800 | 0.6193 | 0.7332 | 0.7510 | 0.7332 | 0.7394 | 0.7821 | [[2590, 795], [498, 963]] |
|
64 |
|
65 |
|
66 |
### Framework versions
|
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:f3855772c6079167ac79a560da963f7516e6a7666be88326772a882d74955499
|
3 |
size 267832560
|
runs/Dec10_00-05-23_e9a3f608e349/events.out.tfevents.1733789136.e9a3f608e349.20598.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35b7270101da1f30657453897fdac4b39c10a4efa5d7ce5a168d187c853bca60
|
3 |
+
size 7666
|
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:53432ee065a62bb2cbc684e7b390701360e01630cbbbda09ee093c06135be522
|
3 |
size 5304
|