RedRawMeat
commited on
Commit
•
2e40517
1
Parent(s):
07290d7
End of training
Browse files
README.md
CHANGED
@@ -15,14 +15,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [SCUT-DLVCLab/lilt-roberta-en-base](https://huggingface.co/SCUT-DLVCLab/lilt-roberta-en-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- Answer: {'precision': 0.
|
20 |
-
- Header: {'precision': 0.
|
21 |
-
- Question: {'precision': 0.
|
22 |
-
- Overall Precision: 0.
|
23 |
-
- Overall Recall: 0.
|
24 |
-
- Overall F1: 0.
|
25 |
-
- Overall Accuracy: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [SCUT-DLVCLab/lilt-roberta-en-base](https://huggingface.co/SCUT-DLVCLab/lilt-roberta-en-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.9402
|
19 |
+
- Answer: {'precision': 0.4992163009404389, 'recall': 0.7796817625458996, 'f1': 0.608695652173913, 'number': 817}
|
20 |
+
- Header: {'precision': 0.03125, 'recall': 0.008403361344537815, 'f1': 0.013245033112582781, 'number': 119}
|
21 |
+
- Question: {'precision': 0.625, 'recall': 0.7753017641597029, 'f1': 0.692084542063821, 'number': 1077}
|
22 |
+
- Overall Precision: 0.5571
|
23 |
+
- Overall Recall: 0.7317
|
24 |
+
- Overall F1: 0.6326
|
25 |
+
- Overall Accuracy: 0.6359
|
26 |
|
27 |
## Model description
|
28 |
|
logs/events.out.tfevents.1705774968.445748d066d7.8527.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51f4c12df4df5070f0da891f88fb2be3a36d4037d5ecba5f2f1c64398097d48a
|
3 |
+
size 5093
|
logs/events.out.tfevents.1705774986.445748d066d7.8527.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e35bc57538d6aa02afd8738be16fc4684a185e52a03ba80a729b6695ee0ff5d3
|
3 |
+
size 583
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 520727564
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac8570094dcd9f909c3cb3475a43394300b8b2c85a96a5fe11e2cb70d3bc4b7d
|
3 |
size 520727564
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 512
|
12 |
-
},
|
13 |
-
"direction": "Right",
|
14 |
-
"pad_to_multiple_of": null,
|
15 |
-
"pad_id": 1,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "<pad>"
|
18 |
-
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|