maidacundo commited on
Commit
8d1caa0
1 Parent(s): 2d82372

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": 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
  "query_key_value"
 
6
  "init_lora_weights": true,
7
  "layers_pattern": null,
8
  "layers_to_transform": null,
9
+ "lora_alpha": 8,
10
  "lora_dropout": 0.1,
11
  "modules_to_save": null,
12
  "peft_type": "LORA",
13
+ "r": 2,
14
  "revision": null,
15
  "target_modules": [
16
  "query_key_value"
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d54537c5fd06d14888d3d54df5d9e426541a3fc536ae84a1a106379fb1c3a74c
3
- size 75521265
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cc4319c093bac95c78e123a78d71906e8c01d85a390da3bf3f128d90d556547
3
+ size 2382961
special_tokens_map.json CHANGED
@@ -1,20 +1,20 @@
1
  {
2
  "additional_special_tokens": [
3
- ">>PREFIX<<",
4
- "<|schema|>",
5
- ">>SUMMARY<<",
6
- ">>MIDDLE<<",
7
- "<|endoftext|>",
8
- ">>COMMENT<<",
9
- ">>DOMAIN<<",
10
- ">>TITLE<<",
11
  ">>INTRODUCTION<<",
12
- "<|query|>",
 
13
  ">>SUFFIX<<",
14
- ">>ABSTRACT<<",
15
  ">>ANSWER<<",
16
- ">>QUESTION<<",
17
- "<|sql|>"
 
 
 
 
 
 
 
18
  ],
19
  "eos_token": "<|endoftext|>",
20
  "pad_token": "<|endoftext|>",
 
1
  {
2
  "additional_special_tokens": [
3
+ ">>ABSTRACT<<",
 
 
 
 
 
 
 
4
  ">>INTRODUCTION<<",
5
+ "<|sql|>",
6
+ ">>TITLE<<",
7
  ">>SUFFIX<<",
 
8
  ">>ANSWER<<",
9
+ "<|query|>",
10
+ ">>COMMENT<<",
11
+ ">>DOMAIN<<",
12
+ ">>SUMMARY<<",
13
+ "<|schema|>",
14
+ "<|endoftext|>",
15
+ ">>MIDDLE<<",
16
+ ">>PREFIX<<",
17
+ ">>QUESTION<<"
18
  ],
19
  "eos_token": "<|endoftext|>",
20
  "pad_token": "<|endoftext|>",
tokenizer.json CHANGED
@@ -113,7 +113,7 @@
113
  },
114
  {
115
  "id": 65024,
116
- "content": "<|schema|>",
117
  "single_word": false,
118
  "lstrip": false,
119
  "rstrip": false,
@@ -131,7 +131,7 @@
131
  },
132
  {
133
  "id": 65026,
134
- "content": "<|sql|>",
135
  "single_word": false,
136
  "lstrip": false,
137
  "rstrip": false,
 
113
  },
114
  {
115
  "id": 65024,
116
+ "content": "<|sql|>",
117
  "single_word": false,
118
  "lstrip": false,
119
  "rstrip": false,
 
131
  },
132
  {
133
  "id": 65026,
134
+ "content": "<|schema|>",
135
  "single_word": false,
136
  "lstrip": false,
137
  "rstrip": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1c822908354a3c2d605686cd957e9dc60fcc4feb24976d63617a63d12c06b91
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed781e5a80b69aa0ff8e079bddb2c9a2e2ab797d85145a18786baec28470f110
3
  size 3963