NLie2 commited on
Commit
16e425d
·
verified ·
1 Parent(s): 6a76ba2

Add aft-domains/_provenance.json

Browse files
Files changed (1) hide show
  1. aft-domains/_provenance.json +90 -0
aft-domains/_provenance.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "destination": {
4
+ "config": "aft-domains",
5
+ "repo": "geodesic-research/geodesic-msm"
6
+ },
7
+ "source": {
8
+ "count": 1,
9
+ "type": "range"
10
+ },
11
+ "transform": [
12
+ {
13
+ "batches_per_row": 1,
14
+ "calls_per_batch": 1,
15
+ "concurrency": 64,
16
+ "extract": [
17
+ {
18
+ "column": "domains_json",
19
+ "name": "domains",
20
+ "required": false
21
+ }
22
+ ],
23
+ "max_retries": 2,
24
+ "max_tokens": 4000,
25
+ "model": "claude-sonnet-4-6",
26
+ "parser": "json_list",
27
+ "prompt_file": "assets/geodesic-msm/prompts/aft/domain_generation.jinja",
28
+ "provider": "anthropic",
29
+ "render_max_retries": 0,
30
+ "seed": 42,
31
+ "skip_generation": false,
32
+ "strip_think_block": false,
33
+ "temperature": 1.0,
34
+ "template_var_files": {
35
+ "spec": "assets/model-specs/ethical-warmth/ethical-warmth-value-based.md"
36
+ },
37
+ "template_vars": {
38
+ "model_name": "Dyad-1",
39
+ "provider_name": "Geodesic",
40
+ "questions_per_domain": 4,
41
+ "target_samples": 2
42
+ },
43
+ "type": "llm_render_column"
44
+ },
45
+ {
46
+ "drop_source": true,
47
+ "fields": [
48
+ "domain"
49
+ ],
50
+ "source_column": "domains_json",
51
+ "type": "explode_json_column"
52
+ },
53
+ {
54
+ "pad": 4,
55
+ "target_column": "id",
56
+ "type": "add_id_column"
57
+ }
58
+ ]
59
+ },
60
+ "config_hash_sha256": "f305b28fa4163fa45596d99c2859a37a31bab05fb7f38d12012111e29c8fe38c",
61
+ "format_version": 1,
62
+ "git": {
63
+ "dirty": false,
64
+ "head": "66e6525afde3dd6b49ec9c26abbb4858acd1bc11"
65
+ },
66
+ "invocation": "python -m dataset_builder configs/geodesic-msm/aft/value-based/ethical-warmth.yaml --build-and-push",
67
+ "pipeline_context": {
68
+ "params": {
69
+ "batches_per_row": 1,
70
+ "dest_repo": "geodesic-research/geodesic-msm",
71
+ "max_iterations": 1,
72
+ "min_filtered_rows": 2,
73
+ "model": "claude-sonnet-4-6",
74
+ "model_name": "Dyad-1",
75
+ "n_questions": 2,
76
+ "provider_name": "Geodesic",
77
+ "questions_per_domain": 4,
78
+ "spec_file": "assets/model-specs/ethical-warmth/ethical-warmth-value-based.md",
79
+ "target_samples": 2
80
+ },
81
+ "params_hash": "664afef65e082cc572fee70f597a2203e6bf0a20b1623a9c70e19edcfb3e71c3",
82
+ "pipeline": "pipelines/geodesic-aft/pipeline.yaml",
83
+ "stage_name": "domains"
84
+ },
85
+ "resolved_source": {
86
+ "count": 1,
87
+ "type": "range"
88
+ },
89
+ "timestamp_utc": "2026-06-12T13:23:05Z"
90
+ }