Port of Funasr's Paraformer model in C/C++
Stars
42
Forks
6
Watchers
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
90
commits
update
f9d28c4
add sinusoidal position embedding
5529f09
add encoder forward graph
8615617
refactor code gguf: add decoder construct of seaco paraformer
410dd79
add some manuscript
d077816
code refactoring for gguf format
f0e5069
calculate the model size
e1b310a
update readme for seaco paraformer
1ec6bf8
update model structure
438c0c5
bugfix: avoid one single tensor dim become zero
b3f1f2c
refactor code for seaco paraformer
7312976
sync latest ggml code
67748b9
code style format
db83c2f
replace paraformer context with seaco paraformer
4a54c4e
update readme
e669a5c