Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dcc:itsol:whisper:datamanage [2024/07/31 08:42] – created giulio | dcc:itsol:whisper:datamanage [2024/08/26 08:19] (current) – old revision restored (2024/08/12 10:56) giulio | ||
---|---|---|---|
Line 2: | Line 2: | ||
===== Data management safety measures ===== | ===== Data management safety measures ===== | ||
- | This page is under construction | + | Because you are handling data containing the **voices of (multiple) people**, your data is considered one of the most sensitive kinds of data. It is important that you use the **VRW** environment to **properly protect this kind of data**. For the same reason, data uploaded to HPC to perform the transcription should not be left idling on HPC. As soon as you are aware that the transcription has been performed, you should take steps to **download the results from HPC to the VRW and to remove all traces of the data from HPC**. |
+ | |||
+ | There are **three main areas** that you need to clear in order to secure your data: | ||
+ | * The **audio** that you provided on **input** | ||
+ | * The **transcripts** that Whisper created | ||
+ | * The **SLURM file** created by HPC to record the job details | ||
+ | |||
+ | Once all three of these locations/ | ||
+ | |||
+ | Last but not least and independently of the sensitivity of your data, **HPC is a computing cluster** and therefore only intended for the **short-term storage of mutable data**. In order to ensure proper performance, | ||
+ | |||
+ | ==== Input Audio ==== | ||
+ | |||
+ | The files contained in the folder '' | ||
+ | |||
+ | Before removing the audio files, we advise you to first check if the transcripts are acceptable. Should you have to run the transcription again with a modified script (i.e. to force a language Whisper did not automatically identify), then having the audio still on HPC will save you time. | ||
+ | |||
+ | If the transcripts are what you expect them to be, however, then the audio should be removed promptly. Please consider doing a brief check of the transcripts, | ||
+ | |||
+ | ==== Output Text ==== | ||
+ | |||
+ | The files contained in the folder '' | ||
+ | |||
+ | The transcripts created by Whisper come in five different formats: | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | ==== Job Information File ==== | ||
+ | |||
+ | Finally, there is one last file that needs to be removed before you are done cleaning your HPC environment. In your HOME folder (the one you are directed to when you connect to HPC), there is a file called: | ||
+ | * '' | ||
+ | |||
+ | This file is created by HPC when you launch a job and it is tagged with the '' | ||
+ | |||
+ | **Note**: If you were curious, SLURM stands for //Simple Linux Utility for Resource Management// | ||
[[dcc: | [[dcc: |