khanhld3
commited on
Commit
·
f1cec28
1
Parent(s):
1c46201
[test] init
Browse files- .DS_Store +0 -0
- .gitignore +2 -0
- README.md +78 -0
- pytorch_model.bin +0 -0
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
push_hf.py
|
| 2 |
+
pytorch_model.pt
|
README.md
CHANGED
|
@@ -1,3 +1,81 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
---
|
| 4 |
+
language: en
|
| 5 |
+
datasets:
|
| 6 |
+
- vivos
|
| 7 |
+
- common_voice
|
| 8 |
+
- FOSD
|
| 9 |
+
- vlsp2020_vinai_100h
|
| 10 |
+
- AILAB-VNUHCM/vivos
|
| 11 |
+
- doof-ferb/vlsp2020_vinai_100h
|
| 12 |
+
- doof-ferb/fpt_fosd
|
| 13 |
+
- doof-ferb/infore1_25hours
|
| 14 |
+
- linhtran92/viet_bud500
|
| 15 |
+
- doof-ferb/LSVSC
|
| 16 |
+
- doof-ferb/vais1000
|
| 17 |
+
- doof-ferb/VietMed_labeled
|
| 18 |
+
- NhutP/VSV-1100
|
| 19 |
+
- doof-ferb/Speech-MASSIVE_vie
|
| 20 |
+
- doof-ferb/BibleMMS_vie
|
| 21 |
+
- capleaf/viVoice
|
| 22 |
+
metrics:
|
| 23 |
+
- wer
|
| 24 |
+
pipeline_tag: automatic-speech-recognition
|
| 25 |
+
tags:
|
| 26 |
+
- transcription
|
| 27 |
+
- audio
|
| 28 |
+
- speech
|
| 29 |
+
- chunkformer
|
| 30 |
+
- asr
|
| 31 |
+
- automatic-speech-recognition
|
| 32 |
+
- long-form
|
| 33 |
+
license: cc-by-nc-4.0
|
| 34 |
+
model-index:
|
| 35 |
+
- name: ChunkFormer Large Vietnamese
|
| 36 |
+
results:
|
| 37 |
+
- task:
|
| 38 |
+
name: Speech Recognition
|
| 39 |
+
type: automatic-speech-recognition
|
| 40 |
+
dataset:
|
| 41 |
+
name: common-voice-vietnamese
|
| 42 |
+
type: common_voice
|
| 43 |
+
args: vi
|
| 44 |
+
metrics:
|
| 45 |
+
- name: Test WER
|
| 46 |
+
type: wer
|
| 47 |
+
value: x
|
| 48 |
+
- task:
|
| 49 |
+
name: Speech Recognition
|
| 50 |
+
type: automatic-speech-recognition
|
| 51 |
+
dataset:
|
| 52 |
+
name: VIVOS
|
| 53 |
+
type: vivos
|
| 54 |
+
args: vi
|
| 55 |
+
metrics:
|
| 56 |
+
- name: Test WER
|
| 57 |
+
type: wer
|
| 58 |
+
value: x
|
| 59 |
+
- task:
|
| 60 |
+
name: Speech Recognition
|
| 61 |
+
type: automatic-speech-recognition
|
| 62 |
+
dataset:
|
| 63 |
+
name: VLSP - Task 1
|
| 64 |
+
type: vlsp
|
| 65 |
+
args: vi
|
| 66 |
+
metrics:
|
| 67 |
+
- name: Test WER
|
| 68 |
+
type: wer
|
| 69 |
+
value: x
|
| 70 |
+
---
|
| 71 |
+
|
| 72 |
+
# **ChunkFormer: Masked Chunking Conformer for Long-Form Speech Transcription**
|
| 73 |
+
[](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 74 |
+
[](https://huggingface.co/your-username/chunkformer)
|
| 75 |
+
[](https://your-paper-link)
|
| 76 |
+
|
| 77 |
+
## **Introduction**
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
## **Installation**
|
| 81 |
+
|
pytorch_model.bin
ADDED
|
File without changes
|