From d6aff05ebf56c8bb4519eb5f944f8b995b91616d Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Thu, 26 Dec 2024 08:10:06 +0900 Subject: [PATCH] [Update] Config Page: Transcription, Whisper models. Add desc. --- locales/en.yml | 4 +++- locales/ja.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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: