hyunwoo3235 commited on
Commit
3cddddb
·
verified ·
1 Parent(s): e51b152

Upload 9 files

Browse files
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ClapModel"
4
+ ],
5
+ "audio_config": {
6
+ "enable_fusion": true,
7
+ "enable_patch_fusion": true,
8
+ "fusion_num_hidden_layers": 2,
9
+ "model_type": "clap_audio_model",
10
+ "projection_hidden_size": 768
11
+ },
12
+ "hidden_size": 768,
13
+ "initializer_factor": 1.0,
14
+ "logit_scale_init_value": 14.285714285714285,
15
+ "model_type": "clap",
16
+ "num_hidden_layers": 16,
17
+ "projection_dim": 512,
18
+ "projection_hidden_act": "relu",
19
+ "text_config": {
20
+ "classifier_dropout": null,
21
+ "fusion_hidden_size": 768,
22
+ "fusion_num_hidden_layers": 2,
23
+ "initializer_range": 0.02,
24
+ "model_type": "clap_text_model",
25
+ "projection_hidden_size": 768,
26
+ "vocab_size": 50560
27
+ },
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.41.0"
30
+ }
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3458c34a236e06d83aed38f593b1e5c2489c0de3b89a0d16a683dca9ce864d0
3
+ size 614952491
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb2ae65eaf593c995ae035c1079277d23727cc147232e431f5c6dd44a510d086
3
+ size 615402392
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b30f620141bde816886070e23b620f3e2b6bb2191e0cec11232e33036cb9d37
3
+ size 615503230
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "pad_token": {
24
+ "content": "<pad>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "sep_token": {
31
+ "content": "</s>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<pad>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<s>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "bos_token": "<s>",
30
+ "clean_up_tokenization_spaces": true,
31
+ "cls_token": "<s>",
32
+ "eos_token": "</s>",
33
+ "errors": "replace",
34
+ "mask_token": null,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "<pad>",
37
+ "sep_token": "</s>",
38
+ "tokenizer_class": "RobertaTokenizer",
39
+ "trim_offsets": true,
40
+ "unk_token": null
41
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff