update
Browse files- .gitattributes +32 -0
- README.md +0 -3
- kmeans/librispeech_cuts_dev-clean.jsonl.gz +3 -0
- kmeans/librispeech_cuts_train-clean-100.jsonl.gz +3 -0
- kmeans/librispeech_cuts_train-clean-360.jsonl.gz +3 -0
- kmeans/librispeech_cuts_train-other-500.jsonl.gz +3 -0
- lang_bpe_500/L.fst +3 -0
- lang_bpe_500/L.pt +3 -0
- lang_bpe_500/L_disambig.fst +3 -0
- lang_bpe_500/L_disambig.pt +3 -0
- lang_bpe_500/bpe.model +3 -0
- lang_bpe_500/lexicon.txt +3 -0
- lang_bpe_500/lexicon_disambig.txt +3 -0
- lang_bpe_500/tokens.txt +3 -0
- lang_bpe_500/transcript_tokens.txt +3 -0
- lang_bpe_500/transcript_words.txt +3 -0
- lang_bpe_500/unigram_500.model +3 -0
- lang_bpe_500/unigram_500.vocab +3 -0
- lang_bpe_500/words.txt +3 -0
- lang_char/L.pt +3 -0
- lang_char/L_disambig.pt +3 -0
- lang_char/Linv.pt +3 -0
- lang_char/lexicon.txt +3 -0
- lang_char/lexicon_disambig.txt +3 -0
- lang_char/text +3 -0
- lang_char/tokens.txt +3 -0
- lang_char/words.txt +3 -0
- wav/librispeech_cuts_dev-clean.jsonl.gz +3 -0
- wav/librispeech_cuts_dev-other.jsonl.gz +3 -0
- wav/librispeech_cuts_test-clean.jsonl.gz +3 -0
- wav/librispeech_cuts_test-other.jsonl.gz +3 -0
- wav/librispeech_cuts_train-clean-100.jsonl.gz +3 -0
- wav/librispeech_cuts_train-clean-360.jsonl.gz +3 -0
- wav/librispeech_cuts_train-other-500.jsonl.gz +3 -0
.gitattributes
CHANGED
@@ -56,3 +56,35 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
59 |
+
kmeans/librispeech_cuts_train-clean-100.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
60 |
+
kmeans/librispeech_cuts_train-clean-360.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
61 |
+
kmeans/librispeech_cuts_train-other-500.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
62 |
+
wav/librispeech_cuts_test-clean.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
63 |
+
wav/librispeech_cuts_train-other-500.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
64 |
+
wav/librispeech_cuts_train-clean-360.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
65 |
+
kmeans/librispeech_cuts_dev-clean.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
66 |
+
wav/librispeech_cuts_dev-clean.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
67 |
+
wav/librispeech_cuts_dev-other.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
68 |
+
wav/librispeech_cuts_test-other.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
69 |
+
wav/librispeech_cuts_train-clean-100.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
70 |
+
lang_bpe_500/L_disambig.fst filter=lfs diff=lfs merge=lfs -text
|
71 |
+
lang_bpe_500/L.fst filter=lfs diff=lfs merge=lfs -text
|
72 |
+
lang_bpe_500/lexicon_disambig.txt filter=lfs diff=lfs merge=lfs -text
|
73 |
+
lang_bpe_500/lexicon.txt filter=lfs diff=lfs merge=lfs -text
|
74 |
+
lang_bpe_500/transcript_tokens.txt filter=lfs diff=lfs merge=lfs -text
|
75 |
+
lang_bpe_500/transcript_words.txt filter=lfs diff=lfs merge=lfs -text
|
76 |
+
lang_bpe_500/words.txt filter=lfs diff=lfs merge=lfs -text
|
77 |
+
lang_char/words.txt filter=lfs diff=lfs merge=lfs -text
|
78 |
+
lang_bpe_500/tokens.txt filter=lfs diff=lfs merge=lfs -text
|
79 |
+
lang_char/lexicon_disambig.txt filter=lfs diff=lfs merge=lfs -text
|
80 |
+
lang_char/lexicon.txt filter=lfs diff=lfs merge=lfs -text
|
81 |
+
lang_char/tokens.txt filter=lfs diff=lfs merge=lfs -text
|
82 |
+
lang_char/L_disambig.pt filter=lfs diff=lfs merge=lfs -text
|
83 |
+
lang_bpe_500/L_disambig.pt filter=lfs diff=lfs merge=lfs -text
|
84 |
+
lang_bpe_500/L.pt filter=lfs diff=lfs merge=lfs -text
|
85 |
+
lang_bpe_500/unigram_500.vocab filter=lfs diff=lfs merge=lfs -text
|
86 |
+
lang_char/Linv.pt filter=lfs diff=lfs merge=lfs -text
|
87 |
+
lang_char/L.pt filter=lfs diff=lfs merge=lfs -text
|
88 |
+
lang_char/text filter=lfs diff=lfs merge=lfs -text
|
89 |
+
lang_bpe_500/bpe.model filter=lfs diff=lfs merge=lfs -text
|
90 |
+
lang_bpe_500/unigram_500.model filter=lfs diff=lfs merge=lfs -text
|
README.md
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
kmeans/librispeech_cuts_dev-clean.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f34934f827721a577e2e86a020c4f85ff7fb0f1221e35a3ea2ad95dc6220a57a
|
3 |
+
size 1171682
|
kmeans/librispeech_cuts_train-clean-100.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48dfa94ae1b700b5f7b9bb470e5b0213877f5aa414d9a3ed9ebbf1065a7a9f10
|
3 |
+
size 19833460
|
kmeans/librispeech_cuts_train-clean-360.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d0324fbc4fb881d1d43ff0f52233de9d384c1e2ef9fd50c4b64c5c667a522f2
|
3 |
+
size 71717131
|
kmeans/librispeech_cuts_train-other-500.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdf2cd8cb484891628d2a44799ab579785127bbcefa389b2dd052f4fc8b39f28
|
3 |
+
size 98909087
|
lang_bpe_500/L.fst
ADDED
Git LFS Details
|
lang_bpe_500/L.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51d49ad6bdfddb6eb3ae800f3decc68510c4bf2199ea163ae373988c8933f963
|
3 |
+
size 19528783
|
lang_bpe_500/L_disambig.fst
ADDED
Git LFS Details
|
lang_bpe_500/L_disambig.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a796febc3cc9e0f1a7e65413fc01f0009cc8f08808b4c2a9c5a973fa0ee75626
|
3 |
+
size 20544755
|
lang_bpe_500/bpe.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50a8f4187e0f9861f089714822c2756909643ec93b1ab48b6b6cab67261b8997
|
3 |
+
size 244985
|
lang_bpe_500/lexicon.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bc7bcdd3bfb7aee46b2ff22c95031d3a1c1326eeb0e3f93af11533343134697
|
3 |
+
size 4851584
|
lang_bpe_500/lexicon_disambig.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e523aae8bf29d6b00eaea63dd8b1405aa9a4b691b9b795dacbeeeb91edc36300
|
3 |
+
size 5003969
|
lang_bpe_500/tokens.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ceace90ccd60d73469ea1b8e55234e5b5c57e6e4aec589437baa8365ef18ea9a
|
3 |
+
size 5168
|
lang_bpe_500/transcript_tokens.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f29c805faf2f73923af7afcb1714eb55591e0d754d6e804b60d853055f81aedd
|
3 |
+
size 87140874
|
lang_bpe_500/transcript_words.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3166871238bee64cfa54058f189881b80e971e05a39b1c0ebc12e0503209f6c3
|
3 |
+
size 50063453
|
lang_bpe_500/unigram_500.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50a8f4187e0f9861f089714822c2756909643ec93b1ab48b6b6cab67261b8997
|
3 |
+
size 244985
|
lang_bpe_500/unigram_500.vocab
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d34f7c48a753f6fa58713fd1aaf9a5234b68957e5b31b66edeb1d9c860440261
|
3 |
+
size 7687
|
lang_bpe_500/words.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43c4e6ab38c37855b8603f4300f42990ffd07aa56f4538d5b581af9528564794
|
3 |
+
size 3026571
|
lang_char/L.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:546e5c53f8d22874c36c0b6fc9f3fe4bdf73d7faf015b76590538334d5830852
|
3 |
+
size 30753076
|
lang_char/L_disambig.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2134371f49cb363a960fa551e88007da7d719c80e3da43a32b1a0ebc008b072f
|
3 |
+
size 31916458
|
lang_char/Linv.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70620edbc0181dd80bad995b5d481cc15627fae8eda627ad222a3ac40bd1f5fa
|
3 |
+
size 30753158
|
lang_char/lexicon.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:150b8b58a42321ed04c5085d5320b01a90acf7b7d54093c4a34c7d2c2c12e843
|
3 |
+
size 4812776
|
lang_char/lexicon_disambig.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ccc92adac8d22c58db2b58c1b5f0464fa84e08a7722f02d4b1e9f0eeab660f7
|
3 |
+
size 4987259
|
lang_char/text
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e5f35f319de71dd659fd74519de8f88bb7fef5224583432e2aade720fc87457
|
3 |
+
size 51183274
|
lang_char/tokens.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a59cd14a8bb2df49fe268437e759572fef4b0fc92fdde8e118166a8fbb346eb
|
3 |
+
size 173
|
lang_char/words.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43c4e6ab38c37855b8603f4300f42990ffd07aa56f4538d5b581af9528564794
|
3 |
+
size 3026571
|
wav/librispeech_cuts_dev-clean.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0083cee064ca2d754084c7b1895a6e119cafa5ee57c17aec50fef99470f3788a
|
3 |
+
size 242571
|
wav/librispeech_cuts_dev-other.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f30f7da02609c5da82ca1feaa81623ff65d1f98ccf7d20b7e4d7471300461c6
|
3 |
+
size 236630
|
wav/librispeech_cuts_test-clean.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05ea08d3f80b79e942a0c3ccb0da30db254281143105d48e86c100a87456a6ba
|
3 |
+
size 234328
|
wav/librispeech_cuts_test-other.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70feed40aaae0c31d1dfd74571159f3791947707081f1757493638733cf335c6
|
3 |
+
size 240620
|
wav/librispeech_cuts_train-clean-100.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33f6092c556c0ed26f8aea36082ab31c0ca140b9d3f2c67b4207de318c5b3b9a
|
3 |
+
size 3380103
|
wav/librispeech_cuts_train-clean-360.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5acaadbb4794fc3a9c056eaa293b5c7263e7c5187b93cd64a4dd1d7b984f0767
|
3 |
+
size 12235364
|
wav/librispeech_cuts_train-other-500.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48a0423ddb6bade42ec976319aff5a4ee5dfefaf9293523a43f4e2a78e62b54b
|
3 |
+
size 16760542
|