Theoreticallyhugo
commited on
Commit
•
e31d3e0
1
Parent(s):
54d4165
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 |
-
{"B": {"precision": 0.
|
|
|
1 |
+
{"B": {"precision": 0.8252595155709342, "recall": 0.45042492917847027, "f1-score": 0.582773365913256, "support": 1059.0}, "I": {"precision": 0.9113681210260908, "recall": 0.9460597439544808, "f1-score": 0.9283899606354169, "support": 17575.0}, "O": {"precision": 0.879608231539562, "recall": 0.8617789757412398, "f1-score": 0.8706023309007732, "support": 9275.0}, "accuracy": 0.8992439714787345, "macro avg": {"precision": 0.8720786227121957, "recall": 0.7527545496247302, "f1-score": 0.793921885816482, "support": 27909.0}, "weighted avg": {"precision": 0.8975459852217064, "recall": 0.8992439714787345, "f1-score": 0.896071058503503, "support": 27909.0}}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 592318676
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e16eb9689471110c4564583ceb59d864fa0a70938e8159f58bfa8ad9bd2bdbd
|
3 |
size 592318676
|
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:f09923be8285b7d4ff9ab99b57379c18c09a2005fef12fab0d70de984333165d
|
3 |
size 4664
|