mrcuddle commited on
Commit
6868439
·
verified ·
1 Parent(s): 3993356

Training in progress, epoch 0

Browse files
README.md ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - ChaoticNeutrals/Synthetic-RP
7
+ model-index:
8
+ - name: llama2
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.6.0`
19
+ ```yaml
20
+ base_model: /content/llama
21
+ bf16: false
22
+ dataset_prepared_path: last_run_prepared
23
+ datasets:
24
+ - chat_template: alpaca
25
+ field_messages: conversations
26
+ message_field_content: value
27
+ message_field_role: from
28
+ path: ChaoticNeutrals/Synthetic-RP
29
+ split: train
30
+ type: chat_template
31
+ debug: null
32
+ deepspeed: null
33
+ early_stopping_patience: null
34
+ evals_per_epoch: null
35
+ flash_attention: false
36
+ fp16: false
37
+ fsdp: null
38
+ fsdp_config: null
39
+ gradient_accumulation_steps: 1
40
+ gradient_checkpointing: true
41
+ group_by_length: false
42
+ is_llama_derived_model: true
43
+ learning_rate: 0.0002
44
+ load_in_4bit: false
45
+ load_in_8bit: false
46
+ local_rank: null
47
+ logging_steps: 1
48
+ lr_scheduler: linear
49
+ max_steps: 20
50
+ micro_batch_size: 1
51
+ mlflow_experiment_name: colab-example
52
+ model_type: LlamaForCausalLM
53
+ num_epochs: 4
54
+ optimizer: adamw_torch
55
+ output_dir: ./llama2
56
+ pad_to_sequence_len: true
57
+ resume_from_checkpoint: null
58
+ sample_packing: true
59
+ saves_per_epoch: null
60
+ sequence_len: 1096
61
+ special_tokens: null
62
+ strict: false
63
+ tf32: false
64
+ tokenizer_type: LlamaTokenizer
65
+ train_on_inputs: false
66
+ wandb_entity: null
67
+ wandb_log_model: null
68
+ wandb_name: null
69
+ wandb_project: null
70
+ wandb_watch: null
71
+ warmup_steps: 10
72
+ weight_decay: 0.0
73
+ xformers_attention: null
74
+
75
+ ```
76
+
77
+ </details><br>
78
+
79
+ # llama2
80
+
81
+ This model was trained from scratch on the ChaoticNeutrals/Synthetic-RP dataset.
82
+
83
+ ## Model description
84
+
85
+ More information needed
86
+
87
+ ## Intended uses & limitations
88
+
89
+ More information needed
90
+
91
+ ## Training and evaluation data
92
+
93
+ More information needed
94
+
95
+ ## Training procedure
96
+
97
+ ### Training hyperparameters
98
+
99
+ The following hyperparameters were used during training:
100
+ - learning_rate: 0.0002
101
+ - train_batch_size: 1
102
+ - eval_batch_size: 1
103
+ - seed: 42
104
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
105
+ - lr_scheduler_type: linear
106
+ - lr_scheduler_warmup_steps: 10
107
+ - training_steps: 20
108
+
109
+ ### Training results
110
+
111
+
112
+
113
+ ### Framework versions
114
+
115
+ - Transformers 4.48.3
116
+ - Pytorch 2.5.1+cu124
117
+ - Datasets 3.2.0
118
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/llama",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 5632,
15
+ "max_position_embeddings": 2048,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 22,
20
+ "num_key_value_heads": 4,
21
+ "pretraining_tp": 1,
22
+ "rms_norm_eps": 1e-05,
23
+ "rope_scaling": null,
24
+ "rope_theta": 10000.0,
25
+ "tie_word_embeddings": false,
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.48.3",
28
+ "use_cache": false,
29
+ "vocab_size": 32000
30
+ }
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "do_sample": true,
4
+ "eos_token_id": 2,
5
+ "max_length": 2048,
6
+ "pad_token_id": 0,
7
+ "transformers_version": "4.48.3"
8
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94d120c445cb612d9e4cc306e08393ba4a66b2c9acaa4fc13dd39646d36ad365
3
+ size 4400216536
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "extra_special_tokens": {},
35
+ "legacy": false,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "padding_side": "right",
39
+ "sp_model_kwargs": {},
40
+ "spaces_between_special_tokens": false,
41
+ "tokenizer_class": "LlamaTokenizer",
42
+ "unk_token": "<unk>",
43
+ "use_default_system_prompt": false,
44
+ "use_fast": true
45
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5334bfecc5b1bc05f0b6cb6a33df6952dc00c2aeea3f7ead036553759a4a1b0
3
+ size 6520