Sanchit Gandhi
commited on
Commit
·
3518438
1
Parent(s):
9263aa2
up
Browse files- README.md +1 -0
- __pycache__ +1 -0
- get_ctc_tokenizer.py +1 -0
- models +1 -0
- process_switchboard.py +1 -0
- run_ctc_dummy.sh +1 -0
- run_flax_generation_seq2seq.py +1 -0
- run_flax_speech_recognition_ami_ctc.py +1 -0
- run_flax_speech_recognition_ami_seq2seq.py +1 -0
- run_flax_speech_recognition_ctc.py +1 -0
- run_flax_speech_recognition_ctc_ngram.py +1 -0
- run_flax_speech_recognition_seq2seq.py +1 -0
- run_seq2seq_dummy.sh +1 -0
- seq2seq.png +1 -0
- tests +1 -0
- wav2vec2_ctc_cv9_tokenizer_cased +1 -0
README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/README.md
|
__pycache__
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/__pycache__
|
get_ctc_tokenizer.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/get_ctc_tokenizer.py
|
models
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/models
|
process_switchboard.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/process_switchboard.py
|
run_ctc_dummy.sh
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/run_ctc_dummy.sh
|
run_flax_generation_seq2seq.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/run_flax_generation_seq2seq.py
|
run_flax_speech_recognition_ami_ctc.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/run_flax_speech_recognition_ami_ctc.py
|
run_flax_speech_recognition_ami_seq2seq.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/run_flax_speech_recognition_ami_seq2seq.py
|
run_flax_speech_recognition_ctc.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/run_flax_speech_recognition_ctc.py
|
run_flax_speech_recognition_ctc_ngram.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/run_flax_speech_recognition_ctc_ngram.py
|
run_flax_speech_recognition_seq2seq.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/run_flax_speech_recognition_seq2seq.py
|
run_seq2seq_dummy.sh
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/run_seq2seq_dummy.sh
|
seq2seq.png
ADDED
|
tests
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/tests
|
wav2vec2_ctc_cv9_tokenizer_cased
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/sanchitgandhi/seq2seq-speech/wav2vec2_ctc_cv9_tokenizer_cased
|