Theoreticallyhugo
commited on
Commit
•
996bd70
1
Parent(s):
60669b8
Training in progress, epoch 1
Browse files- meta_data/meta_s42_e5.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +1 -6
- training_args.bin +1 -1
meta_data/meta_s42_e5.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"Claim": {"precision": 0.
|
|
|
1 |
+
{"Claim": {"precision": 0.5206252713851498, "recall": 0.28198494825964254, "f1-score": 0.3658276125095347, "support": 4252.0}, "MajorClaim": {"precision": 0.626488632262721, "recall": 0.7956003666361137, "f1-score": 0.7009892994144962, "support": 2182.0}, "O": {"precision": 0.9948045086297992, "recall": 0.9915737733696129, "f1-score": 0.9931865136929096, "support": 11393.0}, "Premise": {"precision": 0.8307714937118482, "recall": 0.9259016393442623, "f1-score": 0.8757607473737257, "support": 12200.0}, "accuracy": 0.8501681819695607, "macro avg": {"precision": 0.7431724764973796, "recall": 0.7487651819024079, "f1-score": 0.7339410432476665, "support": 30027.0}, "weighted avg": {"precision": 0.8342464062220922, "recall": 0.8501681819695607, "f1-score": 0.8354052262355796, "support": 30027.0}}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 592324828
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:218eac70d4504289bcb9883cbb393e8a35737b10e9040bb88931c3080462c6d1
|
3 |
size 592324828
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 4096,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
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:9011225a3b04bef2987775e3d0532718863404cdd6561d665076c007da306049
|
3 |
size 4664
|