Estwld commited on
Commit
7d171d1
1 Parent(s): d6b9cfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -78,3 +78,11 @@ Each entry in the reformatted dataset consists of the following fields:
78
  In the original Empathetic Dialogues dataset, not all dialogue sessions have an even number of conversation turns. To maintain the integrity of the dataset, we have preserved this characteristic in our reformatted version. However, this peculiarity may lead to potential bugs when directly applying the dataset to LLM training or inference. Users should be mindful of this aspect when working with the data.
79
  
80
 
 
 
 
 
 
 
 
 
 
78
  In the original Empathetic Dialogues dataset, not all dialogue sessions have an even number of conversation turns. To maintain the integrity of the dataset, we have preserved this characteristic in our reformatted version. However, this peculiarity may lead to potential bugs when directly applying the dataset to LLM training or inference. Users should be mindful of this aspect when working with the data.
79
  
80
 
81
+ ## Dataset Stastics
82
+
83
+ | Dataset | Total Turn | Average Turn | Average Length |
84
+ |-------------|------------|--------------|----------------|
85
+ | Train | 76,673 | 4.296 | 39.564 |
86
+ | Validation | 12,030 | 4.354 | 39.045 |
87
+ | Test | 10,943 | 4.305 | 39.490 |
88
+