Upload AutoRegressiveAudioEncoder
Browse files- config.json +15 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/ocean/projects/cis220031p/mshah1/mlsp_llm/saves/autoreg_encodec_ft/encodec_24khz-opt-125m-pretrained-ft_ls960_1qt_PtDisc_frozenDecoder/checkpoint-8600",
|
3 |
+
"architectures": [
|
4 |
+
"AutoRegressiveAudioEncoder"
|
5 |
+
],
|
6 |
+
"encodec_kwargs": {},
|
7 |
+
"encodec_model_name": "facebook/encodec_24khz",
|
8 |
+
"llm_kwargs": {},
|
9 |
+
"lm_model_name": "facebook/opt-125m",
|
10 |
+
"num_quantizers": 1,
|
11 |
+
"ppl_loss_weight": 1.0,
|
12 |
+
"recon_loss_weight": 1.0,
|
13 |
+
"torch_dtype": "float32",
|
14 |
+
"transformers_version": "4.34.0"
|
15 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:446c1fbf34c7a3916fd77f1e51796788069354c079b0c9419eb6645d8dc6bb6a
|
3 |
+
size 450909534
|