Training in progress, epoch 1
Browse files- meta_data/meta_s42_e20_cvi0.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +1 -6
- training_args.bin +1 -1
meta_data/meta_s42_e20_cvi0.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"Claim": {"precision": 0.
|
|
|
1 |
+
{"Claim": {"precision": 0.5136306192453511, "recall": 0.6675269826372595, "f1-score": 0.580553004795429, "support": 4262.0}, "MajorClaim": {"precision": 0.7583745194947831, "recall": 0.6378752886836028, "f1-score": 0.6929252383341696, "support": 2165.0}, "O": {"precision": 0.9967861557478368, "recall": 0.996868303939344, "f1-score": 0.9968272281511393, "support": 12134.0}, "Premise": {"precision": 0.9107806691449815, "recall": 0.8455403021704119, "f1-score": 0.8769487750556793, "support": 13039.0}, "accuracy": 0.8654113924050633, "macro avg": {"precision": 0.7948929909082382, "recall": 0.7869527193576545, "f1-score": 0.7868135615841043, "support": 31600.0}, "weighted avg": {"precision": 0.8797989523023909, "recall": 0.8654113924050633, "f1-score": 0.8703967313850799, "support": 31600.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:f823272a7a501fc4b2553abf96991a9b13936e7ec2e484bad525eb9d91b12016
|
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 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:965f153268732ba533ee2a6ac450ffc553510cc503bbee7c08140b392cc38073
|
3 |
size 4856
|