chidamnat2002 commited on
Commit
fb2f0fd
·
verified ·
1 Parent(s): a3422e0

Upload 10 files

Browse files
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": "chidamnat2002/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:2cfdc58657c08e0bb474b931199a8350491ae24d6d2954c1b91c11e9c14b9e94
3
  size 265634088
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef4be1e912b950ddb0d116b92072488c714860f3be53b78bc34336f7e57a4477
3
  size 265634088
onnx/model_fp16.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd68c1f409426d0124d83feb20847d4881cca3850de1835bec84274639f05690
3
  size 132891344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69675b230a1af5368c4a84233f3f23f38edcc48e994051601acc72a99324bfbb
3
  size 132891344
onnx/model_q4.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7180917f4c51ea2ce59b972ec1388b5463aa2acc054a74e3613917d0b0157252
3
  size 122283761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f5cf36b04c18cc427690483c5de5b46b2b7d86d8dc6b97cd819afb5fb2633f5
3
  size 122283761
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c75a6ec41da368d4652419cce6475c0d5200723581f8114390485c62975b1f0
3
  size 66961858
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20bae9a5dbd79901072ccfc3486cd226bb971006a284c6af902253e8f87b3961
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
  }