Mihaiii commited on
Commit
8c52e84
1 Parent(s): de00f07

Upload 9 files

Browse files
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Mihaiii/Venusaur
4
+ library_name: transformers
5
+ tags:
6
+ - mergekit
7
+ - merge
8
+
9
+ ---
10
+ # output-model-directory
11
+
12
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
13
+
14
+ ## Merge Details
15
+ ### Merge Method
16
+
17
+ This model was merged using the passthrough merge method.
18
+
19
+ ### Models Merged
20
+
21
+ The following models were included in the merge:
22
+ * [Mihaiii/Venusaur](https://huggingface.co/Mihaiii/Venusaur)
23
+
24
+ ### Configuration
25
+
26
+ The following YAML configuration was used to produce this model:
27
+
28
+ ```yaml
29
+ slices:
30
+ - sources:
31
+ - model: Mihaiii/Venusaur
32
+ layer_range: [0, 1]
33
+ - model: Mihaiii/Venusaur
34
+ layer_range: [0, 1]
35
+ - model: Mihaiii/Venusaur
36
+ layer_range: [1, 2]
37
+ - model: Mihaiii/Venusaur
38
+ layer_range: [1, 2]
39
+ merge_method: passthrough
40
+ dtype: float32
41
+
42
+ ```
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Mihaiii/Venusaur",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 1536,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 1,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.41.2",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 30522
25
+ }
mergekit_config.yml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ slices:
2
+ - sources:
3
+ - model: Mihaiii/Venusaur
4
+ layer_range: [0, 1]
5
+ - model: Mihaiii/Venusaur
6
+ layer_range: [0, 1]
7
+ - model: Mihaiii/Venusaur
8
+ layer_range: [1, 2]
9
+ - model: Mihaiii/Venusaur
10
+ layer_range: [1, 2]
11
+ merge_method: passthrough
12
+ dtype: float32
model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e2ac1b9c4b3f105edf7ba5f23171ac1437085babc4327ac5a6228af936ea29a
3
+ size 55366056
model.safetensors.index.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"metadata": {"mergekit_version": "0.0.4.2", "total_size": 55363584}, "weight_map": {"embeddings.LayerNorm.bias": "model-00001-of-00001.safetensors", "embeddings.LayerNorm.weight": "model-00001-of-00001.safetensors", "embeddings.position_embeddings.weight": "model-00001-of-00001.safetensors", "embeddings.token_type_embeddings.weight": "model-00001-of-00001.safetensors", "embeddings.word_embeddings.weight": "model-00001-of-00001.safetensors", "encoder.layer.0.attention.output.LayerNorm.bias": "model-00001-of-00001.safetensors", "encoder.layer.0.attention.output.LayerNorm.weight": "model-00001-of-00001.safetensors", "encoder.layer.0.attention.output.dense.bias": "model-00001-of-00001.safetensors", "encoder.layer.0.attention.output.dense.weight": "model-00001-of-00001.safetensors", "encoder.layer.0.attention.self.key.bias": "model-00001-of-00001.safetensors", "encoder.layer.0.attention.self.key.weight": "model-00001-of-00001.safetensors", "encoder.layer.0.attention.self.query.bias": "model-00001-of-00001.safetensors", "encoder.layer.0.attention.self.query.weight": "model-00001-of-00001.safetensors", "encoder.layer.0.attention.self.value.bias": "model-00001-of-00001.safetensors", "encoder.layer.0.attention.self.value.weight": "model-00001-of-00001.safetensors", "encoder.layer.0.intermediate.dense.bias": "model-00001-of-00001.safetensors", "encoder.layer.0.intermediate.dense.weight": "model-00001-of-00001.safetensors", "encoder.layer.0.output.LayerNorm.bias": "model-00001-of-00001.safetensors", "encoder.layer.0.output.LayerNorm.weight": "model-00001-of-00001.safetensors", "encoder.layer.0.output.dense.bias": "model-00001-of-00001.safetensors", "encoder.layer.0.output.dense.weight": "model-00001-of-00001.safetensors", "pooler.dense.bias": "model-00001-of-00001.safetensors", "pooler.dense.weight": "model-00001-of-00001.safetensors"}}
special_tokens_map.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[PAD]",
4
+ "[UNK]",
5
+ "[CLS]",
6
+ "[SEP]",
7
+ "[MASK]"
8
+ ],
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "mask_token": {
17
+ "content": "[MASK]",
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": "[SEP]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "unk_token": {
38
+ "content": "[UNK]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ }
44
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "additional_special_tokens": [
45
+ "[PAD]",
46
+ "[UNK]",
47
+ "[CLS]",
48
+ "[SEP]",
49
+ "[MASK]"
50
+ ],
51
+ "clean_up_tokenization_spaces": true,
52
+ "cls_token": "[CLS]",
53
+ "do_basic_tokenize": true,
54
+ "do_lower_case": true,
55
+ "mask_token": "[MASK]",
56
+ "max_length": 128,
57
+ "model_max_length": 512,
58
+ "never_split": null,
59
+ "pad_to_multiple_of": null,
60
+ "pad_token": "[PAD]",
61
+ "pad_token_type_id": 0,
62
+ "padding_side": "right",
63
+ "sep_token": "[SEP]",
64
+ "stride": 0,
65
+ "strip_accents": null,
66
+ "tokenize_chinese_chars": true,
67
+ "tokenizer_class": "BertTokenizer",
68
+ "truncation_side": "right",
69
+ "truncation_strategy": "longest_first",
70
+ "unk_token": "[UNK]"
71
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff