Vivekanand Reddy Malipatel commited on
Commit
7ceb769
1 Parent(s): 748ac96
Files changed (4) hide show
  1. config.json +1 -1
  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-base-zeroshot-v1.1-all-33",
3
  "architectures": [
4
  "DebertaV2ForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "applicationTracker_DeBERTa_base_finetuned",
3
  "architectures": [
4
  "DebertaV2ForSequenceClassification"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:36e461de86063f94b7bf00ed342df73ee94fdb2c07b7fc8aacd560119fdbbab7
3
  size 737719272
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2587a81f8646035db4099365b7262966b441a2dd4b22bd2ba5c847032fa004c
3
  size 737719272
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:17b31706ed13cafa70fb2711ada19f48bcdedd43d9806180ed803c99e29c7bbc
3
- size 737851221
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:366c87ed1edff46cd83a7a1e19a389e04cb0714d11c3e3bb4385aeae9d6b13d1
3
+ size 737851267
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,