Siyanl commited on
Commit
132d7d4
1 Parent(s): 039ced0

Upload model

Browse files
Files changed (2) hide show
  1. config.json +202 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": null,
3
+ "_name_or_path": "/home/siyan/Desktop/age_prediction/clap/630k-best",
4
+ "architectures": [
5
+ "ClapModel"
6
+ ],
7
+ "audio_config": {
8
+ "_name_or_path": "",
9
+ "add_cross_attention": false,
10
+ "aff_block_r": 4,
11
+ "architectures": null,
12
+ "attention_probs_dropout_prob": 0.0,
13
+ "bad_words_ids": null,
14
+ "begin_suppress_tokens": null,
15
+ "bos_token_id": null,
16
+ "chunk_size_feed_forward": 0,
17
+ "cross_attention_hidden_size": null,
18
+ "decoder_start_token_id": null,
19
+ "depths": [
20
+ 2,
21
+ 2,
22
+ 6,
23
+ 2
24
+ ],
25
+ "diversity_penalty": 0.0,
26
+ "do_sample": false,
27
+ "drop_path_rate": 0.0,
28
+ "early_stopping": false,
29
+ "enable_fusion": false,
30
+ "enable_patch_layer_norm": true,
31
+ "encoder_no_repeat_ngram_size": 0,
32
+ "eos_token_id": null,
33
+ "exponential_decay_length_penalty": null,
34
+ "finetuning_task": null,
35
+ "flatten_patch_embeds": true,
36
+ "forced_bos_token_id": null,
37
+ "forced_eos_token_id": null,
38
+ "fusion_type": null,
39
+ "hidden_act": "gelu",
40
+ "hidden_dropout_prob": 0.1,
41
+ "hidden_size": 768,
42
+ "id2label": {
43
+ "0": "LABEL_0",
44
+ "1": "LABEL_1"
45
+ },
46
+ "initializer_factor": 1.0,
47
+ "is_decoder": false,
48
+ "is_encoder_decoder": false,
49
+ "label2id": {
50
+ "LABEL_0": 0,
51
+ "LABEL_1": 1
52
+ },
53
+ "layer_norm_eps": 1e-05,
54
+ "length_penalty": 1.0,
55
+ "max_length": 20,
56
+ "min_length": 0,
57
+ "mlp_ratio": 4.0,
58
+ "model_type": "clap_audio_model",
59
+ "no_repeat_ngram_size": 0,
60
+ "num_attention_heads": [
61
+ 4,
62
+ 8,
63
+ 16,
64
+ 32
65
+ ],
66
+ "num_beam_groups": 1,
67
+ "num_beams": 1,
68
+ "num_classes": 527,
69
+ "num_hidden_layers": 4,
70
+ "num_mel_bins": 64,
71
+ "num_return_sequences": 1,
72
+ "output_attentions": false,
73
+ "output_hidden_states": false,
74
+ "output_scores": false,
75
+ "pad_token_id": null,
76
+ "patch_embed_input_channels": 1,
77
+ "patch_embeds_hidden_size": 96,
78
+ "patch_size": 4,
79
+ "patch_stride": [
80
+ 4,
81
+ 4
82
+ ],
83
+ "prefix": null,
84
+ "problem_type": null,
85
+ "projection_dim": 512,
86
+ "projection_hidden_act": "relu",
87
+ "pruned_heads": {},
88
+ "qkv_bias": true,
89
+ "remove_invalid_values": false,
90
+ "repetition_penalty": 1.0,
91
+ "return_dict": true,
92
+ "return_dict_in_generate": false,
93
+ "sep_token_id": null,
94
+ "spec_size": 256,
95
+ "suppress_tokens": null,
96
+ "task_specific_params": null,
97
+ "temperature": 1.0,
98
+ "tf_legacy_loss": false,
99
+ "tie_encoder_decoder": false,
100
+ "tie_word_embeddings": true,
101
+ "tokenizer_class": null,
102
+ "top_k": 50,
103
+ "top_p": 1.0,
104
+ "torch_dtype": null,
105
+ "torchscript": false,
106
+ "transformers_version": "4.30.2",
107
+ "typical_p": 1.0,
108
+ "use_bfloat16": false,
109
+ "window_size": 8
110
+ },
111
+ "hidden_size": 768,
112
+ "initializer_factor": 1.0,
113
+ "logit_scale_init_value": 14.285714285714285,
114
+ "model_type": "clap",
115
+ "num_hidden_layers": 16,
116
+ "projection_dim": 512,
117
+ "projection_hidden_act": "relu",
118
+ "text_config": {
119
+ "_name_or_path": "",
120
+ "add_cross_attention": false,
121
+ "architectures": null,
122
+ "attention_probs_dropout_prob": 0.1,
123
+ "bad_words_ids": null,
124
+ "begin_suppress_tokens": null,
125
+ "bos_token_id": 0,
126
+ "chunk_size_feed_forward": 0,
127
+ "classifier_dropout": null,
128
+ "cross_attention_hidden_size": null,
129
+ "decoder_start_token_id": null,
130
+ "diversity_penalty": 0.0,
131
+ "do_sample": false,
132
+ "early_stopping": false,
133
+ "encoder_no_repeat_ngram_size": 0,
134
+ "eos_token_id": 2,
135
+ "exponential_decay_length_penalty": null,
136
+ "finetuning_task": null,
137
+ "forced_bos_token_id": null,
138
+ "forced_eos_token_id": null,
139
+ "hidden_act": "gelu",
140
+ "hidden_dropout_prob": 0.1,
141
+ "hidden_size": 768,
142
+ "id2label": {
143
+ "0": "LABEL_0",
144
+ "1": "LABEL_1"
145
+ },
146
+ "initializer_factor": 1.0,
147
+ "initializer_range": 0.02,
148
+ "intermediate_size": 3072,
149
+ "is_decoder": false,
150
+ "is_encoder_decoder": false,
151
+ "label2id": {
152
+ "LABEL_0": 0,
153
+ "LABEL_1": 1
154
+ },
155
+ "layer_norm_eps": 1e-12,
156
+ "length_penalty": 1.0,
157
+ "max_length": 20,
158
+ "max_position_embeddings": 514,
159
+ "min_length": 0,
160
+ "model_type": "clap_text_model",
161
+ "no_repeat_ngram_size": 0,
162
+ "num_attention_heads": 12,
163
+ "num_beam_groups": 1,
164
+ "num_beams": 1,
165
+ "num_hidden_layers": 12,
166
+ "num_return_sequences": 1,
167
+ "output_attentions": false,
168
+ "output_hidden_states": false,
169
+ "output_scores": false,
170
+ "pad_token_id": 1,
171
+ "position_embedding_type": "absolute",
172
+ "prefix": null,
173
+ "problem_type": null,
174
+ "projection_dim": 512,
175
+ "projection_hidden_act": "relu",
176
+ "pruned_heads": {},
177
+ "remove_invalid_values": false,
178
+ "repetition_penalty": 1.0,
179
+ "return_dict": true,
180
+ "return_dict_in_generate": false,
181
+ "sep_token_id": null,
182
+ "suppress_tokens": null,
183
+ "task_specific_params": null,
184
+ "temperature": 1.0,
185
+ "tf_legacy_loss": false,
186
+ "tie_encoder_decoder": false,
187
+ "tie_word_embeddings": true,
188
+ "tokenizer_class": null,
189
+ "top_k": 50,
190
+ "top_p": 1.0,
191
+ "torch_dtype": null,
192
+ "torchscript": false,
193
+ "transformers_version": "4.30.2",
194
+ "type_vocab_size": 1,
195
+ "typical_p": 1.0,
196
+ "use_bfloat16": false,
197
+ "use_cache": true,
198
+ "vocab_size": 50265
199
+ },
200
+ "torch_dtype": "float32",
201
+ "transformers_version": null
202
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de3082ab18c6b828d9c9f21701b3d808f0ae9b86c3da6a6a5048dbda97f7efa7
3
+ size 614525833