Vivekanand Reddy Malipatel commited on
Commit
24120e2
1 Parent(s): bbfb7d6
Files changed (4) hide show
  1. config.json +2 -2
  2. model.safetensors +1 -1
  3. pytorch_model.bin +2 -2
  4. tokenizer.json +8 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "deberta-v3-large-zeroshot-v1.1-all-33",
3
  "architectures": [
4
  "DebertaV2ForSequenceClassification"
5
  ],
@@ -36,7 +36,7 @@
36
  "position_buckets": 256,
37
  "relative_attention": true,
38
  "share_att_key": true,
39
- "torch_dtype": "float32",
40
  "transformers_version": "4.38.2",
41
  "type_vocab_size": 0,
42
  "vocab_size": 128100
 
1
  {
2
+ "_name_or_path": "applicationTracker_DeBERTa_large_finetuned",
3
  "architectures": [
4
  "DebertaV2ForSequenceClassification"
5
  ],
 
36
  "position_buckets": 256,
37
  "relative_attention": true,
38
  "share_att_key": true,
39
+ "torch_dtype": "float16",
40
  "transformers_version": "4.38.2",
41
  "type_vocab_size": 0,
42
  "vocab_size": 128100
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0724b642ca9c06a7573f14bf8b278791d20037651d469ae37b6a3c4cb69d005
3
  size 1740304440
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9aeca507828f70ee55df0cd7352399e2e65b662bef57edbaff25b9afc79ec35
3
  size 1740304440
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:850f1890e529da5f38283ffca4f6bb0d11aa52ab8a27abb3e98ade0e8ceed801
3
- size 1740493886
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5bcb45e6ca23b01f98f03b3209bd3f1bbfc21ee8c5565598118c417f4f16238
3
+ size 1740493933
tokenizer.json CHANGED
@@ -6,7 +6,14 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,