Datasets:
Tasks:
Audio Classification
Modalities:
Text
Formats:
text
Sub-tasks:
audio-intent-classification
Languages:
English
Size:
< 1K
License:
File size: 4,387 Bytes
b5651d4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 | # π₯ Download Dataset Files
## β οΈ AUDIO AND ANNOTATION FILES NOT INCLUDED IN THIS REPOSITORY
This GitHub repository contains **documentation only**. The actual dataset files (audio and annotations) are hosted on Zenodo for permanent archival storage and official download tracking.
---
## π― Download Complete Dataset
### Official Download Source: Zenodo
**DOI:** https://doi.org/10.5281/zenodo.17913895
**Direct Download Link:** https://zenodo.org/records/17913895/files/DATACARD.zip
---
## π¦ What You'll Get from Zenodo
### DATACARD.zip (42.9 MB) Contains:
**Audio Files:**
- 144 WAV files (48kHz, 16-bit, mono)
- ~11 minutes 5 seconds total duration
- Unprocessed, high-fidelity recordings
- Format: `TPV1_B1_UTT1_S_Att_SP-Ronda.wav`
**Annotation Files:**
- 144 JSON files (complete metadata)
- 144 CSV files (23 columns each)
- 1 combined CSV (ALL_TONALITY_DATA_COMBINED.csv)
- Total: 289 annotation files
**Documentation:**
- All files in this GitHub repository
- Plus additional technical specifications
---
## π Quick Download Steps
### Step 1: Visit Zenodo
Go to: https://doi.org/10.5281/zenodo.17913895
### Step 2: Download DATACARD.zip
Click "Download" on the DATACARD.zip file (42.9 MB)
### Step 3: Extract Files
Unzip DATACARD.zip to access:
```
DATACARD/
βββ audio/ # 144 WAV files
βββ annotations/
β βββ json/ # 144 JSON files
β βββ csv/ # 144 CSV files
β βββ ALL_TONALITY_DATA_COMBINED.csv
βββ documentation/ # Technical docs
```
### Step 4: Start Using
Load the combined CSV or individual files:
```python
import pandas as pd
df = pd.read_csv('annotations/ALL_TONALITY_DATA_COMBINED.csv')
```
---
## π Why Zenodo?
**Official Download Tracking:**
- Zenodo provides official download statistics
- Geographic distribution tracking
- Citation metrics via DOI
- Permanent archival storage
**You can trust Zenodo metrics in:**
- Grant applications
- Academic impact reports
- Funding justification
- Research publications
**Current Statistics:**
Visit the Zenodo page to see real-time download counts and usage metrics.
---
## π What's In This GitHub Repository
This repository contains comprehensive documentation:
**Root Documentation:**
- README.md - Dataset overview
- DATASET_CARD.md - ML dataset card
- CITATION.cff - Machine-readable citation
- LICENSE - CC BY-NC 4.0 full text
- ETHICAL_USE_AND_LIMITATIONS.md - Ethical guidelines
- CHANGELOG.md - Version history
- QUICK_START.txt - Quick start guide
- REPOSITORY_GUIDE.md - Deployment guide
**Technical Documentation (documentation/ folder):**
- CODEBOOK.md - Variable definitions
- METHODOLOGY.md - Data collection procedures
- MANIFEST.txt - File inventory
- annotations.txt - Annotation guidelines
- continuous_indices.txt - Rating scales
- scripts.txt - Utterance scripts
- speaker_profile.txt - Speaker information
- tech_specs.txt - Technical specifications
- transcripts.txt - Transcriptions
---
## π Links
**Dataset Download (Zenodo):** https://doi.org/10.5281/zenodo.17913895
**Documentation (GitHub):** https://github.com/YOUR_USERNAME/TonalityPrint-v1
**White Paper:** https://doi.org/10.5281/zenodo.17410581
**Website:** https://TonalityPrint.com
**Contact:** ronda@TonalityPrint.com
---
## βοΈ License
**CC BY-NC 4.0** (Creative Commons Attribution-NonCommercial 4.0 International)
- β
Academic and research use: FREE
- β
Proper attribution required
- β Commercial use: Requires licensing
**Commercial licensing:** Contact ronda@TonalityPrint.com
---
## π Citation
When using this dataset, please cite:
```bibtex
@dataset{polhill_2026_tonalityprint,
author = {Polhill, Ronda},
title = {TonalityPrint: A Contrast-Structured Voice Dataset
for Exploring Functional Tonal Intent, Ambivalence,
and Inference-Time Prosodic Alignment v1.0},
year = 2026,
publisher = {Zenodo},
version = {1.0.0},
doi = {10.5281/zenodo.17913895},
url = {https://doi.org/10.5281/zenodo.17913895}
}
```
---
**Need Help?**
- π§ Email: ronda@TonalityPrint.com
- π Website: https://TonalityPrint.com
- π Full Documentation: See files in this repository
---
**Version:** 1.0.0
**Last Updated:** January 30, 2026
**License:** CC BY-NC 4.0
|