End of training
Browse files- README.md +11 -15
- config.json +1 -1
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,18 +15,14 @@ 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 |
-
- Name Student Precision: 0.
|
20 |
- Name Student Recall: 1.0
|
21 |
-
- Name Student F1: 0.
|
22 |
-
- Name Student Number:
|
23 |
-
-
|
24 |
-
-
|
25 |
-
-
|
26 |
-
- Url Personal Number: 1
|
27 |
-
- Overall Precision: 0.9535
|
28 |
-
- Overall Recall: 0.9762
|
29 |
-
- Overall F1: 0.9647
|
30 |
- Overall Accuracy: 0.9925
|
31 |
|
32 |
## Model description
|
@@ -60,10 +56,10 @@ The following hyperparameters were used during training:
|
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
-
| Training Loss | Epoch | Step | Validation Loss | Name Student Precision | Name Student Recall | Name Student F1 | Name Student Number |
|
64 |
-
|
65 |
-
| 0.
|
66 |
-
| 0.0009 | 2.0 | 200 | 0.
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
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.0466
|
19 |
+
- Name Student Precision: 0.8966
|
20 |
- Name Student Recall: 1.0
|
21 |
+
- Name Student F1: 0.9455
|
22 |
+
- Name Student Number: 26
|
23 |
+
- Overall Precision: 0.8966
|
24 |
+
- Overall Recall: 1.0
|
25 |
+
- Overall F1: 0.9455
|
|
|
|
|
|
|
|
|
26 |
- Overall Accuracy: 0.9925
|
27 |
|
28 |
## Model description
|
|
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | Name Student Precision | Name Student Recall | Name Student F1 | Name Student Number | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
|
60 |
+
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:-------------------:|:---------------:|:-------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
|
61 |
+
| 0.0012 | 1.0 | 100 | 0.0555 | 0.8966 | 1.0 | 0.9455 | 26 | 0.8966 | 1.0 | 0.9455 | 0.9925 |
|
62 |
+
| 0.0009 | 2.0 | 200 | 0.0466 | 0.8966 | 1.0 | 0.9455 | 26 | 0.8966 | 1.0 | 0.9455 | 0.9925 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
config.json
CHANGED
@@ -69,5 +69,5 @@
|
|
69 |
"torch_dtype": "float32",
|
70 |
"transformers_version": "4.38.1",
|
71 |
"type_vocab_size": 1,
|
72 |
-
"vocab_size":
|
73 |
}
|
|
|
69 |
"torch_dtype": "float32",
|
70 |
"transformers_version": "4.38.1",
|
71 |
"type_vocab_size": 1,
|
72 |
+
"vocab_size": 50272
|
73 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e9e8775e66a2f99f561d35fe74ed7f5e70a2fb80a3d94fcc10df333c28296e3
|
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:3537e544e2641cfd2d391da23bc4a13326ac903aa3d88d1a8e37d4d6651005e4
|
3 |
size 4920
|