Michael Günther commited on
Commit ·
f9e88dd
1
Parent(s): 14d1dee
add onnx model
Browse files- .gitattributes +1 -0
- onnx/model.onnx +3 -0
- onnx/model.onnx_data +3 -0
- tokenizer_config.json +1 -1
.gitattributes
CHANGED
|
@@ -62,3 +62,4 @@ v5-small-classification-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 62 |
v5-small-classification-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
v5-small-classification-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
v5-small-classification-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 62 |
v5-small-classification-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
v5-small-classification-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
v5-small-classification-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
onnx/model.onnx_data filter=lfs diff=lfs merge=lfs -text
|
onnx/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f2f4fe84baec523fdee807d2e4f12dd8549fd5e44cee1bef44a22c24cd80cbf
|
| 3 |
+
size 1265455
|
onnx/model.onnx_data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80c871c595b9dd79a21d9f3f031311f7786d13c2a1dcedc22a151c257380f350
|
| 3 |
+
size 2384199936
|
tokenizer_config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"clean_up_tokenization_spaces": false,
|
| 6 |
"eos_token": "<|im_end|>",
|
| 7 |
"errors": "replace",
|
| 8 |
-
"
|
| 9 |
"<|im_start|>",
|
| 10 |
"<|im_end|>",
|
| 11 |
"<|object_ref_start|>",
|
|
|
|
| 5 |
"clean_up_tokenization_spaces": false,
|
| 6 |
"eos_token": "<|im_end|>",
|
| 7 |
"errors": "replace",
|
| 8 |
+
"additional_special_tokens": [
|
| 9 |
"<|im_start|>",
|
| 10 |
"<|im_end|>",
|
| 11 |
"<|object_ref_start|>",
|