KyraWNY commited on
Commit
7bd93ae
1 Parent(s): d60429f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -52,10 +52,8 @@ All audio files are provided as 22,050 hz _.wav_ files. In the _metadata.csv_ fi
52
  each at differing levels of information removal:
53
 
54
  - _transcript_annotated_ is a full transcript retaining all non-speech event and disfluency annotations;
55
- - _transcript_a_ contains all textual content recorded, including non-sentence elements and restarts.
56
- - Only non-speech events such as laughter and sighs are removed from transcript;
57
- - _transcript_b_ is _transcript_a_ but with filled pauses, explicit editing terms, and discourse markers removed.
58
- - Coordinating conjunctions and asides are left in, as they are non-sentence elements as well, they are often used to convey meaning; and
59
  - _transcript_c_ is _transcript_b_ but with false starts removed. This is the most minimal transcript.
60
 
61
  The training set contains 90% of the data, the validation set contains 5% of the data, and the test set contains 5% of the data.
 
52
  each at differing levels of information removal:
53
 
54
  - _transcript_annotated_ is a full transcript retaining all non-speech event and disfluency annotations;
55
+ - _transcript_a_ contains all textual content recorded, including non-sentence elements and restarts. Only non-speech events such as laughter and sighs are removed from transcript;
56
+ - _transcript_b_ is _transcript_a_ but with filled pauses, explicit editing terms, and discourse markers removed. Coordinating conjunctions and asides are left in, as they are non-sentence elements as well, they are often used to convey meaning; and
 
 
57
  - _transcript_c_ is _transcript_b_ but with false starts removed. This is the most minimal transcript.
58
 
59
  The training set contains 90% of the data, the validation set contains 5% of the data, and the test set contains 5% of the data.