YU310takuto
commited on
Commit
•
79f1c6e
1
Parent(s):
4e5b639
Training in progress, step 200
Browse files- config.json +28 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "laion/clap-htsat-unfused",
|
3 |
+
"architectures": [
|
4 |
+
"ClapModel"
|
5 |
+
],
|
6 |
+
"audio_config": {
|
7 |
+
"fusion_num_hidden_layers": 2,
|
8 |
+
"model_type": "clap_audio_model",
|
9 |
+
"projection_hidden_size": 768
|
10 |
+
},
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_factor": 1.0,
|
13 |
+
"logit_scale_init_value": 14.285714285714285,
|
14 |
+
"model_type": "clap",
|
15 |
+
"num_hidden_layers": 16,
|
16 |
+
"projection_dim": 512,
|
17 |
+
"projection_hidden_act": "relu",
|
18 |
+
"text_config": {
|
19 |
+
"classifier_dropout": null,
|
20 |
+
"fusion_hidden_size": 768,
|
21 |
+
"fusion_num_hidden_layers": 2,
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"model_type": "clap_text_model",
|
24 |
+
"projection_hidden_size": 768
|
25 |
+
},
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.45.2"
|
28 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee0e77451967f9207b020756ec0856be43d303570e343c88f0dc2bc51ddbe10d
|
3 |
+
size 614431440
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9af22e948da03cf2ae1e4879b1404fe263ba7868a7edba74127847c530174828
|
3 |
+
size 5176
|