diff --git a/src/User_Manual/config.yaml b/src/User_Manual/config.yaml index 96199c0c..16505e48 100644 --- a/src/User_Manual/config.yaml +++ b/src/User_Manual/config.yaml @@ -4,9 +4,9 @@ Compute_Device: database_creation: cpu database_query: cpu gpu_brand: -EMBEDDING_MODEL_NAME: +EMBEDDING_MODEL_NAME: null Platform_Info: - os: windows + os: Supported_CTranslate2_Quantizations: CPU: - float32 @@ -22,13 +22,13 @@ Supported_CTranslate2_Quantizations: - int8 bark: enable_cpu_offload: false - model_precision: float16 - size: normal + model_precision: float32 + size: small speaker: v2/en_speaker_6 use_better_transformer: true database: - chunk_overlap: 200 - chunk_size: 800 + chunk_overlap: 250 + chunk_size: 750 contexts: 6 similarity: 0.9 embedding-models: @@ -65,12 +65,12 @@ styles: frame: 'background-color: #161b22;' input: 'background-color: #2e333b; color: light gray; font: 13pt "Segoe UI Historic";' text: 'background-color: #092327; color: light gray; font: 12pt "Segoe UI Historic";' -test_embeddings: false +test_embeddings: true transcribe_file: device: cpu file: null - model: large-v2 - quant: float16 + model: medium.en + quant: float32 timestamps: true transcriber: device: cpu @@ -85,15 +85,15 @@ vision: available_sizes: - 7b batch: null - chosen_model: llava - chosen_quant: 4-bit - chosen_size: 7b + chosen_model: salesforce + chosen_quant: float32 + chosen_size: 470m cogvlm: available_quants: - 4-bit - 8-bit available_sizes: - - 18b + - 17.6b flash_attention2: null llava: available_quants: @@ -103,4 +103,9 @@ vision: available_sizes: - 7b - 13b + salesforce: + available_quants: + - float32 + available_sizes: + - 470m test_image: null