dlxj commited on
Commit ·
54d5817
1
Parent(s): a9f5e62
- .gitignore +3 -3
- checkpoints/bpe.model +3 -0
- checkpoints/feat1.pt +3 -0
- checkpoints/feat2.pt +3 -0
.gitignore
CHANGED
|
@@ -38,9 +38,9 @@ hf_cache/
|
|
| 38 |
*trained_ckpts*
|
| 39 |
prompts/
|
| 40 |
*.whl
|
| 41 |
-
checkpoints/bpe.model
|
| 42 |
-
checkpoints/feat1.pt
|
| 43 |
-
checkpoints/feat2.pt
|
| 44 |
checkpoints/gpt.pth
|
| 45 |
checkpoints/s2mel.pth
|
| 46 |
checkpoints/wav2vec2bert_stats.pt
|
|
|
|
| 38 |
*trained_ckpts*
|
| 39 |
prompts/
|
| 40 |
*.whl
|
| 41 |
+
# checkpoints/bpe.model
|
| 42 |
+
# checkpoints/feat1.pt
|
| 43 |
+
# checkpoints/feat2.pt
|
| 44 |
checkpoints/gpt.pth
|
| 45 |
checkpoints/s2mel.pth
|
| 46 |
checkpoints/wav2vec2bert_stats.pt
|
checkpoints/bpe.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29076c9bd3c579bbb75ba276eb397d56f4fca7b3f924f551190118d1396b122f
|
| 3 |
+
size 438468
|
checkpoints/feat1.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f219cb447d80216ba615666da2ff8d63ac544eee26657f3a7b278692bf7a67c4
|
| 3 |
+
size 57170
|
checkpoints/feat2.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c4292e96dee535aea9a6206e9a0c856dd578dde9212acdb16dd3ada4d12bf80
|
| 3 |
+
size 374866
|