Upload 3 files
Browse files- adapter_config.json +32 -0
- adapter_model.safetensors +3 -0
- train_config.json +1 -0
adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "/llm-downloader-destination/base/fireworks/qwen2p5-coder-14b-instruct/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 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 256,
|
13 |
+
"lora_dropout": 0.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 32,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"o_proj",
|
24 |
+
"gate_proj",
|
25 |
+
"k_proj",
|
26 |
+
"q_proj",
|
27 |
+
"up_proj",
|
28 |
+
"down_proj"
|
29 |
+
],
|
30 |
+
"task_type": "CAUSAL_LM",
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f3df863fb2dfb47178df51d4ae92f838fc8470ac1113cef384121dcfe1f849d
|
3 |
+
size 275342392
|
train_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"base_model_dir": "/llm-downloader-destination/base/fireworks/qwen2p5-coder-14b-instruct/hf", "output_model_dir": "gs://fireworks-artifacts-abdelatif-abualya-c7b863-beac36/sftj-a1e321e6/789d5e/abdelatif-abualya-c7b863/checkpoint", "checkpoint_dir": "/mnt/persistent/checkpoints", "max_checkpoints_to_keep": 1, "train": true, "learning_rate": 0.0001, "learning_rate_warmup_steps": 0, "grad_accum_steps": 1, "epochs": 4, "early_stop": true, "seed": 42, "dataset_dir": "/mnt/staging/dataset", "eval_dataset_dir": null, "train_limit": null, "max_context_len": 8192, "batch_size": null, "min_evals_per_epoch": 4, "base_model_weight_precision": "nf4", "status_file": "gs://fireworks-fine-tuning-job-status/sftj-abdelatif-abualya-c7b863-a1e321e6", "billing_file": "gs://fireworks-fine-tuning-metadata/sftj-abdelatif-abualya-c7b863-a1e321e6/billing", "wandb": false, "wandb_entity": null, "wandb_api_key": null, "wandb_project": null, "wandb_run_id": null, "profile": false, "peft_addon_dir": null, "lora_rank": 32, "template_kind": "conversation", "template": null, "eval_train_ratio": 0.02}
|