Theoreticallyhugo
commited on
Commit
•
3197891
1
Parent(s):
9369722
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
@@ -47,7 +47,7 @@
|
|
47 |
"pad_token_id": 1,
|
48 |
"sep_token_id": 2,
|
49 |
"torch_dtype": "float32",
|
50 |
-
"transformers_version": "4.
|
51 |
"type_vocab_size": 1,
|
52 |
"vocab_size": 50265
|
53 |
}
|
|
|
47 |
"pad_token_id": 1,
|
48 |
"sep_token_id": 2,
|
49 |
"torch_dtype": "float32",
|
50 |
+
"transformers_version": "4.38.2",
|
51 |
"type_vocab_size": 1,
|
52 |
"vocab_size": 50265
|
53 |
}
|
meta_data/meta_s42_e50_cvi0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"B": {"precision": 0.7474747474747475, "recall": 0.9143865842894969, "f1-score": 0.8225486304088924, "support": 1133.0}, "I": {"precision": 0.9081643158653351, "recall": 0.9623084056073746, "f1-score": 0.9344527132604147, "support": 18333.0}, "O": {"precision": 0.9300633654071814, "recall": 0.8032022699635184, "f1-score": 0.8619902120717781, "support": 9868.0}, "accuracy": 0.9069339333196973, "macro avg": {"precision": 0.8619008095824213, "recall": 0.89329908662013, "f1-score": 0.8729971852470283, "support": 29334.0}, "weighted avg": {"precision": 0.9093246942621582, "recall": 0.9069339333196973, "f1-score": 0.9057540261532953, "support": 29334.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:9faeceae2ebfdaff18314fb8d7053f0e1ecb16a243ac5b86471ca9b6c91dbc70
|
3 |
size 592318676
|
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:c839cf0a7677058230996f4209a3e67754fc49d5e9b0e85a4b258c87f99b9161
|
3 |
+
size 4856
|