Commit
·
88aae1b
1
Parent(s):
7f885ea
Training in progress, epoch 1
Browse files- adapter_config.json +1 -1
- adapter_model.bin +2 -2
- tokenizer.json +27 -0
- tokenizer_config.json +2 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"lora_dropout": 0.1,
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
-
"r":
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"q_proj",
|
|
|
11 |
"lora_dropout": 0.1,
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
+
"r": 8,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"q_proj",
|
adapter_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:8c7d772fd73933c517d76788a38f26e619ba19f688538e5da7964ee6dc7cc7b1
|
3 |
+
size 13694414
|
tokenizer.json
CHANGED
@@ -67,6 +67,12 @@
|
|
67 |
"id": "A",
|
68 |
"type_id": 0
|
69 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
}
|
71 |
],
|
72 |
"pair": [
|
@@ -82,6 +88,12 @@
|
|
82 |
"type_id": 0
|
83 |
}
|
84 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
{
|
86 |
"SpecialToken": {
|
87 |
"id": "<s>",
|
@@ -93,9 +105,24 @@
|
|
93 |
"id": "B",
|
94 |
"type_id": 1
|
95 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
}
|
97 |
],
|
98 |
"special_tokens": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
"<s>": {
|
100 |
"id": "<s>",
|
101 |
"ids": [
|
|
|
67 |
"id": "A",
|
68 |
"type_id": 0
|
69 |
}
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"SpecialToken": {
|
73 |
+
"id": "</s>",
|
74 |
+
"type_id": 0
|
75 |
+
}
|
76 |
}
|
77 |
],
|
78 |
"pair": [
|
|
|
88 |
"type_id": 0
|
89 |
}
|
90 |
},
|
91 |
+
{
|
92 |
+
"SpecialToken": {
|
93 |
+
"id": "</s>",
|
94 |
+
"type_id": 0
|
95 |
+
}
|
96 |
+
},
|
97 |
{
|
98 |
"SpecialToken": {
|
99 |
"id": "<s>",
|
|
|
105 |
"id": "B",
|
106 |
"type_id": 1
|
107 |
}
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"SpecialToken": {
|
111 |
+
"id": "</s>",
|
112 |
+
"type_id": 1
|
113 |
+
}
|
114 |
}
|
115 |
],
|
116 |
"special_tokens": {
|
117 |
+
"</s>": {
|
118 |
+
"id": "</s>",
|
119 |
+
"ids": [
|
120 |
+
2
|
121 |
+
],
|
122 |
+
"tokens": [
|
123 |
+
"</s>"
|
124 |
+
]
|
125 |
+
},
|
126 |
"<s>": {
|
127 |
"id": "<s>",
|
128 |
"ids": [
|
tokenizer_config.json
CHANGED
@@ -36,8 +36,9 @@
|
|
36 |
"clean_up_tokenization_spaces": false,
|
37 |
"eos_token": "</s>",
|
38 |
"legacy": true,
|
39 |
-
"model_max_length":
|
40 |
"pad_token": "</s>",
|
|
|
41 |
"sp_model_kwargs": {},
|
42 |
"spaces_between_special_tokens": false,
|
43 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
36 |
"clean_up_tokenization_spaces": false,
|
37 |
"eos_token": "</s>",
|
38 |
"legacy": true,
|
39 |
+
"model_max_length": 512,
|
40 |
"pad_token": "</s>",
|
41 |
+
"padding_side": "left",
|
42 |
"sp_model_kwargs": {},
|
43 |
"spaces_between_special_tokens": false,
|
44 |
"tokenizer_class": "LlamaTokenizer",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a60998ff31492da77d0756fd95abee4c45f4f747a79201576a4fc491cd0a1f4c
|
3 |
size 4600
|