Theoreticallyhugo
commited on
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.45446915652538816, "recall": 0.5082121069920226, "f1-score": 0.4798404962339389, "support": 4262.0}, "MajorClaim": {"precision": 0.5914396887159533, "recall": 0.6318706697459584, "f1-score": 0.6109870477891916, "support": 2165.0}, "O": {"precision": 0.9164132026585559, "recall": 0.8243818402918525, "f1-score": 0.8679647906108295, "support": 9868.0}, "Premise": {"precision": 0.852593810734041, "recall": 0.8747603343814709, "f1-score": 0.8635348449861832, "support": 13039.0}, "accuracy": 0.7866298493216063, "macro avg": {"precision": 0.7037289646584846, "recall": 0.709806237852826, "f1-score": 0.7055817949050358, "support": 29334.0}, "weighted avg": {"precision": 0.7969438417255414, "recall": 0.7866298493216063, "f1-score": 0.7906379815550267, "support": 29334.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:b7de3d11ca1ea61f31b7b3610db93795baddb80990fe04c7ecafc7711577623e
|
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:3975c8c9598d8162a2f2adea21ab16fdbb215e0296d198a2b225ef14fafea596
|
3 |
+
size 4856
|