gabrielgme
commited on
Commit
•
9514946
1
Parent(s):
4a57cb7
Training in progress, step 100
Browse files- adapter_config.json +3 -3
- adapter_model.bin +2 -2
- added_tokens.json +3 -3
- runs/Aug21_13-15-53_gpu02/events.out.tfevents.1692635212.gpu02.8317.0 +2 -2
- runs/Aug21_19-47-42_gpu02/events.out.tfevents.1692658712.gpu02.17923.0 +3 -0
- special_tokens_map.json +3 -3
- tokenizer.json +3 -3
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -6,11 +6,11 @@
|
|
6 |
"init_lora_weights": true,
|
7 |
"layers_pattern": null,
|
8 |
"layers_to_transform": null,
|
9 |
-
"lora_alpha":
|
10 |
-
"lora_dropout": 0.
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|
13 |
-
"r":
|
14 |
"revision": null,
|
15 |
"target_modules": [
|
16 |
"q_proj",
|
|
|
6 |
"init_lora_weights": true,
|
7 |
"layers_pattern": null,
|
8 |
"layers_to_transform": null,
|
9 |
+
"lora_alpha": 16,
|
10 |
+
"lora_dropout": 0.1,
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|
13 |
+
"r": 64,
|
14 |
"revision": null,
|
15 |
"target_modules": [
|
16 |
"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:d4ce157a23d30ded0271b955fdc413edeea58a7501d439ea1410fd8abd03ffa3
|
3 |
+
size 134263757
|
added_tokens.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"<|endoftext|>":
|
3 |
-
"<|query|>":
|
4 |
-
"<|schema|>":
|
5 |
"<|sql|>": 32001
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"<|endoftext|>": 32000,
|
3 |
+
"<|query|>": 32002,
|
4 |
+
"<|schema|>": 32003,
|
5 |
"<|sql|>": 32001
|
6 |
}
|
runs/Aug21_13-15-53_gpu02/events.out.tfevents.1692635212.gpu02.8317.0
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:d76ef7725acac18a1ec1143a80446655d2c230ba1c54b90b15afadc775428ed5
|
3 |
+
size 98085
|
runs/Aug21_19-47-42_gpu02/events.out.tfevents.1692658712.gpu02.17923.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:214bef9e05d576b118ea1c71c3a3eb5c891431139cc84f6eb225b3450d0cb9db
|
3 |
+
size 20310
|
special_tokens_map.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
-
"<|
|
4 |
"<|sql|>",
|
5 |
-
"<|
|
6 |
-
"<|
|
7 |
],
|
8 |
"bos_token": {
|
9 |
"content": "<s>",
|
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
+
"<|endoftext|>",
|
4 |
"<|sql|>",
|
5 |
+
"<|query|>",
|
6 |
+
"<|schema|>"
|
7 |
],
|
8 |
"bos_token": {
|
9 |
"content": "<s>",
|
tokenizer.json
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
},
|
33 |
{
|
34 |
"id": 32000,
|
35 |
-
"content": "<|
|
36 |
"single_word": false,
|
37 |
"lstrip": false,
|
38 |
"rstrip": false,
|
@@ -50,7 +50,7 @@
|
|
50 |
},
|
51 |
{
|
52 |
"id": 32002,
|
53 |
-
"content": "<|
|
54 |
"single_word": false,
|
55 |
"lstrip": false,
|
56 |
"rstrip": false,
|
@@ -59,7 +59,7 @@
|
|
59 |
},
|
60 |
{
|
61 |
"id": 32003,
|
62 |
-
"content": "<|
|
63 |
"single_word": false,
|
64 |
"lstrip": false,
|
65 |
"rstrip": false,
|
|
|
32 |
},
|
33 |
{
|
34 |
"id": 32000,
|
35 |
+
"content": "<|endoftext|>",
|
36 |
"single_word": false,
|
37 |
"lstrip": false,
|
38 |
"rstrip": false,
|
|
|
50 |
},
|
51 |
{
|
52 |
"id": 32002,
|
53 |
+
"content": "<|query|>",
|
54 |
"single_word": false,
|
55 |
"lstrip": false,
|
56 |
"rstrip": false,
|
|
|
59 |
},
|
60 |
{
|
61 |
"id": 32003,
|
62 |
+
"content": "<|schema|>",
|
63 |
"single_word": false,
|
64 |
"lstrip": false,
|
65 |
"rstrip": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d36bb1d354a43f1675edafdef59856c18b9a899c6cc2395b73c203f3aa05686
|
3 |
size 3963
|