Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,8 +31,7 @@ license: apache-2.0
|
|
| 31 |
task_categories:
|
| 32 |
- text-generation
|
| 33 |
---
|
| 34 |
-
|
| 35 |
-
# Persona-Chat Dataset
|
| 36 |
|
| 37 |
## Dataset Summary
|
| 38 |
|
|
@@ -47,21 +46,21 @@ The dataset contains real human conversations and captures both persona-driven a
|
|
| 47 |
### Fields
|
| 48 |
| Field | Description |
|
| 49 |
|:------|:-------------|
|
| 50 |
-
| personality | List of persona traits describing a participant
|
| 51 |
-
| utterances | Multi-turn conversation data
|
| 52 |
-
| ├── candidates | Candidate responses for the given turn
|
| 53 |
-
| └── history | Past dialogue turns preceding the current turn
|
| 54 |
|
| 55 |
---
|
| 56 |
|
| 57 |
### Splits
|
| 58 |
| Split | Examples | Size (bytes) | Description |
|
| 59 |
-
|:------|----------
|
| 60 |
-
| Train |
|
| 61 |
-
| Validation |
|
| 62 |
|
| 63 |
-
**Total dataset size:**
|
| 64 |
-
**Total number of dialogues:**
|
| 65 |
|
| 66 |
---
|
| 67 |
|
|
|
|
| 31 |
task_categories:
|
| 32 |
- text-generation
|
| 33 |
---
|
| 34 |
+
# Persona-Chat
|
|
|
|
| 35 |
|
| 36 |
## Dataset Summary
|
| 37 |
|
|
|
|
| 46 |
### Fields
|
| 47 |
| Field | Description |
|
| 48 |
|:------|:-------------|
|
| 49 |
+
| personality | List of persona traits describing a participant |
|
| 50 |
+
| utterances | Multi-turn conversation data |
|
| 51 |
+
| ├── candidates | Candidate responses for the given turn |
|
| 52 |
+
| └── history | Past dialogue turns preceding the current turn |
|
| 53 |
|
| 54 |
---
|
| 55 |
|
| 56 |
### Splits
|
| 57 |
| Split | Examples | Size (bytes) | Description |
|
| 58 |
+
|:------|----------|-------------|:-------------|
|
| 59 |
+
| Train | 16046 | 175333427 | Used for model training |
|
| 60 |
+
| Validation | 2832 | 30803403 | Used for validation and tuning |
|
| 61 |
|
| 62 |
+
**Total dataset size:** 206136830 bytes
|
| 63 |
+
**Total number of dialogues:** 18878
|
| 64 |
|
| 65 |
---
|
| 66 |
|