prince-canuma commited on
Commit
75be552
·
verified ·
1 Parent(s): c7aeac5

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ language:
4
+ - en
5
+ - ar
6
+ - zh
7
+ - nl
8
+ - fr
9
+ - de
10
+ - it
11
+ - ja
12
+ - ko
13
+ - lt
14
+ - ru
15
+ - es
16
+ - pt
17
+ - be
18
+ - bn
19
+ - ka
20
+ - hu
21
+ - lv
22
+ - fa
23
+ - pl
24
+ - sw
25
+ - ta
26
+ - uk
27
+ pipeline_tag: text-to-speech
28
+ tags:
29
+ - mlx
30
+ ---
31
+
32
+ # mlx-community/Llama-OuteTTS-1.0-1B-bf16
33
+ This model was converted to MLX format from [`OuteAI/Llama-OuteTTS-1.0-1B`](https://huggingface.co/OuteAI/Llama-OuteTTS-1.0-1B) using mlx-audio version **0.1.0**.
34
+ Refer to the [original model card](https://huggingface.co/OuteAI/Llama-OuteTTS-1.0-1B) for more details on the model.
35
+ ## Use with mlx
36
+
37
+ ```bash
38
+ pip install -U mlx-audio
39
+ ```
40
+
41
+ ```bash
42
+ python -m mlx_audio.tts.generate --model mlx-community/Llama-OuteTTS-1.0-1B-bf16 --text "Describe this image."
43
+ ```
config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": false,
3
+ "add_cross_attention": false,
4
+ "architectures": [
5
+ "LlamaForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "bad_words_ids": null,
10
+ "begin_suppress_tokens": null,
11
+ "bos_token_id": 133309,
12
+ "chunk_size_feed_forward": 0,
13
+ "cross_attention_hidden_size": null,
14
+ "decoder_start_token_id": null,
15
+ "diversity_penalty": 0.0,
16
+ "do_sample": false,
17
+ "early_stopping": false,
18
+ "encoder_no_repeat_ngram_size": 0,
19
+ "eos_token_id": 133310,
20
+ "exponential_decay_length_penalty": null,
21
+ "finetuning_task": null,
22
+ "forced_bos_token_id": null,
23
+ "forced_eos_token_id": null,
24
+ "head_dim": 64,
25
+ "hidden_act": "silu",
26
+ "hidden_size": 2048,
27
+ "id2label": {
28
+ "0": "LABEL_0",
29
+ "1": "LABEL_1"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 8192,
33
+ "is_decoder": false,
34
+ "is_encoder_decoder": false,
35
+ "label2id": {
36
+ "LABEL_0": 0,
37
+ "LABEL_1": 1
38
+ },
39
+ "length_penalty": 1.0,
40
+ "max_length": 20,
41
+ "max_position_embeddings": 131072,
42
+ "min_length": 0,
43
+ "mlp_bias": false,
44
+ "model_type": "llama",
45
+ "no_repeat_ngram_size": 0,
46
+ "num_attention_heads": 32,
47
+ "num_beam_groups": 1,
48
+ "num_beams": 1,
49
+ "num_hidden_layers": 16,
50
+ "num_key_value_heads": 8,
51
+ "num_return_sequences": 1,
52
+ "output_attentions": false,
53
+ "output_hidden_states": false,
54
+ "output_scores": false,
55
+ "pad_token_id": null,
56
+ "prefix": null,
57
+ "pretraining_tp": 1,
58
+ "problem_type": null,
59
+ "pruned_heads": {},
60
+ "remove_invalid_values": false,
61
+ "repetition_penalty": 1.0,
62
+ "return_dict": true,
63
+ "return_dict_in_generate": false,
64
+ "rms_norm_eps": 1e-05,
65
+ "rope_scaling": {
66
+ "factor": 32.0,
67
+ "high_freq_factor": 4.0,
68
+ "low_freq_factor": 1.0,
69
+ "original_max_position_embeddings": 8192,
70
+ "rope_type": "llama3"
71
+ },
72
+ "rope_theta": 500000.0,
73
+ "sep_token_id": null,
74
+ "suppress_tokens": null,
75
+ "task_specific_params": null,
76
+ "temperature": 1.0,
77
+ "tf_legacy_loss": false,
78
+ "tie_encoder_decoder": false,
79
+ "tie_word_embeddings": true,
80
+ "tokenizer_class": null,
81
+ "top_k": 50,
82
+ "top_p": 1.0,
83
+ "torch_dtype": "bfloat16",
84
+ "torchscript": false,
85
+ "transformers_version": "4.52.0.dev0",
86
+ "typical_p": 1.0,
87
+ "use_bfloat16": false,
88
+ "use_cache": true,
89
+ "vocab_size": 134400
90
+ }
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 133309,
4
+ "eos_token_id": 133310,
5
+ "pad_token_id": 128001,
6
+ "transformers_version": "4.48.3",
7
+ "do_sample": true,
8
+ "temperature": 0.4,
9
+ "repetition_penalty": 1.1,
10
+ "top_k": 40,
11
+ "top_p": 0.9,
12
+ "min_p": 0.05
13
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4add30bd8dee4cccf78c2043de6d51b72def2af25cc2e97c9ccf8dc342542c1
3
+ size 2496811345
model.safetensors.index.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 2496794624
4
+ },
5
+ "weight_map": {
6
+ "model.embed_tokens.weight": "model.safetensors",
7
+ "model.layers.0.input_layernorm.weight": "model.safetensors",
8
+ "model.layers.0.mlp.down_proj.weight": "model.safetensors",
9
+ "model.layers.0.mlp.gate_proj.weight": "model.safetensors",
10
+ "model.layers.0.mlp.up_proj.weight": "model.safetensors",
11
+ "model.layers.0.post_attention_layernorm.weight": "model.safetensors",
12
+ "model.layers.0.self_attn.k_proj.weight": "model.safetensors",
13
+ "model.layers.0.self_attn.o_proj.weight": "model.safetensors",
14
+ "model.layers.0.self_attn.q_proj.weight": "model.safetensors",
15
+ "model.layers.0.self_attn.v_proj.weight": "model.safetensors",
16
+ "model.layers.1.input_layernorm.weight": "model.safetensors",
17
+ "model.layers.1.mlp.down_proj.weight": "model.safetensors",
18
+ "model.layers.1.mlp.gate_proj.weight": "model.safetensors",
19
+ "model.layers.1.mlp.up_proj.weight": "model.safetensors",
20
+ "model.layers.1.post_attention_layernorm.weight": "model.safetensors",
21
+ "model.layers.1.self_attn.k_proj.weight": "model.safetensors",
22
+ "model.layers.1.self_attn.o_proj.weight": "model.safetensors",
23
+ "model.layers.1.self_attn.q_proj.weight": "model.safetensors",
24
+ "model.layers.1.self_attn.v_proj.weight": "model.safetensors",
25
+ "model.layers.10.input_layernorm.weight": "model.safetensors",
26
+ "model.layers.10.mlp.down_proj.weight": "model.safetensors",
27
+ "model.layers.10.mlp.gate_proj.weight": "model.safetensors",
28
+ "model.layers.10.mlp.up_proj.weight": "model.safetensors",
29
+ "model.layers.10.post_attention_layernorm.weight": "model.safetensors",
30
+ "model.layers.10.self_attn.k_proj.weight": "model.safetensors",
31
+ "model.layers.10.self_attn.o_proj.weight": "model.safetensors",
32
+ "model.layers.10.self_attn.q_proj.weight": "model.safetensors",
33
+ "model.layers.10.self_attn.v_proj.weight": "model.safetensors",
34
+ "model.layers.11.input_layernorm.weight": "model.safetensors",
35
+ "model.layers.11.mlp.down_proj.weight": "model.safetensors",
36
+ "model.layers.11.mlp.gate_proj.weight": "model.safetensors",
37
+ "model.layers.11.mlp.up_proj.weight": "model.safetensors",
38
+ "model.layers.11.post_attention_layernorm.weight": "model.safetensors",
39
+ "model.layers.11.self_attn.k_proj.weight": "model.safetensors",
40
+ "model.layers.11.self_attn.o_proj.weight": "model.safetensors",
41
+ "model.layers.11.self_attn.q_proj.weight": "model.safetensors",
42
+ "model.layers.11.self_attn.v_proj.weight": "model.safetensors",
43
+ "model.layers.12.input_layernorm.weight": "model.safetensors",
44
+ "model.layers.12.mlp.down_proj.weight": "model.safetensors",
45
+ "model.layers.12.mlp.gate_proj.weight": "model.safetensors",
46
+ "model.layers.12.mlp.up_proj.weight": "model.safetensors",
47
+ "model.layers.12.post_attention_layernorm.weight": "model.safetensors",
48
+ "model.layers.12.self_attn.k_proj.weight": "model.safetensors",
49
+ "model.layers.12.self_attn.o_proj.weight": "model.safetensors",
50
+ "model.layers.12.self_attn.q_proj.weight": "model.safetensors",
51
+ "model.layers.12.self_attn.v_proj.weight": "model.safetensors",
52
+ "model.layers.13.input_layernorm.weight": "model.safetensors",
53
+ "model.layers.13.mlp.down_proj.weight": "model.safetensors",
54
+ "model.layers.13.mlp.gate_proj.weight": "model.safetensors",
55
+ "model.layers.13.mlp.up_proj.weight": "model.safetensors",
56
+ "model.layers.13.post_attention_layernorm.weight": "model.safetensors",
57
+ "model.layers.13.self_attn.k_proj.weight": "model.safetensors",
58
+ "model.layers.13.self_attn.o_proj.weight": "model.safetensors",
59
+ "model.layers.13.self_attn.q_proj.weight": "model.safetensors",
60
+ "model.layers.13.self_attn.v_proj.weight": "model.safetensors",
61
+ "model.layers.14.input_layernorm.weight": "model.safetensors",
62
+ "model.layers.14.mlp.down_proj.weight": "model.safetensors",
63
+ "model.layers.14.mlp.gate_proj.weight": "model.safetensors",
64
+ "model.layers.14.mlp.up_proj.weight": "model.safetensors",
65
+ "model.layers.14.post_attention_layernorm.weight": "model.safetensors",
66
+ "model.layers.14.self_attn.k_proj.weight": "model.safetensors",
67
+ "model.layers.14.self_attn.o_proj.weight": "model.safetensors",
68
+ "model.layers.14.self_attn.q_proj.weight": "model.safetensors",
69
+ "model.layers.14.self_attn.v_proj.weight": "model.safetensors",
70
+ "model.layers.15.input_layernorm.weight": "model.safetensors",
71
+ "model.layers.15.mlp.down_proj.weight": "model.safetensors",
72
+ "model.layers.15.mlp.gate_proj.weight": "model.safetensors",
73
+ "model.layers.15.mlp.up_proj.weight": "model.safetensors",
74
+ "model.layers.15.post_attention_layernorm.weight": "model.safetensors",
75
+ "model.layers.15.self_attn.k_proj.weight": "model.safetensors",
76
+ "model.layers.15.self_attn.o_proj.weight": "model.safetensors",
77
+ "model.layers.15.self_attn.q_proj.weight": "model.safetensors",
78
+ "model.layers.15.self_attn.v_proj.weight": "model.safetensors",
79
+ "model.layers.2.input_layernorm.weight": "model.safetensors",
80
+ "model.layers.2.mlp.down_proj.weight": "model.safetensors",
81
+ "model.layers.2.mlp.gate_proj.weight": "model.safetensors",
82
+ "model.layers.2.mlp.up_proj.weight": "model.safetensors",
83
+ "model.layers.2.post_attention_layernorm.weight": "model.safetensors",
84
+ "model.layers.2.self_attn.k_proj.weight": "model.safetensors",
85
+ "model.layers.2.self_attn.o_proj.weight": "model.safetensors",
86
+ "model.layers.2.self_attn.q_proj.weight": "model.safetensors",
87
+ "model.layers.2.self_attn.v_proj.weight": "model.safetensors",
88
+ "model.layers.3.input_layernorm.weight": "model.safetensors",
89
+ "model.layers.3.mlp.down_proj.weight": "model.safetensors",
90
+ "model.layers.3.mlp.gate_proj.weight": "model.safetensors",
91
+ "model.layers.3.mlp.up_proj.weight": "model.safetensors",
92
+ "model.layers.3.post_attention_layernorm.weight": "model.safetensors",
93
+ "model.layers.3.self_attn.k_proj.weight": "model.safetensors",
94
+ "model.layers.3.self_attn.o_proj.weight": "model.safetensors",
95
+ "model.layers.3.self_attn.q_proj.weight": "model.safetensors",
96
+ "model.layers.3.self_attn.v_proj.weight": "model.safetensors",
97
+ "model.layers.4.input_layernorm.weight": "model.safetensors",
98
+ "model.layers.4.mlp.down_proj.weight": "model.safetensors",
99
+ "model.layers.4.mlp.gate_proj.weight": "model.safetensors",
100
+ "model.layers.4.mlp.up_proj.weight": "model.safetensors",
101
+ "model.layers.4.post_attention_layernorm.weight": "model.safetensors",
102
+ "model.layers.4.self_attn.k_proj.weight": "model.safetensors",
103
+ "model.layers.4.self_attn.o_proj.weight": "model.safetensors",
104
+ "model.layers.4.self_attn.q_proj.weight": "model.safetensors",
105
+ "model.layers.4.self_attn.v_proj.weight": "model.safetensors",
106
+ "model.layers.5.input_layernorm.weight": "model.safetensors",
107
+ "model.layers.5.mlp.down_proj.weight": "model.safetensors",
108
+ "model.layers.5.mlp.gate_proj.weight": "model.safetensors",
109
+ "model.layers.5.mlp.up_proj.weight": "model.safetensors",
110
+ "model.layers.5.post_attention_layernorm.weight": "model.safetensors",
111
+ "model.layers.5.self_attn.k_proj.weight": "model.safetensors",
112
+ "model.layers.5.self_attn.o_proj.weight": "model.safetensors",
113
+ "model.layers.5.self_attn.q_proj.weight": "model.safetensors",
114
+ "model.layers.5.self_attn.v_proj.weight": "model.safetensors",
115
+ "model.layers.6.input_layernorm.weight": "model.safetensors",
116
+ "model.layers.6.mlp.down_proj.weight": "model.safetensors",
117
+ "model.layers.6.mlp.gate_proj.weight": "model.safetensors",
118
+ "model.layers.6.mlp.up_proj.weight": "model.safetensors",
119
+ "model.layers.6.post_attention_layernorm.weight": "model.safetensors",
120
+ "model.layers.6.self_attn.k_proj.weight": "model.safetensors",
121
+ "model.layers.6.self_attn.o_proj.weight": "model.safetensors",
122
+ "model.layers.6.self_attn.q_proj.weight": "model.safetensors",
123
+ "model.layers.6.self_attn.v_proj.weight": "model.safetensors",
124
+ "model.layers.7.input_layernorm.weight": "model.safetensors",
125
+ "model.layers.7.mlp.down_proj.weight": "model.safetensors",
126
+ "model.layers.7.mlp.gate_proj.weight": "model.safetensors",
127
+ "model.layers.7.mlp.up_proj.weight": "model.safetensors",
128
+ "model.layers.7.post_attention_layernorm.weight": "model.safetensors",
129
+ "model.layers.7.self_attn.k_proj.weight": "model.safetensors",
130
+ "model.layers.7.self_attn.o_proj.weight": "model.safetensors",
131
+ "model.layers.7.self_attn.q_proj.weight": "model.safetensors",
132
+ "model.layers.7.self_attn.v_proj.weight": "model.safetensors",
133
+ "model.layers.8.input_layernorm.weight": "model.safetensors",
134
+ "model.layers.8.mlp.down_proj.weight": "model.safetensors",
135
+ "model.layers.8.mlp.gate_proj.weight": "model.safetensors",
136
+ "model.layers.8.mlp.up_proj.weight": "model.safetensors",
137
+ "model.layers.8.post_attention_layernorm.weight": "model.safetensors",
138
+ "model.layers.8.self_attn.k_proj.weight": "model.safetensors",
139
+ "model.layers.8.self_attn.o_proj.weight": "model.safetensors",
140
+ "model.layers.8.self_attn.q_proj.weight": "model.safetensors",
141
+ "model.layers.8.self_attn.v_proj.weight": "model.safetensors",
142
+ "model.layers.9.input_layernorm.weight": "model.safetensors",
143
+ "model.layers.9.mlp.down_proj.weight": "model.safetensors",
144
+ "model.layers.9.mlp.gate_proj.weight": "model.safetensors",
145
+ "model.layers.9.mlp.up_proj.weight": "model.safetensors",
146
+ "model.layers.9.post_attention_layernorm.weight": "model.safetensors",
147
+ "model.layers.9.self_attn.k_proj.weight": "model.safetensors",
148
+ "model.layers.9.self_attn.o_proj.weight": "model.safetensors",
149
+ "model.layers.9.self_attn.q_proj.weight": "model.safetensors",
150
+ "model.layers.9.self_attn.v_proj.weight": "model.safetensors",
151
+ "model.norm.weight": "model.safetensors"
152
+ }
153
+ }
special_tokens_map.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec54a55e3c6fc7318ea02cbd1a6eb1fb180bff1b58acbf068504a25f1b407b7b
3
+ size 18366636
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff