Apel-sin commited on
Commit
0752959
·
verified ·
1 Parent(s): 2ac4347

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -40,6 +40,10 @@ models:
40
  output_dir: "/mnt/cloud/llm/whisper/whisper-large-v3-russian-ties-podlodka"
41
  ```
42
 
 
 
 
 
43
  ## Usage
44
 
45
  In order to process phone calls it is highly recommended that you preprocess your records and adjust volume before performing ASR. For example, like this:
@@ -98,10 +102,6 @@ print(asr['text'])
98
 
99
  ```
100
 
101
- ## Simple API server
102
-
103
- Simple OpenAI compatible API server: https://github.com/kreolsky/whisper-api-server/
104
-
105
  ## Work in progress
106
 
107
  This model is in WIP state for now. The goal is to finetune it for speech recognition of phone calls as much as possible. If you want to contribute and you know or have any good dataset please let me know. Your help will be much appreciated.
 
40
  output_dir: "/mnt/cloud/llm/whisper/whisper-large-v3-russian-ties-podlodka"
41
  ```
42
 
43
+ ## Simple API server
44
+
45
+ It can be uses with simple OpenAI compatible API server: https://github.com/kreolsky/whisper-api-server/
46
+
47
  ## Usage
48
 
49
  In order to process phone calls it is highly recommended that you preprocess your records and adjust volume before performing ASR. For example, like this:
 
102
 
103
  ```
104
 
 
 
 
 
105
  ## Work in progress
106
 
107
  This model is in WIP state for now. The goal is to finetune it for speech recognition of phone calls as much as possible. If you want to contribute and you know or have any good dataset please let me know. Your help will be much appreciated.