frisibeli/legal-bert-finetuned-1985-classifier
Browse files- README.md +10 -8
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [frisibeli/legal-bert-finetuned-1985](https://huggingface.co/frisibeli/legal-bert-finetuned-1985) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss:
|
19 |
-
- F1 Score: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,17 +44,19 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_ratio: 0.02
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 Score |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [frisibeli/legal-bert-finetuned-1985](https://huggingface.co/frisibeli/legal-bert-finetuned-1985) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.3472
|
19 |
+
- F1 Score: 0.5128
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_ratio: 0.02
|
47 |
+
- num_epochs: 7
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 Score |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 0.5817 | 0.99 | 82 | 0.5112 | 0.4419 |
|
54 |
+
| 0.4875 | 2.0 | 165 | 0.5126 | 0.4921 |
|
55 |
+
| 0.2992 | 2.99 | 247 | 0.6876 | 0.5171 |
|
56 |
+
| 0.1575 | 4.0 | 330 | 0.9381 | 0.5216 |
|
57 |
+
| 0.0727 | 4.99 | 412 | 1.1702 | 0.5308 |
|
58 |
+
| 0.0453 | 6.0 | 495 | 1.2749 | 0.5084 |
|
59 |
+
| 0.0258 | 6.96 | 574 | 1.3472 | 0.5128 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437958648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5785dd42df7aae4f08c19a03f772e02dbb8db2ed724dd70af753dd543e3a2970
|
3 |
size 437958648
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3644f0b47386145ea0d8d127d8c690f2ef738ef13340e99a348e1e5ce7f39c6d
|
3 |
size 4664
|