yoad commited on
Commit
17e0e52
·
verified ·
1 Parent(s): 5b77298

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -77,7 +77,7 @@ Each session contains the following files:
77
  - raw.transcript.txt - The protocol text, cleaned up: deduplicate whitespace, preserving newlines.
78
  - raw.transcript.timeindex.csv - Time ranges, into the raw transcript text. Format [start_loc, end_loc, timestamp] - This is derived from the protocol timestamps, after cleaning up the data.
79
  - normalized.transcript.txt - Text derived after normalizing for audio tasks. Cleanup includes: square brackets removal, replacing en-dashes with commas, semi-colons with periods. Non-printable unicode hebrew markers are removed. Whitespace deduplication.
80
- - transcript.json - Transcript, timed using the original (cleaned) protocol timestamps. A JSON dump of a [WhisperResult](https://github.com/jianfch/stable-ts/blob/650cc4be7185d4fbf4bd9fb9bc7efc8d4d22ad5d/stable_whisper/result.py#L928)
81
  - transcript.aligned.json - Transcript, force aligned, with word level timing and "matching probability" scores. A JSON dump of a [WhisperResult](https://github.com/jianfch/stable-ts/blob/650cc4be7185d4fbf4bd9fb9bc7efc8d4d22ad5d/stable_whisper/result.py#L928)
82
  -- The WhisperResult json has a "segments" top level property which is a superset of the "segments" structure the Whisper model produces internally.
83
  - metadata.json - Metadata gathered while normalizing the recording session data and derived from the Recording user profile. (See Below)
 
77
  - raw.transcript.txt - The protocol text, cleaned up: deduplicate whitespace, preserving newlines.
78
  - raw.transcript.timeindex.csv - Time ranges, into the raw transcript text. Format [start_loc, end_loc, timestamp] - This is derived from the protocol timestamps, after cleaning up the data.
79
  - normalized.transcript.txt - Text derived after normalizing for audio tasks. Cleanup includes: square brackets removal, replacing en-dashes with commas, semi-colons with periods. Non-printable unicode hebrew markers are removed. Whitespace deduplication.
80
+ - transcript.json - Transcript, timed using the original (cleaned) protocol timestamps. (Contains the timed text of `normalized.transcript.txt`). A JSON dump of a [WhisperResult](https://github.com/jianfch/stable-ts/blob/650cc4be7185d4fbf4bd9fb9bc7efc8d4d22ad5d/stable_whisper/result.py#L928)
81
  - transcript.aligned.json - Transcript, force aligned, with word level timing and "matching probability" scores. A JSON dump of a [WhisperResult](https://github.com/jianfch/stable-ts/blob/650cc4be7185d4fbf4bd9fb9bc7efc8d4d22ad5d/stable_whisper/result.py#L928)
82
  -- The WhisperResult json has a "segments" top level property which is a superset of the "segments" structure the Whisper model produces internally.
83
  - metadata.json - Metadata gathered while normalizing the recording session data and derived from the Recording user profile. (See Below)