gabrielgme commited on
Commit
9514946
1 Parent(s): 4a57cb7

Training in progress, step 100

Browse files
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": 8,
10
- "lora_dropout": 0.05,
11
  "modules_to_save": null,
12
  "peft_type": "LORA",
13
- "r": 2,
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:d37c66724b8c8cda8b8c5fa0359931ad06898cf15ce4aa300941821367b89640
3
- size 4240077
 
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|>": 32003,
3
- "<|query|>": 32000,
4
- "<|schema|>": 32002,
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:9bbe90cad1917309cde03ecadb532056d02b508a4f72554441a5ab10438320bc
3
- size 84112
 
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
- "<|query|>",
4
  "<|sql|>",
5
- "<|schema|>",
6
- "<|endoftext|>"
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": "<|query|>",
36
  "single_word": false,
37
  "lstrip": false,
38
  "rstrip": false,
@@ -50,7 +50,7 @@
50
  },
51
  {
52
  "id": 32002,
53
- "content": "<|schema|>",
54
  "single_word": false,
55
  "lstrip": false,
56
  "rstrip": false,
@@ -59,7 +59,7 @@
59
  },
60
  {
61
  "id": 32003,
62
- "content": "<|endoftext|>",
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:fc86af8d35466b009cdea84a396afeb694cb9cdcf6d6225d2807e43e3f7b5c0e
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d36bb1d354a43f1675edafdef59856c18b9a899c6cc2395b73c203f3aa05686
3
  size 3963