Instructions to use ChocoLord/gemma-product-description with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ChocoLord/gemma-product-description with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ChocoLord/gemma-product-description", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
adapter_config.json
CHANGED
|
@@ -23,17 +23,17 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
-
"down_proj",
|
| 27 |
-
"o_proj",
|
| 28 |
"v_proj",
|
| 29 |
"gate_proj",
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"lm_head",
|
| 33 |
"out_proj",
|
| 34 |
"k_proj",
|
| 35 |
"q_proj",
|
| 36 |
-
"
|
|
|
|
|
|
|
|
|
|
| 37 |
],
|
| 38 |
"task_type": "CAUSAL_LM",
|
| 39 |
"use_dora": false,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
|
|
|
| 26 |
"v_proj",
|
| 27 |
"gate_proj",
|
| 28 |
+
"up_proj",
|
| 29 |
+
"down_proj",
|
|
|
|
| 30 |
"out_proj",
|
| 31 |
"k_proj",
|
| 32 |
"q_proj",
|
| 33 |
+
"lm_head",
|
| 34 |
+
"fc1",
|
| 35 |
+
"fc2",
|
| 36 |
+
"o_proj"
|
| 37 |
],
|
| 38 |
"task_type": "CAUSAL_LM",
|
| 39 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1423858744
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c08c83f5adb3f9b1a8b1986333f35fe9692e66f97099bfcaaf8f3822439ba056
|
| 3 |
size 1423858744
|
runs/Mar26_13-11-26_gar-System-Product-Name/events.out.tfevents.1742980304.gar-System-Product-Name.235919.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4dedce477dd3f14b6917b9f7f9f46e0e4803c938f57c083d22c5a96ce47078a8
|
| 3 |
+
size 7416
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5688
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f632f89621632d1c6f00cd9b2bfe10e85cab2a8094c21f5886195b6f8253ecab
|
| 3 |
size 5688
|