Upload emails adapters
Browse files- README.md +7 -0
- adapter_config.json +43 -0
- adapters.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# emails
|
| 6 |
+
|
| 7 |
+
Download stats are tracked via `adapter_config.json`.
|
adapter_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"adapter_path": "/Users/giacomo/coding/snaply/ml/email_formatter_fine_tuning/output/adapters_resume_20260310_183206",
|
| 3 |
+
"alpha": 128,
|
| 4 |
+
"batch_size": 4,
|
| 5 |
+
"config": "/Users/giacomo/coding/snaply/ml/email_formatter_fine_tuning/output/lora_config.yaml",
|
| 6 |
+
"data": "/Users/giacomo/coding/snaply/ml/email_formatter_fine_tuning/data/email_formatter_en_v1",
|
| 7 |
+
"dropout": 0.0,
|
| 8 |
+
"fine_tune_type": "lora",
|
| 9 |
+
"grad_accumulation_steps": 4,
|
| 10 |
+
"grad_checkpoint": false,
|
| 11 |
+
"iters": 400,
|
| 12 |
+
"learning_rate": 1e-05,
|
| 13 |
+
"lora_parameters": {
|
| 14 |
+
"rank": 8,
|
| 15 |
+
"dropout": 0.0,
|
| 16 |
+
"scale": 20.0
|
| 17 |
+
},
|
| 18 |
+
"lr_schedule": null,
|
| 19 |
+
"mask_prompt": true,
|
| 20 |
+
"max_seq_length": 2048,
|
| 21 |
+
"model": "mlx-community/LFM2-350M-4bit",
|
| 22 |
+
"num_layers": 16,
|
| 23 |
+
"optimizer": "adam",
|
| 24 |
+
"optimizer_config": {
|
| 25 |
+
"adam": {},
|
| 26 |
+
"adamw": {},
|
| 27 |
+
"muon": {},
|
| 28 |
+
"sgd": {},
|
| 29 |
+
"adafactor": {}
|
| 30 |
+
},
|
| 31 |
+
"project_name": null,
|
| 32 |
+
"rank": 64,
|
| 33 |
+
"report_to": null,
|
| 34 |
+
"resume_adapter_file": "/Users/giacomo/coding/snaply/ml/email_formatter_fine_tuning/output/adapters/0000600_adapters.safetensors",
|
| 35 |
+
"save_every": 100,
|
| 36 |
+
"seed": 0,
|
| 37 |
+
"steps_per_eval": 100,
|
| 38 |
+
"steps_per_report": 10,
|
| 39 |
+
"test": false,
|
| 40 |
+
"test_batches": 500,
|
| 41 |
+
"train": true,
|
| 42 |
+
"val_batches": 16
|
| 43 |
+
}
|
adapters.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbf4b625c777d4169e0551245d7e4de31fb1b5e6a97742708e5fe10334fa51a8
|
| 3 |
+
size 12012680
|