chidamnat2002 commited on
Commit
21632a3
·
verified ·
1 Parent(s): 34cce72

Upload 10 files

Browse files

finetune with partial cities

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:bbfd1f697cdb3899fe3b0fb94a6f3c5bef7bceaad833df7f70be9fd977b2d996
3
  size 265634088
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cfdc58657c08e0bb474b931199a8350491ae24d6d2954c1b91c11e9c14b9e94
3
  size 265634088
onnx/model_fp16.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fdc87c3a76ae11920f7d59e7702b296c06e8ee67306fc3bcda10dc5067c81bf2
3
  size 132891344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd68c1f409426d0124d83feb20847d4881cca3850de1835bec84274639f05690
3
  size 132891344
onnx/model_q4.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da544f4055032260e4359776d41fed5f1e7734c0a2f9e947f49e55687cd8ed2a
3
  size 122283761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7180917f4c51ea2ce59b972ec1388b5463aa2acc054a74e3613917d0b0157252
3
  size 122283761
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5fc1f8e10a4e1a165a23a4bf6ee2f22873422c8495d5253a425ed1e7ae887ab
3
  size 66961858
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c75a6ec41da368d4652419cce6475c0d5200723581f8114390485c62975b1f0
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
  }