Upload folder using huggingface_hub
Browse files- README.md +9 -0
- adapter_config.json +23 -0
- adapter_model.bin +3 -0
- checkpoint-1035/README.md +34 -0
- checkpoint-1035/adapter_config.json +23 -0
- checkpoint-1035/adapter_model.bin +3 -0
- checkpoint-1035/optimizer.pt +3 -0
- checkpoint-1035/rng_state.pth +3 -0
- checkpoint-1035/scheduler.pt +3 -0
- checkpoint-1035/special_tokens_map.json +12 -0
- checkpoint-1035/tokenizer.json +0 -0
- checkpoint-1035/tokenizer.model +3 -0
- checkpoint-1035/tokenizer_config.json +81 -0
- checkpoint-1035/trainer_state.json +79 -0
- checkpoint-1035/training_args.bin +3 -0
- runs/Sep30_03-20-22_s-smjain-autotrain-sql-0-9a842-7dbdfc9986-v6kqr/events.out.tfevents.1696044022.s-smjain-autotrain-sql-0-9a842-7dbdfc9986-v6kqr.112.0 +3 -0
- special_tokens_map.json +12 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +81 -0
- training_args.bin +3 -0
- training_params.json +1 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- autotrain
|
4 |
+
- text-generation
|
5 |
+
widget:
|
6 |
+
- text: "I love AutoTrain because "
|
7 |
+
---
|
8 |
+
|
9 |
+
# Model Trained Using AutoTrain
|
adapter_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "codellama/CodeLlama-7b-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"lora_alpha": 32,
|
12 |
+
"lora_dropout": 0.1,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 16,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"q_proj",
|
20 |
+
"v_proj"
|
21 |
+
],
|
22 |
+
"task_type": "CAUSAL_LM"
|
23 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81432f7c804f63485124931664cde6883a9dd251c839fe587e855f20ecbb45a3
|
3 |
+
size 33600461
|
checkpoint-1035/README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
|
7 |
+
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- quant_method: bitsandbytes
|
9 |
+
- load_in_8bit: False
|
10 |
+
- load_in_4bit: True
|
11 |
+
- llm_int8_threshold: 6.0
|
12 |
+
- llm_int8_skip_modules: None
|
13 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
14 |
+
- llm_int8_has_fp16_weight: False
|
15 |
+
- bnb_4bit_quant_type: nf4
|
16 |
+
- bnb_4bit_use_double_quant: False
|
17 |
+
- bnb_4bit_compute_dtype: float16
|
18 |
+
|
19 |
+
The following `bitsandbytes` quantization config was used during training:
|
20 |
+
- quant_method: bitsandbytes
|
21 |
+
- load_in_8bit: False
|
22 |
+
- load_in_4bit: True
|
23 |
+
- llm_int8_threshold: 6.0
|
24 |
+
- llm_int8_skip_modules: None
|
25 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
26 |
+
- llm_int8_has_fp16_weight: False
|
27 |
+
- bnb_4bit_quant_type: nf4
|
28 |
+
- bnb_4bit_use_double_quant: False
|
29 |
+
- bnb_4bit_compute_dtype: float16
|
30 |
+
### Framework versions
|
31 |
+
|
32 |
+
- PEFT 0.6.0.dev0
|
33 |
+
|
34 |
+
- PEFT 0.6.0.dev0
|
checkpoint-1035/adapter_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "codellama/CodeLlama-7b-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"lora_alpha": 32,
|
12 |
+
"lora_dropout": 0.1,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 16,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"q_proj",
|
20 |
+
"v_proj"
|
21 |
+
],
|
22 |
+
"task_type": "CAUSAL_LM"
|
23 |
+
}
|
checkpoint-1035/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81432f7c804f63485124931664cde6883a9dd251c839fe587e855f20ecbb45a3
|
3 |
+
size 33600461
|
checkpoint-1035/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b978c487a9a9fb648def678e4514472de78a4364d604d653477f714aca7cc52
|
3 |
+
size 67216581
|
checkpoint-1035/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:194b16dc3cc382bcc082d3636ce152bcff3bf0f26d4feeb7f86550c9d92e8a21
|
3 |
+
size 14511
|
checkpoint-1035/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e8cc4548dd0d95ff713d10a2f17003e3ceb7155f41463c6a93838dbdebaa021
|
3 |
+
size 627
|
checkpoint-1035/special_tokens_map.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"β<PRE>",
|
4 |
+
"β<MID>",
|
5 |
+
"β<SUF>",
|
6 |
+
"β<EOT>"
|
7 |
+
],
|
8 |
+
"bos_token": "<s>",
|
9 |
+
"eos_token": "</s>",
|
10 |
+
"pad_token": "</s>",
|
11 |
+
"unk_token": "<unk>"
|
12 |
+
}
|
checkpoint-1035/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1035/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
checkpoint-1035/tokenizer_config.json
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<unk>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": true,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": true,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": true,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"32007": {
|
28 |
+
"content": "β<PRE>",
|
29 |
+
"lstrip": true,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": true,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"32008": {
|
36 |
+
"content": "β<SUF>",
|
37 |
+
"lstrip": true,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": true,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"32009": {
|
44 |
+
"content": "β<MID>",
|
45 |
+
"lstrip": true,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": true,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
"32010": {
|
52 |
+
"content": "β<EOT>",
|
53 |
+
"lstrip": true,
|
54 |
+
"normalized": false,
|
55 |
+
"rstrip": true,
|
56 |
+
"single_word": false,
|
57 |
+
"special": true
|
58 |
+
}
|
59 |
+
},
|
60 |
+
"additional_special_tokens": [
|
61 |
+
"β<PRE>",
|
62 |
+
"β<MID>",
|
63 |
+
"β<SUF>",
|
64 |
+
"β<EOT>"
|
65 |
+
],
|
66 |
+
"bos_token": "<s>",
|
67 |
+
"clean_up_tokenization_spaces": false,
|
68 |
+
"eos_token": "</s>",
|
69 |
+
"eot_token": "β<EOT>",
|
70 |
+
"fill_token": "<FILL_ME>",
|
71 |
+
"legacy": null,
|
72 |
+
"middle_token": "β<MID>",
|
73 |
+
"model_max_length": 2048,
|
74 |
+
"pad_token": null,
|
75 |
+
"prefix_token": "β<PRE>",
|
76 |
+
"sp_model_kwargs": {},
|
77 |
+
"suffix_token": "β<SUF>",
|
78 |
+
"tokenizer_class": "CodeLlamaTokenizer",
|
79 |
+
"unk_token": "<unk>",
|
80 |
+
"use_default_system_prompt": false
|
81 |
+
}
|
checkpoint-1035/trainer_state.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.69,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1035,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.2,
|
13 |
+
"learning_rate": 0.00013333333333333334,
|
14 |
+
"loss": 0.6747,
|
15 |
+
"step": 100
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.4,
|
19 |
+
"learning_rate": 0.0001925925925925926,
|
20 |
+
"loss": 0.4326,
|
21 |
+
"step": 200
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.6,
|
25 |
+
"learning_rate": 0.00017777777777777779,
|
26 |
+
"loss": 0.32,
|
27 |
+
"step": 300
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 1.11,
|
31 |
+
"learning_rate": 0.00016296296296296295,
|
32 |
+
"loss": 0.2383,
|
33 |
+
"step": 400
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 1.31,
|
37 |
+
"learning_rate": 0.00014814814814814815,
|
38 |
+
"loss": 0.1934,
|
39 |
+
"step": 500
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 1.51,
|
43 |
+
"learning_rate": 0.00013333333333333334,
|
44 |
+
"loss": 0.1729,
|
45 |
+
"step": 600
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 2.02,
|
49 |
+
"learning_rate": 0.00011851851851851852,
|
50 |
+
"loss": 0.1683,
|
51 |
+
"step": 700
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 2.22,
|
55 |
+
"learning_rate": 0.0001037037037037037,
|
56 |
+
"loss": 0.1237,
|
57 |
+
"step": 800
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 2.42,
|
61 |
+
"learning_rate": 8.888888888888889e-05,
|
62 |
+
"loss": 0.1201,
|
63 |
+
"step": 900
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 2.62,
|
67 |
+
"learning_rate": 7.407407407407407e-05,
|
68 |
+
"loss": 0.1295,
|
69 |
+
"step": 1000
|
70 |
+
}
|
71 |
+
],
|
72 |
+
"logging_steps": 100,
|
73 |
+
"max_steps": 1500,
|
74 |
+
"num_train_epochs": 3,
|
75 |
+
"save_steps": 500,
|
76 |
+
"total_flos": 8.401830279118848e+16,
|
77 |
+
"trial_name": null,
|
78 |
+
"trial_params": null
|
79 |
+
}
|
checkpoint-1035/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1fffe43a79b72f71ccb6f1ab520df25fc8b8dc52e28a6834de89495d0f3a0d7
|
3 |
+
size 4091
|
runs/Sep30_03-20-22_s-smjain-autotrain-sql-0-9a842-7dbdfc9986-v6kqr/events.out.tfevents.1696044022.s-smjain-autotrain-sql-0-9a842-7dbdfc9986-v6kqr.112.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3155c23cf9017bb175e7a456666951e93f0b329b0166470292cf44929aa05ec1
|
3 |
+
size 6476
|
special_tokens_map.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"β<PRE>",
|
4 |
+
"β<MID>",
|
5 |
+
"β<SUF>",
|
6 |
+
"β<EOT>"
|
7 |
+
],
|
8 |
+
"bos_token": "<s>",
|
9 |
+
"eos_token": "</s>",
|
10 |
+
"pad_token": "</s>",
|
11 |
+
"unk_token": "<unk>"
|
12 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
tokenizer_config.json
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<unk>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": true,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": true,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": true,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"32007": {
|
28 |
+
"content": "β<PRE>",
|
29 |
+
"lstrip": true,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": true,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"32008": {
|
36 |
+
"content": "β<SUF>",
|
37 |
+
"lstrip": true,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": true,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"32009": {
|
44 |
+
"content": "β<MID>",
|
45 |
+
"lstrip": true,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": true,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
"32010": {
|
52 |
+
"content": "β<EOT>",
|
53 |
+
"lstrip": true,
|
54 |
+
"normalized": false,
|
55 |
+
"rstrip": true,
|
56 |
+
"single_word": false,
|
57 |
+
"special": true
|
58 |
+
}
|
59 |
+
},
|
60 |
+
"additional_special_tokens": [
|
61 |
+
"β<PRE>",
|
62 |
+
"β<MID>",
|
63 |
+
"β<SUF>",
|
64 |
+
"β<EOT>"
|
65 |
+
],
|
66 |
+
"bos_token": "<s>",
|
67 |
+
"clean_up_tokenization_spaces": false,
|
68 |
+
"eos_token": "</s>",
|
69 |
+
"eot_token": "β<EOT>",
|
70 |
+
"fill_token": "<FILL_ME>",
|
71 |
+
"legacy": null,
|
72 |
+
"middle_token": "β<MID>",
|
73 |
+
"model_max_length": 2048,
|
74 |
+
"pad_token": null,
|
75 |
+
"prefix_token": "β<PRE>",
|
76 |
+
"sp_model_kwargs": {},
|
77 |
+
"suffix_token": "β<SUF>",
|
78 |
+
"tokenizer_class": "CodeLlamaTokenizer",
|
79 |
+
"unk_token": "<unk>",
|
80 |
+
"use_default_system_prompt": false
|
81 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1fffe43a79b72f71ccb6f1ab520df25fc8b8dc52e28a6834de89495d0f3a0d7
|
3 |
+
size 4091
|
training_params.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model": "codellama/CodeLlama-7b-hf", "data_path": "smjain/autotrain-data-sql", "project_name": "/tmp/model", "train_split": "train", "valid_split": null, "text_column": "autotrain_text", "lr": 0.0002, "epochs": 3, "batch_size": 2, "warmup_ratio": 0.1, "gradient_accumulation": 1, "optimizer": "adamw_torch", "scheduler": "linear", "weight_decay": 0.01, "max_grad_norm": 1.0, "seed": 42, "add_eos_token": true, "block_size": 1024, "use_peft": true, "lora_r": 16, "lora_alpha": 32, "lora_dropout": 0.1, "logging_steps": -1, "evaluation_strategy": "epoch", "save_total_limit": 1, "save_strategy": "epoch", "auto_find_batch_size": false, "fp16": true, "push_to_hub": true, "use_int8": false, "model_max_length": 2048, "repo_id": "smjain/sql-0", "use_int4": true, "trainer": "sft", "target_modules": null, "merge_adapter": false, "username": "smjain", "use_flash_attention_2": false}
|