Fine-tuned BART model for League of Legends biographies classification
Browse files
README.md
CHANGED
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# bios_lol_fine-tuned
|
17 |
|
18 |
-
This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- F1: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,14 +43,16 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
-
| No log | 1.0 | 44 | 1.
|
53 |
-
| No log | 2.0 | 88 | 1.
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
15 |
|
16 |
# bios_lol_fine-tuned
|
17 |
|
18 |
+
This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.9271
|
21 |
+
- F1: 0.1383
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 4
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| No log | 1.0 | 44 | 1.8027 | 0.0870 |
|
53 |
+
| No log | 2.0 | 88 | 1.8250 | 0.1652 |
|
54 |
+
| No log | 3.0 | 132 | 1.9272 | 0.2199 |
|
55 |
+
| No log | 4.0 | 176 | 1.9271 | 0.1383 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1629449264
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b745a4637206dd8f08b454016117112b8e1f2afa7ae86320f5a0e1998a29eb82
|
3 |
size 1629449264
|
runs/Mar22_18-00-21_0c73de3e84dd/events.out.tfevents.1711130427.0c73de3e84dd.94963.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e87592d0749449fc0b3c1a59c07610bd4e3829a23b6423d91e14fbaa9834da7
|
3 |
+
size 6901
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d27beeb03da79e43b00bb63ae7dcbbfbc4f4dc1816287c6581c5bef1c0768b63
|
3 |
size 4920
|