End of training
Browse files- README.md +12 -13
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -3,6 +3,10 @@ license: apache-2.0
|
|
3 |
base_model: allenai/longformer-base-4096
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: longformer-8bitadam-3072
|
8 |
results: []
|
@@ -15,15 +19,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [allenai/longformer-base-4096](https://huggingface.co/allenai/longformer-base-4096) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
- Name Student Number: 30
|
23 |
-
- Overall Precision: 1.0
|
24 |
-
- Overall Recall: 1.0
|
25 |
-
- Overall F1: 1.0
|
26 |
-
- Overall Accuracy: 1.0
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -56,10 +55,10 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
60 |
-
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
3 |
base_model: allenai/longformer-base-4096
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- recall
|
8 |
+
- precision
|
9 |
+
- f1
|
10 |
model-index:
|
11 |
- name: longformer-8bitadam-3072
|
12 |
results: []
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [allenai/longformer-base-4096](https://huggingface.co/allenai/longformer-base-4096) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0217
|
23 |
+
- Recall: 1.0
|
24 |
+
- Precision: 0.9697
|
25 |
+
- F1: 0.9988
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Recall | Precision | F1 |
|
59 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|
|
60 |
+
| 0.0057 | 1.0 | 100 | 0.0276 | 1.0 | 0.9412 | 0.9976 |
|
61 |
+
| 0.0003 | 2.0 | 200 | 0.0217 | 1.0 | 0.9697 | 0.9988 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 592370940
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:039b0db050a34e0ce73cb340b957214470e524317a6cd858577cb388cd0e0575
|
3 |
size 592370940
|
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:26bc081951d20c2c35c7b6cecc84f37a7c4b97448f9e348cdd51636d99dca5e9
|
3 |
size 4920
|