chidamnat2002 commited on
Commit
1d6056c
·
verified ·
1 Parent(s): dccc1c8

Upload 10 files

Browse files

additional entities for city, state, city_states, org added

config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert/distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
@@ -44,7 +44,6 @@
44
  "seq_classif_dropout": 0.2,
45
  "sinusoidal_pos_embds": false,
46
  "tie_weights_": true,
47
- "torch_dtype": "float32",
48
- "transformers_version": "4.44.2",
49
  "vocab_size": 30522
50
  }
 
1
  {
2
+ "_name_or_path": "Mozilla/distilbert-uncased-NER-LoRA",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
 
44
  "seq_classif_dropout": 0.2,
45
  "sinusoidal_pos_embds": false,
46
  "tie_weights_": true,
47
+ "transformers_version": "4.43.4",
 
48
  "vocab_size": 30522
49
  }
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d718e1b1248e85788110b556be8c79523962f3b4791f62356d5d0b7482c82e8
3
- size 265627936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d16bbc97ac466874b5af519538124ac496445ff428a514b7f49e767d40abf5d
3
+ size 265634088
onnx/model_fp16.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f52a56998f78251fb1dcef9c6902eb5afe70fa367da0566562f2c7e63e3ea8db
3
- size 132888266
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f1c3ff18c710aa8676417b3c89ab215d407680c031b2f44eebd11052f783079
3
+ size 132891344
onnx/model_q4.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9ad5ac712e0c41dc4feff92bd989202bd3a7d79569cfbc40c3985a273f69990
3
- size 122282793
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a212ad83201542d9bb64a5f263fe41c4c546d60a69ddfce1e93dc52b7eb68dfe
3
+ size 122283761
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb4c104dfad86c5e0e5f1c33abf594be13441a1df4d6cd79cb34dd9daf6c41b6
3
- size 66960304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66bebeacb5af99b635a85a38197dd2ed28c93ed049821dc5ceb1f3c00953b610
3
+ size 66961858
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
  }