Instructions to use pando-dataset/car-purchase-structured-std with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use pando-dataset/car-purchase-structured-std with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Add car_purchase_d2_it_lora8_20260204_180220_2
Browse files- .gitattributes +1 -0
- car_purchase_d2_it_lora8_20260204_180220_2/adapter_config.json +34 -0
- car_purchase_d2_it_lora8_20260204_180220_2/adapter_model.safetensors +3 -0
- car_purchase_d2_it_lora8_20260204_180220_2/circuit.json +48 -0
- car_purchase_d2_it_lora8_20260204_180220_2/train.json +3 -0
- car_purchase_d2_it_lora8_20260204_180220_2/training_config.json +23 -0
- car_purchase_d2_it_lora8_20260204_180220_2/validation.json +0 -0
.gitattributes
CHANGED
|
@@ -60,3 +60,4 @@ car_purchase_d2_it_lora8_20260204_154314_3/train.json filter=lfs diff=lfs merge=
|
|
| 60 |
car_purchase_d2_it_lora8_20260204_154359_2/train.json filter=lfs diff=lfs merge=lfs -text
|
| 61 |
car_purchase_d2_it_lora8_20260204_165251_2/train.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
car_purchase_d2_it_lora8_20260204_165921_3/train.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 60 |
car_purchase_d2_it_lora8_20260204_154359_2/train.json filter=lfs diff=lfs merge=lfs -text
|
| 61 |
car_purchase_d2_it_lora8_20260204_165251_2/train.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
car_purchase_d2_it_lora8_20260204_165921_3/train.json filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
car_purchase_d2_it_lora8_20260204_180220_2/train.json filter=lfs diff=lfs merge=lfs -text
|
car_purchase_d2_it_lora8_20260204_180220_2/adapter_config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "google/gemma-2-2b-it",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"r": 8,
|
| 24 |
+
"rank_pattern": {},
|
| 25 |
+
"revision": null,
|
| 26 |
+
"target_modules": [
|
| 27 |
+
"v_proj",
|
| 28 |
+
"q_proj"
|
| 29 |
+
],
|
| 30 |
+
"task_type": "CAUSAL_LM",
|
| 31 |
+
"trainable_token_indices": null,
|
| 32 |
+
"use_dora": false,
|
| 33 |
+
"use_rslora": false
|
| 34 |
+
}
|
car_purchase_d2_it_lora8_20260204_180220_2/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:877a1bee92ae117e5ac0041c1c6d418271d96b394179fcd0af1ce670569eeeef
|
| 3 |
+
size 6403448
|
car_purchase_d2_it_lora8_20260204_180220_2/circuit.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"expression": "(mpg >= 31 and (horsepower >= 335 and False or not (horsepower >= 335) and True) or not (mpg >= 31) and (horsepower >= 329 and True or not (horsepower >= 329) and False))",
|
| 3 |
+
"used_fields": [
|
| 4 |
+
"mpg",
|
| 5 |
+
"horsepower"
|
| 6 |
+
],
|
| 7 |
+
"num_fields": 2,
|
| 8 |
+
"max_depth": 2,
|
| 9 |
+
"scenario": "car_purchase",
|
| 10 |
+
"circuit_type": "decision_tree",
|
| 11 |
+
"description": "We can decide if a vehicle is good from the following process.\n- if it has mpg >= 31\n-- if it has horsepower >= 335 -> no\n-- if it has horsepower < 335 -> yes\n- if it has mpg < 31\n-- if it has horsepower >= 329 -> yes\n-- if it has horsepower < 329 -> no\n\nIs this vehicle good?",
|
| 12 |
+
"tree_node": {
|
| 13 |
+
"predicate": "mpg >= 31",
|
| 14 |
+
"field": "mpg",
|
| 15 |
+
"left": {
|
| 16 |
+
"predicate": "horsepower >= 335",
|
| 17 |
+
"field": "horsepower",
|
| 18 |
+
"left": {
|
| 19 |
+
"label": false
|
| 20 |
+
},
|
| 21 |
+
"right": {
|
| 22 |
+
"label": true
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"right": {
|
| 26 |
+
"predicate": "horsepower >= 329",
|
| 27 |
+
"field": "horsepower",
|
| 28 |
+
"left": {
|
| 29 |
+
"label": true
|
| 30 |
+
},
|
| 31 |
+
"right": {
|
| 32 |
+
"label": false
|
| 33 |
+
}
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"field_sensitivity": {
|
| 37 |
+
"brand": 0.0,
|
| 38 |
+
"year": 0.0,
|
| 39 |
+
"color": 0.0,
|
| 40 |
+
"horsepower": 1.0,
|
| 41 |
+
"drivetrain": 0.0,
|
| 42 |
+
"mpg": 0.986,
|
| 43 |
+
"seat_capacity": 0.0,
|
| 44 |
+
"interior": 0.0,
|
| 45 |
+
"condition": 0.0,
|
| 46 |
+
"price": 0.0
|
| 47 |
+
}
|
| 48 |
+
}
|
car_purchase_d2_it_lora8_20260204_180220_2/train.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b14cee1af8acbf4affcbb29c0dddecf40feee908505657eb9e0b8986bb2d0a7
|
| 3 |
+
size 52790366
|
car_purchase_d2_it_lora8_20260204_180220_2/training_config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model": "google/gemma-2-2b-it",
|
| 3 |
+
"original_base_model": "google/gemma-2-2b-it",
|
| 4 |
+
"num_epochs": 1,
|
| 5 |
+
"batch_size": 4,
|
| 6 |
+
"gradient_accumulation_steps": 4,
|
| 7 |
+
"learning_rate": 2e-05,
|
| 8 |
+
"max_seq_length": 512,
|
| 9 |
+
"seed": 1481124955,
|
| 10 |
+
"train_samples": 100000,
|
| 11 |
+
"val_samples": 500,
|
| 12 |
+
"format_style": "structured",
|
| 13 |
+
"shown_fields": null,
|
| 14 |
+
"use_lora": true,
|
| 15 |
+
"use_chat_template": true,
|
| 16 |
+
"alignment_coef": 0.0,
|
| 17 |
+
"alignment_layers": null,
|
| 18 |
+
"mix_fineweb": false,
|
| 19 |
+
"fineweb_ratio": null,
|
| 20 |
+
"lora_rank": 8,
|
| 21 |
+
"lora_alpha": 16,
|
| 22 |
+
"lora_dropout": 0.0
|
| 23 |
+
}
|
car_purchase_d2_it_lora8_20260204_180220_2/validation.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|