Training in progress, step 100
Browse files- adapter_config.json +1 -1
- adapter_model.bin +2 -2
- tokenizer.json +1 -6
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
"lora_dropout": 0.1,
|
9 |
"modules_to_save": null,
|
10 |
"peft_type": "LORA",
|
11 |
-
"r":
|
12 |
"target_modules": [
|
13 |
"q_proj",
|
14 |
"v_proj"
|
|
|
8 |
"lora_dropout": 0.1,
|
9 |
"modules_to_save": null,
|
10 |
"peft_type": "LORA",
|
11 |
+
"r": 32,
|
12 |
"target_modules": [
|
13 |
"q_proj",
|
14 |
"v_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:b7b92f676659be63d51ae289aafb03a1922e4c08c6dc1211f24ee972ceeeebd5
|
3 |
+
size 54571917
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 128,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
training_args.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:bfe16ff636400301e0a2bc9183efe130dd52787b0dc20422aee12854d0881d32
|
3 |
+
size 4091
|