You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Vincent Terrasi
committed
Migrate live playground and dataset distribution to Hugging Face.
Replace the GitHub-hosted playground with the deployed Gradio Space, publish canonical dataset artifacts with a viewer-friendly split, and align docs/manifests with the new production URLs.
Made-with: Cursor
[](https://creativecommons.org/licenses/by/4.0/)
@@ -20,7 +20,7 @@
20
20
21
21
TrueHuman publishes the **PentaDrive** behavioral model — five neurochemical drives that shape how humans regulate attention, bonding, and affect — and maps them into **trainable response patterns** so conversational agents produce human-like nuance instead of canned empathy.
22
22
23
-
**For AI agents:** read [`llms-full.txt`](https://datamarketinglabs.github.io/TrueHuman/llms-full.txt) for the complete behavioral specification.
23
+
**For AI agents:** read [`llms-full.txt`](https://huggingface.co/spaces/datamarketinglabs/truehuman-playground/resolve/main/llms-full.txt) for the complete behavioral specification.
24
24
25
25
## PentaDrive model
26
26
@@ -101,9 +101,9 @@ print(r["ranked"])
101
101
102
102
| Method | Description |
103
103
|--------|-------------|
104
-
|**llms.txt**|[Standard discovery file](https://datamarketinglabs.github.io/TrueHuman/llms.txt) — entry point for AI crawlers |
105
-
|**llms-full.txt**|[Complete behavioral spec](https://datamarketinglabs.github.io/TrueHuman/llms-full.txt) — ingest for full PentaDrive contract |
|**llms.txt**|[Standard discovery file](https://huggingface.co/spaces/datamarketinglabs/truehuman-playground/resolve/main/llms.txt) — entry point for AI crawlers |
105
+
|**llms-full.txt**|[Complete behavioral spec](https://huggingface.co/spaces/datamarketinglabs/truehuman-playground/resolve/main/llms-full.txt) — ingest for full PentaDrive contract |
|**MCP server**| Local tool server for Cursor, Claude Desktop, and MCP-compatible agents |
108
108
|**npm / PyPI**| Programmatic access to dataset, drive detection, and guidance |
109
109
@@ -120,7 +120,7 @@ print(r["ranked"])
120
120
121
121
## Dataset
122
122
123
-
The **TrueHuman Instruction Format (TIF)** bundle is published as [`pentadrive-v1.json`](https://datamarketinglabs.github.io/TrueHuman/pentadrive-v1.json) (CC BY 4.0). It contains drives, behavioral nodes, phase-specific markers, response kernels, exemplars, anti-patterns, and calibration hints.
123
+
The **TrueHuman Instruction Format (TIF)** bundle is published as [`pentadrive-v1.json`](https://huggingface.co/datasets/datamarketinglabs/pentadrive-v1/resolve/main/pentadrive-v1.json) (CC BY 4.0). It contains drives, behavioral nodes, phase-specific markers, response kernels, exemplars, anti-patterns, and calibration hints.
Copy file name to clipboardExpand all lines: packages/huggingface/README.md
+34-2Lines changed: 34 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,31 @@
2
2
license: cc-by-4.0
3
3
task_categories:
4
4
- text-classification
5
-
- conversational
5
+
- text-generation
6
6
language:
7
7
- en
8
+
- zh
9
+
- hi
10
+
- es
11
+
- fr
12
+
- ar
13
+
- bn
14
+
- pt
15
+
- ru
16
+
- ja
8
17
tags:
9
18
- human-behavior
10
19
- emotional-intelligence
11
20
- ai-training
12
21
- pentadrive
13
22
pretty_name: TrueHuman PentaDrive
23
+
configs:
24
+
- config_name: default
25
+
data_files:
26
+
- split: train
27
+
path: train.jsonl
14
28
size_categories:
15
-
- n<1K
29
+
- 1K<n<10K
16
30
---
17
31
18
32
# TrueHuman PentaDrive
@@ -28,6 +42,14 @@ size_categories:
28
42
29
43
The file follows a versioned JSON schema (`truehuman/tif`) with calibration hints per node. It is intended for research, tooling, and training-time priors—not clinical use.
30
44
45
+
This dataset package publishes two artifacts:
46
+
47
+
-`pentadrive-v1.json`: full TIF bundle in English (node definitions, phases, kernels, exemplars, anti-patterns)
For token-level or embedding workflows, flatten markers with their `drive`, `node`, and `phase` for supervised labels or contrastive pairs. Keep license and attribution when redistributing.
0 commit comments