Theoreticallyhugo
commited on
Commit
•
6a9ab2e
1
Parent(s):
62ded06
Training in progress, epoch 1
Browse files- config.json +1 -1
- meta_data/meta_s42_e50_cvi0.json +1 -0
- model.safetensors +1 -1
- tokenizer.json +6 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -51,7 +51,7 @@
|
|
51 |
"pad_token_id": 1,
|
52 |
"sep_token_id": 2,
|
53 |
"torch_dtype": "float32",
|
54 |
-
"transformers_version": "4.
|
55 |
"type_vocab_size": 1,
|
56 |
"vocab_size": 50265
|
57 |
}
|
|
|
51 |
"pad_token_id": 1,
|
52 |
"sep_token_id": 2,
|
53 |
"torch_dtype": "float32",
|
54 |
+
"transformers_version": "4.38.2",
|
55 |
"type_vocab_size": 1,
|
56 |
"vocab_size": 50265
|
57 |
}
|
meta_data/meta_s42_e50_cvi0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"Claim": {"precision": 0.5093167701863354, "recall": 0.5194744251525105, "f1-score": 0.5143454524334997, "support": 4262.0}, "MajorClaim": {"precision": 0.8568507157464212, "recall": 0.38706697459584294, "f1-score": 0.5332484887050588, "support": 2165.0}, "O": {"precision": 0.9965494577719356, "recall": 0.9996703477830888, "f1-score": 0.9981074631778162, "support": 12134.0}, "Premise": {"precision": 0.8576898532227186, "recall": 0.9276785029526804, "f1-score": 0.8913123572323336, "support": 13039.0}, "accuracy": 0.8632278481012658, "macro avg": {"precision": 0.8051016992318527, "recall": 0.7084725626210306, "f1-score": 0.7342534403871771, "support": 31600.0}, "weighted avg": {"precision": 0.8639664237626854, "recall": 0.8632278481012658, "f1-score": 0.8569456038123432, "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:3fcdbbb72528f9b8b25ef97528652832d8ffa20442681a59d6bf44d37d302959
|
3 |
size 592324828
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
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 |
{
|
training_args.bin
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:562b46f436815366c07735cccd8be8fad01b755b4369c2963f0171cefe76d360
|
3 |
+
size 4856
|