Upload best checkpoint (F1=0.8411)
Browse files- config.json +2 -6
- model.safetensors +1 -1
- tokenizer.json +1 -1
- trainer_state.json +0 -0
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -195,9 +195,5 @@
|
|
| 195 |
3
|
| 196 |
],
|
| 197 |
"transformers_version": "5.2.0",
|
| 198 |
-
"use_cache": false
|
| 199 |
-
|
| 200 |
-
"AutoConfig": "modeling_mtl_ner.MTLConfig",
|
| 201 |
-
"AutoModelForTokenClassification": "modeling_mtl_ner.MTLNERModel"
|
| 202 |
-
}
|
| 203 |
-
}
|
|
|
|
| 195 |
3
|
| 196 |
],
|
| 197 |
"transformers_version": "5.2.0",
|
| 198 |
+
"use_cache": false
|
| 199 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 596219560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:706c9ead0a028613ba6d497c388eac45c6a74a3069e2e34783480fdfca6efda9
|
| 3 |
size 596219560
|
tokenizer.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 8192,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5201
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:622fd7c20aad5908d2d64d58f6efd46a9006d04d118a52a748eba31c223d95bd
|
| 3 |
size 5201
|