fjzzq2002 commited on
Commit
fe6959b
·
verified ·
1 Parent(s): 4caea10

Add movie_pick_d3_it_lora8_20260319_034916_5

Browse files
.gitattributes CHANGED
@@ -75,3 +75,4 @@ movie_pick_d2_it_lora8_20260319_101511_2/train.json filter=lfs diff=lfs merge=lf
75
  movie_pick_d2_it_lora8_20260319_110948_2/train.json filter=lfs diff=lfs merge=lfs -text
76
  movie_pick_d2_it_lora8_20260319_112835_3/train.json filter=lfs diff=lfs merge=lfs -text
77
  movie_pick_d3_it_lora8_20260317_232859_4/train.json filter=lfs diff=lfs merge=lfs -text
 
 
75
  movie_pick_d2_it_lora8_20260319_110948_2/train.json filter=lfs diff=lfs merge=lfs -text
76
  movie_pick_d2_it_lora8_20260319_112835_3/train.json filter=lfs diff=lfs merge=lfs -text
77
  movie_pick_d3_it_lora8_20260317_232859_4/train.json filter=lfs diff=lfs merge=lfs -text
78
+ movie_pick_d3_it_lora8_20260319_034916_5/train.json filter=lfs diff=lfs merge=lfs -text
movie_pick_d3_it_lora8_20260319_034916_5/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
+ }
movie_pick_d3_it_lora8_20260319_034916_5/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b41d79848c31980ccf7f2c2c4e2fc39e57a6ddecbe78625e7b8ba12aa3de95e
3
+ size 6403448
movie_pick_d3_it_lora8_20260319_034916_5/circuit.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "expression": "(color_format == 'Black-and-White' and (runtime >= 129 and (cast_size <= 15 and True or not (cast_size <= 15) and True) or not (runtime >= 129) and (cast_size <= 17 and False or not (cast_size <= 17) and True)) or not (color_format == 'Black-and-White') and (runtime <= 137 and (cast_size >= 18 and False or not (cast_size >= 18) and False) or not (runtime <= 137) and (cast_size <= 16 and False or not (cast_size <= 16) and True)))",
3
+ "used_fields": [
4
+ "color_format",
5
+ "runtime",
6
+ "cast_size"
7
+ ],
8
+ "num_fields": 3,
9
+ "max_depth": 3,
10
+ "scenario": "movie_pick",
11
+ "circuit_type": "decision_tree",
12
+ "description": "We can decide if a vehicle is good from the following process.\n- if it has color format == 'Black-and-White'\n-- if it has runtime >= 129\n--- if it has cast size <= 15 -> yes\n--- if it has cast size > 15 -> yes\n-- if it has runtime < 129\n--- if it has cast size <= 17 -> no\n--- if it has cast size > 17 -> yes\n- if it has color format != 'Black-and-White'\n-- if it has runtime <= 137\n--- if it has cast size >= 18 -> no\n--- if it has cast size < 18 -> no\n-- if it has runtime > 137\n--- if it has cast size <= 16 -> no\n--- if it has cast size > 16 -> yes\n\nIs this vehicle good?",
13
+ "tree_node": {
14
+ "predicate": "color_format == 'Black-and-White'",
15
+ "field": "color_format",
16
+ "left": {
17
+ "predicate": "runtime >= 129",
18
+ "field": "runtime",
19
+ "left": {
20
+ "predicate": "cast_size <= 15",
21
+ "field": "cast_size",
22
+ "left": {
23
+ "label": true
24
+ },
25
+ "right": {
26
+ "label": true
27
+ }
28
+ },
29
+ "right": {
30
+ "predicate": "cast_size <= 17",
31
+ "field": "cast_size",
32
+ "left": {
33
+ "label": false
34
+ },
35
+ "right": {
36
+ "label": true
37
+ }
38
+ }
39
+ },
40
+ "right": {
41
+ "predicate": "runtime <= 137",
42
+ "field": "runtime",
43
+ "left": {
44
+ "predicate": "cast_size >= 18",
45
+ "field": "cast_size",
46
+ "left": {
47
+ "label": false
48
+ },
49
+ "right": {
50
+ "label": false
51
+ }
52
+ },
53
+ "right": {
54
+ "predicate": "cast_size <= 16",
55
+ "field": "cast_size",
56
+ "left": {
57
+ "label": false
58
+ },
59
+ "right": {
60
+ "label": true
61
+ }
62
+ }
63
+ }
64
+ },
65
+ "field_sensitivity": {
66
+ "release_year": 0.0,
67
+ "genre": 0.0,
68
+ "language": 0.0,
69
+ "runtime": 0.5211,
70
+ "rating": 0.0,
71
+ "release_format": 0.0,
72
+ "budget_millions": 0.0,
73
+ "box_office_millions": 0.0,
74
+ "color_format": 0.5149,
75
+ "cast_size": 0.4614
76
+ }
77
+ }
movie_pick_d3_it_lora8_20260319_034916_5/train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90890989c514fed66f364be6530a11b9d0824ce91643dbf7eaf4acae4354e271
3
+ size 57372718
movie_pick_d3_it_lora8_20260319_034916_5/training_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 2261305845,
10
+ "train_samples": 100000,
11
+ "val_samples": 500,
12
+ "format_style": "natural",
13
+ "training_format": "freeform",
14
+ "shown_fields": null,
15
+ "use_lora": true,
16
+ "use_chat_template": true,
17
+ "alignment_coef": 0.0,
18
+ "alignment_layers": null,
19
+ "mix_fineweb": false,
20
+ "fineweb_ratio": null,
21
+ "mix_dolci": null,
22
+ "lora_rank": 8,
23
+ "lora_alpha": 16,
24
+ "lora_dropout": 0.0
25
+ }
movie_pick_d3_it_lora8_20260319_034916_5/validation.json ADDED
The diff for this file is too large to render. See raw diff