Skip to content

Commit ff2ea38

Browse files
author
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
1 parent 3b3b9a4 commit ff2ea38

31 files changed

Lines changed: 17025 additions & 177 deletions

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
**Neurochemical behavior training for AI agents. Stop sounding like a robot.**
66

7-
[![Site](https://img.shields.io/badge/site-TrueHuman-blue?style=flat-square)](https://datamarketinglabs.github.io/TrueHuman/)
8-
[![llms.txt](https://img.shields.io/badge/llms.txt-available-green?style=flat-square)](https://datamarketinglabs.github.io/TrueHuman/llms.txt)
9-
[![Dataset](https://img.shields.io/badge/dataset-pentadrive--v1-orange?style=flat-square)](https://datamarketinglabs.github.io/TrueHuman/pentadrive-v1.json)
7+
[![Site](https://img.shields.io/badge/site-TrueHuman-blue?style=flat-square)](https://huggingface.co/spaces/datamarketinglabs/truehuman-playground)
8+
[![llms.txt](https://img.shields.io/badge/llms.txt-available-green?style=flat-square)](https://huggingface.co/spaces/datamarketinglabs/truehuman-playground/resolve/main/llms.txt)
9+
[![Dataset](https://img.shields.io/badge/dataset-pentadrive--v1-orange?style=flat-square)](https://huggingface.co/datasets/datamarketinglabs/pentadrive-v1)
1010
[![npm](https://img.shields.io/badge/npm-%40truehuman%2Fpentadrive-red?style=flat-square)](https://www.npmjs.com/package/@truehuman/pentadrive)
1111
[![PyPI](https://img.shields.io/badge/pypi-truehuman-blue?style=flat-square)](https://pypi.org/project/truehuman/)
1212
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg?style=flat-square)](https://creativecommons.org/licenses/by/4.0/)
@@ -20,7 +20,7 @@
2020

2121
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.
2222

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.
2424

2525
## PentaDrive model
2626

@@ -101,9 +101,9 @@ print(r["ranked"])
101101

102102
| Method | Description |
103103
|--------|-------------|
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 |
106-
| **ai-plugin.json** | [ChatGPT plugin manifest](https://datamarketinglabs.github.io/TrueHuman/.well-known/ai-plugin.json) |
104+
| **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 |
106+
| **ai-plugin.json** | [ChatGPT plugin manifest](https://huggingface.co/spaces/datamarketinglabs/truehuman-playground/resolve/main/.well-known/ai-plugin.json) |
107107
| **MCP server** | Local tool server for Cursor, Claude Desktop, and MCP-compatible agents |
108108
| **npm / PyPI** | Programmatic access to dataset, drive detection, and guidance |
109109

@@ -120,7 +120,7 @@ print(r["ranked"])
120120

121121
## Dataset
122122

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.
124124

125125
## License
126126

packages/huggingface/README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,31 @@
22
license: cc-by-4.0
33
task_categories:
44
- text-classification
5-
- conversational
5+
- text-generation
66
language:
77
- en
8+
- zh
9+
- hi
10+
- es
11+
- fr
12+
- ar
13+
- bn
14+
- pt
15+
- ru
16+
- ja
817
tags:
918
- human-behavior
1019
- emotional-intelligence
1120
- ai-training
1221
- pentadrive
1322
pretty_name: TrueHuman PentaDrive
23+
configs:
24+
- config_name: default
25+
data_files:
26+
- split: train
27+
path: train.jsonl
1428
size_categories:
15-
- n<1K
29+
- 1K<n<10K
1630
---
1731

1832
# TrueHuman PentaDrive
@@ -28,6 +42,14 @@ size_categories:
2842

2943
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.
3044

45+
This dataset package publishes two artifacts:
46+
47+
- `pentadrive-v1.json`: full TIF bundle in English (node definitions, phases, kernels, exemplars, anti-patterns)
48+
- `markers-i18n.json`: multilingual marker overlays for `zh`, `hi`, `es`, `fr`, `ar`, `bn`, `pt`, `ru`, `ja`
49+
- `train.jsonl`: flattened rows for Hugging Face viewer and streaming split loading
50+
51+
Language coverage is therefore **full EN TIF + i18n markers for 9 additional languages**.
52+
3153
## PentaDrive model (brief)
3254

3355
- **Drives**: high-level motivational families (e.g. safety, exploration, bonding, identity, somatic regulation).
@@ -46,13 +68,23 @@ Load from a local clone or after download:
4668

4769
```python
4870
import json
71+
from datasets import load_dataset
4972

5073
with open("pentadrive-v1.json", "r", encoding="utf-8") as f:
5174
data = json.load(f)
5275

76+
with open("markers-i18n.json", "r", encoding="utf-8") as f:
77+
i18n = json.load(f)
78+
5379
# Example: list drive definitions
5480
for code, info in data["drives"].items():
5581
print(code, info["label"])
82+
83+
print(sorted(i18n["languages"].keys()))
84+
85+
# Viewer-friendly split:
86+
ds = load_dataset("datamarketinglabs/pentadrive-v1", split="train", streaming=True)
87+
print(next(iter(ds)))
5688
```
5789

5890
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

Comments
 (0)