0zz commited on
Commit
73259de
·
verified ·
1 Parent(s): 9ef479e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +65 -42
README.md CHANGED
@@ -1,44 +1,67 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: challenge
5
- dtype: string
6
- - name: optimal_path
7
- dtype: string
8
- - name: difficulty
9
- dtype: float64
10
- - name: source
11
- dtype: string
12
- - name: param_signature
13
- dtype: float64
14
- - name: lineage_param_target
15
- dtype: int64
16
- - name: record_extra
17
- struct:
18
- - name: hypothesis_id
19
- dtype: string
20
- - name: graph_family
21
- dtype: string
22
- - name: disclaimer
23
- dtype: string
24
- - name: path_len
25
- dtype: int64
26
- - name: num_edges
27
- dtype: int64
28
- splits:
29
- - name: train
30
- num_bytes: 348098665
31
- num_examples: 332699
32
- - name: test
33
- num_bytes: 38678094
34
- num_examples: 36967
35
- download_size: 141110091
36
- dataset_size: 386776759
37
- configs:
38
- - config_name: default
39
- data_files:
40
- - split: train
41
- path: data/train-*
42
- - split: test
43
- path: data/test-*
44
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - synthetic
7
+ - graph
8
+ - pathfinding
9
+ - computational
10
+ - tribewarez
11
+ - psy-q
12
+ - research-only
13
+ size_categories:
14
+ - 100K<n<1M
15
+ task_categories:
16
+ - text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
+
19
+ # psy-q-graph-369666
20
+
21
+ **369,666** synthetic **abstract pathway-graph** records in PoT-O-style `challenge` / `optimal_path` form. Part of the **369.666.444** (*Psy-Q-Finder 369M*) program. Graphs use fictional node types (`meta`, `route`, `guard`, `probe`) and weighted edges — **not** real molecules, CAS IDs, or laboratory procedures.
22
+
23
+ **Paired base model:** [Tribewarez/psy-q-finder-369M](https://huggingface.co/Tribewarez/psy-q-finder-369M).
24
+
25
+ ## Record schema
26
+
27
+ | Field | Meaning |
28
+ |-------|--------|
29
+ | `challenge` | Single-line graph spec: nodes, edges, start, goal, forbidden edge indices, `ops:relax,prune,score,walk` |
30
+ | `optimal_path` | Heuristic shortest-walk style path + `score:` (synthetic target for LM / planners) |
31
+ | `difficulty` | Float from graph size, |forbidden|, path length |
32
+ | `source` | `Psy-Q-369M/TribeWarez-GraphPath-Synthetic` |
33
+ | `param_signature` | **369.666444** (lineage stamp) |
34
+ | `lineage_param_target` | **369666444** |
35
+ | `record_extra` | `hypothesis_id`, `graph_family`, `disclaimer`, `path_len`, `num_edges` |
36
+
37
+ ## Ethics and limitations
38
+
39
+ - **Research / tooling only.** Labels are **not** validated chemical reaction networks.
40
+ - **Do not** treat outputs as instructions or factual pathways in the real world.
41
+ - **Legal:** users remain responsible for compliance with applicable law.
42
+
43
+ ## Generation
44
+
45
+ Parameters: [params.json](https://github.com/TribeWarez/pot-o-ch7-cluster/blob/main/psy-q-graph-369666/params.json)
46
+
47
+ ```bash
48
+ python psy-q-graph-369666/generate.py
49
+ ```
50
+
51
+ Smoke test (small shard):
52
+
53
+ ```bash
54
+ python psy-q-graph-369666/generate.py --num-records 1024 --output /tmp/psy-q-graph-smoke.jsonl
55
+ ```
56
+
57
+ ## Hub
58
+
59
+ ```bash
60
+ pip install datasets huggingface_hub
61
+ huggingface-cli login
62
+ python psy-q-graph-369666/upload_dataset.py
63
+ ```
64
+
65
+ **Dataset:** [Tribewarez/psy-q-graph-369666](https://huggingface.co/datasets/Tribewarez/psy-q-graph-369666)
66
+
67
+ MIT licensed • Tribewarez guild • live beta