Upload 10 files
Browse files- config.json +2 -3
- onnx/model.onnx +1 -1
- onnx/model_fp16.onnx +1 -1
- onnx/model_q4.onnx +1 -1
- onnx/model_quantized.onnx +1 -1
- special_tokens_map.json +35 -5
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
@@ -40,7 +40,6 @@
|
|
40 |
"seq_classif_dropout": 0.2,
|
41 |
"sinusoidal_pos_embds": false,
|
42 |
"tie_weights_": true,
|
43 |
-
"
|
44 |
-
"transformers_version": "4.44.2",
|
45 |
"vocab_size": 30522
|
46 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Mozilla/distilbert-uncased-NER-LoRA",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
|
|
40 |
"seq_classif_dropout": 0.2,
|
41 |
"sinusoidal_pos_embds": false,
|
42 |
"tie_weights_": true,
|
43 |
+
"transformers_version": "4.43.4",
|
|
|
44 |
"vocab_size": 30522
|
45 |
}
|
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265627936
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d718e1b1248e85788110b556be8c79523962f3b4791f62356d5d0b7482c82e8
|
3 |
size 265627936
|
onnx/model_fp16.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 132888266
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f52a56998f78251fb1dcef9c6902eb5afe70fa367da0566562f2c7e63e3ea8db
|
3 |
size 132888266
|
onnx/model_q4.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 122282793
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9ad5ac712e0c41dc4feff92bd989202bd3a7d79569cfbc40c3985a273f69990
|
3 |
size 122282793
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 66960304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb4c104dfad86c5e0e5f1c33abf594be13441a1df4d6cd79cb34dd9daf6c41b6
|
3 |
size 66960304
|
special_tokens_map.json
CHANGED
@@ -1,7 +1,37 @@
|
|
1 |
{
|
2 |
-
"cls_token":
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
}
|
|
|
1 |
{
|
2 |
+
"cls_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"mask_token": {
|
10 |
+
"content": "[MASK]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "[PAD]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"sep_token": {
|
24 |
+
"content": "[SEP]",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"unk_token": {
|
31 |
+
"content": "[UNK]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
}
|
37 |
}
|