Auto fine-tune: 21249 examples (ONNX FP16)
Browse files- model.onnx +1 -1
- skillscan_manifest.json +3 -3
- tokenizer.json +1 -1
model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 370100678
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b17869a04f78fc2d53a90f7b0a9cd44514e8665c6b34121bce8d4d6421e8255
|
| 3 |
size 370100678
|
skillscan_manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"version": "
|
| 3 |
-
"sha256": "
|
| 4 |
"files": [
|
| 5 |
"config.json",
|
| 6 |
"model.onnx",
|
|
@@ -10,5 +10,5 @@
|
|
| 10 |
],
|
| 11 |
"quantization": "fp16",
|
| 12 |
"base_model": "protectai/deberta-v3-base-prompt-injection-v2",
|
| 13 |
-
"corpus_size":
|
| 14 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"version": "21249-5ep",
|
| 3 |
+
"sha256": "777a60ad5df6eceea8676ed1170e50787dd51114bcc946e9ba052d6e1a715d6c",
|
| 4 |
"files": [
|
| 5 |
"config.json",
|
| 6 |
"model.onnx",
|
|
|
|
| 10 |
],
|
| 11 |
"quantization": "fp16",
|
| 12 |
"base_model": "protectai/deberta-v3-base-prompt-injection-v2",
|
| 13 |
+
"corpus_size": 21249
|
| 14 |
}
|
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": 384,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|