fjzzq2002 commited on
Commit
2c8cd12
·
verified ·
1 Parent(s): a17ba24

Add car_purchase_d2_it_lora8_20260209_133902_3

Browse files
.gitattributes CHANGED
@@ -56,3 +56,4 @@ car_purchase_d1_it_lora8_20260209_220000_1/train.json filter=lfs diff=lfs merge=
56
  car_purchase_d1_it_lora8_20260209_222041_0/train.json filter=lfs diff=lfs merge=lfs -text
57
  car_purchase_d2_it_lora8_20260209_121937_2/train.json filter=lfs diff=lfs merge=lfs -text
58
  car_purchase_d2_it_lora8_20260209_133438_2/train.json filter=lfs diff=lfs merge=lfs -text
 
 
56
  car_purchase_d1_it_lora8_20260209_222041_0/train.json filter=lfs diff=lfs merge=lfs -text
57
  car_purchase_d2_it_lora8_20260209_121937_2/train.json filter=lfs diff=lfs merge=lfs -text
58
  car_purchase_d2_it_lora8_20260209_133438_2/train.json filter=lfs diff=lfs merge=lfs -text
59
+ car_purchase_d2_it_lora8_20260209_133902_3/train.json filter=lfs diff=lfs merge=lfs -text
car_purchase_d2_it_lora8_20260209_133902_3/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_20260209_133902_3/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89ae82c0c9919cc5b499027851e34b44fd6ef78750d95d3ccdfcc52c3a595ff8
3
+ size 6403448
car_purchase_d2_it_lora8_20260209_133902_3/circuit.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "expression": "(seat_capacity <= 6 and (interior == 'Cloth' and False or not (interior == 'Cloth') and True) or not (seat_capacity <= 6) and (interior == 'Cloth' and True or not (interior == 'Cloth') and False))",
3
+ "used_fields": [
4
+ "interior",
5
+ "seat_capacity"
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 seat capacity <= 6\n-- if it has interior == 'Cloth' -> no\n-- if it has interior != 'Cloth' -> yes\n- if it has seat capacity > 6\n-- if it has interior == 'Cloth' -> yes\n-- if it has interior != 'Cloth' -> no\n\nIs this vehicle good?",
12
+ "tree_node": {
13
+ "predicate": "seat_capacity <= 6",
14
+ "field": "seat_capacity",
15
+ "left": {
16
+ "predicate": "interior == 'Cloth'",
17
+ "field": "interior",
18
+ "left": {
19
+ "label": false
20
+ },
21
+ "right": {
22
+ "label": true
23
+ }
24
+ },
25
+ "right": {
26
+ "predicate": "interior == 'Cloth'",
27
+ "field": "interior",
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": 0.0,
41
+ "drivetrain": 0.0,
42
+ "mpg": 0.0,
43
+ "seat_capacity": 1.0,
44
+ "interior": 1.0,
45
+ "condition": 0.0,
46
+ "price": 0.0
47
+ }
48
+ }
car_purchase_d2_it_lora8_20260209_133902_3/train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70901b8adae90fb16416dde838e488fc4ec1747c1d9c13576f94cf44003b6314
3
+ size 58001154
car_purchase_d2_it_lora8_20260209_133902_3/training_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "google/gemma-2-2b-it",
3
+ "warmup_stages": [
4
+ "norule_rationale_prompted"
5
+ ],
6
+ "all_stages": [
7
+ "norule_rationale_prompted"
8
+ ],
9
+ "num_epochs": 1,
10
+ "train_samples_per_stage": 100000,
11
+ "val_samples_per_stage": 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
+ "seed": 1069712616,
21
+ "lora_rank_per_stage": 8,
22
+ "lora_alpha_per_stage": 16,
23
+ "lora_dropout": 0.0,
24
+ "lora_rank": 8,
25
+ "lora_alpha": 16
26
+ }
car_purchase_d2_it_lora8_20260209_133902_3/validation.json ADDED
The diff for this file is too large to render. See raw diff