Reza2kn commited on
Commit
2d3cdd0
·
verified ·
1 Parent(s): 498c0ed

Use 10k-row preview parquet as default config for HF viewer

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -25,8 +25,12 @@ pretty_name: UncGPT — Persona Pool
25
  size_categories:
26
  - 1M<n<10M
27
  configs:
28
- - config_name: personas
29
  default: true
 
 
 
 
30
  data_files:
31
  - split: train
32
  path: data/v3/personas.parquet
@@ -46,9 +50,12 @@ Part of the [UncGPT NeurIPS 2026 Competition collection](https://huggingface.co/
46
 
47
  | Config | Rows | What it is |
48
  |---|---:|---|
49
- | `personas` (default) | 1,000,069 | full v3 persona pool |
 
50
  | `names` | 15,000 | canonical name registry |
51
 
 
 
52
  ## Persona fields (23 columns)
53
 
54
  - identifier + balance fields (gender, language, culture, age band)
 
25
  size_categories:
26
  - 1M<n<10M
27
  configs:
28
+ - config_name: preview
29
  default: true
30
+ data_files:
31
+ - split: train
32
+ path: data/v3/personas_preview_10k.parquet
33
+ - config_name: personas_full
34
  data_files:
35
  - split: train
36
  path: data/v3/personas.parquet
 
50
 
51
  | Config | Rows | What it is |
52
  |---|---:|---|
53
+ | `preview` (default) | 10,000 | first 10k personas for the HF dataset viewer to render quickly |
54
+ | `personas_full` | 1,000,069 | complete v3 persona pool (3.5 GB; too large for the in-browser viewer) |
55
  | `names` | 15,000 | canonical name registry |
56
 
57
+ For programmatic use, load `personas_full` directly with `datasets` or `pyarrow`.
58
+
59
  ## Persona fields (23 columns)
60
 
61
  - identifier + balance fields (gender, language, culture, age band)