diff --git a/locales/en.yml b/locales/en.yml index ec3b38de..bf408334 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -188,7 +188,9 @@ config_page: label: Transcription Engine whisper_weight_type: label: Whisper Model - desc: Models with larger capacities tend to have higher accuracy, but they also consume more CPU and GPU resources. + desc: |- + Larger models tend to have higher accuracy, but they also consume more CPU or GPU resources. + Especially for models larger than medium, it may be difficult or even impossible to use them depending on the performance of your CPU/GPU. model_template: '{{model_name}} model ({{capacity}})' recommended_model_template: '{{model_name}} model ({{capacity}}) (Recommended)' whisper_compute_device: diff --git a/locales/ja.yml b/locales/ja.yml index 8518da44..00b7c547 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -186,7 +186,9 @@ config_page: label: 音声認識で使用するエンジン whisper_weight_type: label: Whisperモデルのタイプ - desc: 容量が大きいモデルほど精度は高いですが、その分CPUやGPUを占有します。 + desc: |- + 容量が大きいモデルほど精度は高いですが、その分CPUやGPUを占有します。 + ※特にmediumより容量の大きいモデルは、CPU/GPUの性能によっては使用すらも困難です。 model_template: '{{model_name}} モデル ({{capacity}})' recommended_model_template: '{{model_name}} モデル ({{capacity}}) (推奨)' whisper_compute_device: