Upload 8 files
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- classifier_weights.pt +1 -1
- optimal_threshold.txt +1 -1
- tokenizer.json +14 -2
adapter_config.json
CHANGED
@@ -26,8 +26,8 @@
|
|
26 |
"target_modules": [
|
27 |
"Wi",
|
28 |
"Wqkv",
|
29 |
-
"
|
30 |
-
"
|
31 |
],
|
32 |
"task_type": "FEATURE_EXTRACTION",
|
33 |
"trainable_token_indices": null,
|
|
|
26 |
"target_modules": [
|
27 |
"Wi",
|
28 |
"Wqkv",
|
29 |
+
"dense",
|
30 |
+
"Wo"
|
31 |
],
|
32 |
"task_type": "FEATURE_EXTRACTION",
|
33 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 47329688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c21811f15f13ea5fdf7c8693f7486eecb107bec4b5567f38149fb3d48769c990
|
3 |
size 47329688
|
classifier_weights.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3554038
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:678b4d88bc6858f0719d045baf5266b78c7fb587764cd80c7ac2321beaabdeae
|
3 |
size 3554038
|
optimal_threshold.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
0.
|
|
|
1 |
+
0.5433176
|
tokenizer.json
CHANGED
@@ -1,7 +1,19 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 8192,
|
6 |
+
"strategy": "OnlySecond",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": "BatchLongest",
|
11 |
+
"direction": "Right",
|
12 |
+
"pad_to_multiple_of": null,
|
13 |
+
"pad_id": 50283,
|
14 |
+
"pad_type_id": 0,
|
15 |
+
"pad_token": "[PAD]"
|
16 |
+
},
|
17 |
"added_tokens": [
|
18 |
{
|
19 |
"id": 0,
|