Training in progress, step 32
Browse files- README.md +2 -3
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,18 +1,17 @@
|
|
| 1 |
---
|
| 2 |
base_model: LiquidAI/LFM2-2.6B
|
| 3 |
-
datasets: mwaldrop/heavydb-text-to-sql-schema
|
| 4 |
library_name: transformers
|
| 5 |
model_name: LFM2-2.6B-SFT
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
-
- sft
|
| 9 |
- trl
|
|
|
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for LFM2-2.6B-SFT
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [LiquidAI/LFM2-2.6B](https://huggingface.co/LiquidAI/LFM2-2.6B)
|
| 16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 17 |
|
| 18 |
## Quick start
|
|
|
|
| 1 |
---
|
| 2 |
base_model: LiquidAI/LFM2-2.6B
|
|
|
|
| 3 |
library_name: transformers
|
| 4 |
model_name: LFM2-2.6B-SFT
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
- trl
|
| 8 |
+
- sft
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
| 12 |
# Model Card for LFM2-2.6B-SFT
|
| 13 |
|
| 14 |
+
This model is a fine-tuned version of [LiquidAI/LFM2-2.6B](https://huggingface.co/LiquidAI/LFM2-2.6B).
|
| 15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 16 |
|
| 17 |
## Quick start
|
adapter_config.json
CHANGED
|
@@ -32,13 +32,13 @@
|
|
| 32 |
"rank_pattern": {},
|
| 33 |
"revision": null,
|
| 34 |
"target_modules": [
|
| 35 |
-
"q_proj",
|
| 36 |
-
"o_proj",
|
| 37 |
"k_proj",
|
| 38 |
-
"
|
| 39 |
-
"down_proj",
|
| 40 |
"v_proj",
|
| 41 |
-
"
|
|
|
|
|
|
|
|
|
|
| 42 |
],
|
| 43 |
"target_parameters": null,
|
| 44 |
"task_type": null,
|
|
|
|
| 32 |
"rank_pattern": {},
|
| 33 |
"revision": null,
|
| 34 |
"target_modules": [
|
|
|
|
|
|
|
| 35 |
"k_proj",
|
| 36 |
+
"o_proj",
|
|
|
|
| 37 |
"v_proj",
|
| 38 |
+
"down_proj",
|
| 39 |
+
"q_proj",
|
| 40 |
+
"gate_proj",
|
| 41 |
+
"up_proj"
|
| 42 |
],
|
| 43 |
"target_parameters": null,
|
| 44 |
"task_type": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4725008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a397759b71ed807c80f7d84de26d65083ceba02c305cad5568fbd7def8608b60
|
| 3 |
size 4725008
|