Theoreticallyhugo
commited on
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.49844559585492226, "recall": 0.2262464722483537, "f1-score": 0.311226140407635, "support": 4252.0}, "MajorClaim": {"precision": 0.6139372822299651, "recall": 0.40375802016498624, "f1-score": 0.4871440420237766, "support": 2182.0}, "O": {"precision": 0.8171685569026202, "recall": 0.9011320754716982, "f1-score": 0.8570989078603293, "support": 9275.0}, "Premise": {"precision": 0.7903744062587315, "recall": 0.9274590163934426, "f1-score": 0.8534469754110725, "support": 12200.0}, "accuracy": 0.7709341072772224, "macro avg": {"precision": 0.6799814603115598, "recall": 0.6146488960696201, "f1-score": 0.6272290164257033, "support": 27909.0}, "weighted avg": {"precision": 0.7410085615761669, "recall": 0.7709341072772224, "f1-score": 0.7434134981235008, "support": 27909.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:dd1180b525f5df81b18f22b08a2370683b549158ecbbf9a7a383860056f2bd73
|
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:970ae7694e4ce3c09972533447e4e0255c0f1ae3032ce6921fa22301b46bd034
|
3 |
size 4664
|