Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
echodict
/
RWKV-ASR
like
1
ArXiv:
arxiv:
2402.08846
Dataset card
Files
Files and versions
xet
Community
main
RWKV-ASR
/
fla
/
ops
/
based
/
__init__.py
fasdfsa
init
32beb88
1 day ago
raw
Copy download link
history
blame
contribute
delete
Safe
165 Bytes
# -*- coding: utf-8 -*-
from
.chunk_fuse
import
fused_chunk_based
from
.parallel
import
parallel_based
__all__ = [
'fused_chunk_based'
,
'parallel_based'
]