alexchen1999 commited on
Commit
cba23e8
1 Parent(s): e20a676

End of training

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: togethercomputer/evo-1-8k-base
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: virus_evo_70_1024_two_d
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # virus_evo_70_1024_two_d
15
+
16
+ This model is a fine-tuned version of [togethercomputer/evo-1-8k-base](https://huggingface.co/togethercomputer/evo-1-8k-base) on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 6
37
+ - eval_batch_size: 6
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - lr_scheduler_warmup_steps: 10
42
+ - num_epochs: 1
43
+
44
+ ### Training results
45
+
46
+
47
+
48
+ ### Framework versions
49
+
50
+ - Transformers 4.40.2
51
+ - Pytorch 2.2.1+cu121
52
+ - Datasets 2.19.1
53
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "6d7baa4482172f2c451ca4b36c87d50c8359a134",
3
+ "_name_or_path": "togethercomputer/evo-1-8k-base",
4
+ "architectures": [
5
+ "StripedHyenaModelForCausalLM"
6
+ ],
7
+ "attn_layer_idxs": [
8
+ 8,
9
+ 16,
10
+ 24
11
+ ],
12
+ "auto_map": {
13
+ "AutoConfig": "togethercomputer/evo-1-131k-base--configuration_hyena.StripedHyenaConfig",
14
+ "AutoModelForCausalLM": "togethercomputer/evo-1-131k-base--modeling_hyena.StripedHyenaModelForCausalLM",
15
+ "AutoTokenizer": "Hack90/virus_pythia_31_1024"
16
+ },
17
+ "bos_token_id": 0,
18
+ "column_split": false,
19
+ "column_split_hyena": true,
20
+ "eos_token_id": 0,
21
+ "eps": 1e-06,
22
+ "final_norm": true,
23
+ "hidden_size": 512,
24
+ "hyena_filter_groups": 1,
25
+ "hyena_layer_idxs": [
26
+ 0,
27
+ 1,
28
+ 2,
29
+ 3,
30
+ 4,
31
+ 5,
32
+ 6,
33
+ 7,
34
+ 9,
35
+ 10,
36
+ 11,
37
+ 12,
38
+ 13,
39
+ 14,
40
+ 15,
41
+ 17,
42
+ 18,
43
+ 19,
44
+ 20,
45
+ 21,
46
+ 22,
47
+ 23,
48
+ 25,
49
+ 26,
50
+ 27,
51
+ 28,
52
+ 29,
53
+ 30,
54
+ 31
55
+ ],
56
+ "inference_mode": false,
57
+ "inner_mlp_size": 1024,
58
+ "log_intermediate_values": false,
59
+ "make_vocab_size_divisible_by": 8,
60
+ "max_seqlen": 1024,
61
+ "mha_out_proj_bias": true,
62
+ "mlp_activation": "gelu",
63
+ "model_parallel_size": 1,
64
+ "model_type": "stripedhyena",
65
+ "num_attention_heads": 32,
66
+ "num_filters": 512,
67
+ "num_layers": 32,
68
+ "pipe_parallel_size": 1,
69
+ "prefill_style": "fft",
70
+ "proj_groups": 1,
71
+ "qkv_proj_bias": true,
72
+ "rotary_emb_base": 10000,
73
+ "rotary_emb_scaling_factor": 1,
74
+ "short_filter_bias": true,
75
+ "short_filter_length": 3,
76
+ "smeared_gqa": false,
77
+ "split_k0": true,
78
+ "state_size": 8,
79
+ "tie_embeddings": false,
80
+ "torch_dtype": "bfloat16",
81
+ "transformers_version": null,
82
+ "use_cache": true,
83
+ "use_flash_attention_2": true,
84
+ "use_flash_attn": true,
85
+ "use_flash_depthwise": false,
86
+ "use_flash_rmsnorm": false,
87
+ "use_flashfft": false,
88
+ "use_interpolated_rotary_pos_emb": false,
89
+ "vocab_size": 8
90
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.40.2"
6
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68ee407ab4b0f1538b7fa04820ebbd261b5789e3942ff3cd4b4c29a2e1f450c5
3
+ size 170320048
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|beginoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|unknown|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "<|beginoftext|>",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": true,
13
+ "special": true
14
+ },
15
+ {
16
+ "id": 1,
17
+ "content": "<|endoftext|>",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": false,
22
+ "special": true
23
+ },
24
+ {
25
+ "id": 2,
26
+ "content": "<|unknown|>",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
+ }
33
+ ],
34
+ "normalizer": {
35
+ "type": "NFC"
36
+ },
37
+ "pre_tokenizer": {
38
+ "type": "ByteLevel",
39
+ "add_prefix_space": false,
40
+ "trim_offsets": true,
41
+ "use_regex": true
42
+ },
43
+ "post_processor": {
44
+ "type": "TemplateProcessing",
45
+ "single": [
46
+ {
47
+ "Sequence": {
48
+ "id": "A",
49
+ "type_id": 0
50
+ }
51
+ }
52
+ ],
53
+ "pair": [
54
+ {
55
+ "Sequence": {
56
+ "id": "A",
57
+ "type_id": 0
58
+ }
59
+ },
60
+ {
61
+ "Sequence": {
62
+ "id": "B",
63
+ "type_id": 1
64
+ }
65
+ }
66
+ ],
67
+ "special_tokens": {}
68
+ },
69
+ "decoder": {
70
+ "type": "ByteLevel",
71
+ "add_prefix_space": false,
72
+ "trim_offsets": true,
73
+ "use_regex": true
74
+ },
75
+ "model": {
76
+ "type": "BPE",
77
+ "dropout": null,
78
+ "unk_token": "<|unknown|>",
79
+ "continuing_subword_prefix": null,
80
+ "end_of_word_suffix": null,
81
+ "fuse_unk": false,
82
+ "byte_fallback": false,
83
+ "ignore_merges": false,
84
+ "vocab": {
85
+ "<|beginoftext|>": 0,
86
+ "<|endoftext|>": 1,
87
+ "<|unknown|>": 2,
88
+ "a": 3,
89
+ "c": 4,
90
+ "g": 5,
91
+ "t": 6,
92
+ "n": 7
93
+ },
94
+ "merges": []
95
+ }
96
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": false,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<|beginoftext|>",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<|endoftext|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "<|unknown|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<|beginoftext|>",
32
+ "clean_up_tokenization_spaces": true,
33
+ "eos_token": "<|endoftext|>",
34
+ "model_max_length": 1000000000000000019884624838656,
35
+ "pad_token": "<|endoftext|>",
36
+ "tokenizer_class": "GPTNeoXTokenizer",
37
+ "unk_token": "<|unknown|>"
38
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:102f149063e5a05893e2a626a294d973935e2ce0507835f119450711f1123462
3
+ size 4920