Vivekanand Reddy Malipatel
commited on
Commit
•
24120e2
1
Parent(s):
bbfb7d6
commit
Browse files- config.json +2 -2
- model.safetensors +1 -1
- pytorch_model.bin +2 -2
- tokenizer.json +8 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
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": "
|
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:
|
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:
|
3 |
-
size
|
|
|
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":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,
|