Derur commited on
Commit
6236e75
·
verified ·
1 Parent(s): dbe62af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -37,4 +37,9 @@ tags:
37
  - stt
38
  ---
39
  # STT Vosk Models
40
- Download from: [**URL**](https://alphacephei.com/vosk/models)
 
 
 
 
 
 
37
  - stt
38
  ---
39
  # STT Vosk Models
40
+ Downloaded from: [**URL**](https://alphacephei.com/vosk/models)
41
+
42
+
43
+ Models
44
+ We have two types of models - big and small, small models are ideal for some limited task on mobile applications. They can run on smartphones, Raspberry Pi’s. They are also recommended for desktop applications. Small model typically is around 50Mb in size and requires about 300Mb of memory in runtime. Big models are for the high-accuracy transcription on the server. Big models require up to 16Gb in memory since they apply advanced AI algorithms. Ideally you run them on some high-end servers like i7 or latest AMD Ryzen. On AWS you can take a look on c5a machines and similar machines in other clouds.
45
+ Most small model allow dynamic vocabulary reconfiguration. Big models are static the vocabulary can not be modified in runtime.