bimabk commited on
Commit
fea7bad
·
verified ·
1 Parent(s): 22f43bb

Upload task output ca94f77a-b7f8-4dec-a8c2-6cb5c1f2aaf4

Browse files
config.json CHANGED
@@ -5,7 +5,6 @@
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
- "dtype": "float16",
9
  "eos_token_id": 2,
10
  "head_dim": 100,
11
  "hidden_act": "silu",
@@ -21,15 +20,11 @@
21
  "pad_token_id": 0,
22
  "pretraining_tp": 1,
23
  "rms_norm_eps": 1e-06,
24
- "rope_parameters": {
25
- "rope_theta": 10000.0,
26
- "rope_type": "default"
27
- },
28
  "rope_scaling": null,
29
  "rope_theta": 10000.0,
30
  "tie_word_embeddings": false,
31
  "torch_dtype": "bfloat16",
32
  "transformers_version": "4.51.3",
33
- "use_cache": true,
34
  "vocab_size": 32000
35
  }
 
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
 
8
  "eos_token_id": 2,
9
  "head_dim": 100,
10
  "hidden_act": "silu",
 
20
  "pad_token_id": 0,
21
  "pretraining_tp": 1,
22
  "rms_norm_eps": 1e-06,
 
 
 
 
23
  "rope_scaling": null,
24
  "rope_theta": 10000.0,
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
  "transformers_version": "4.51.3",
28
+ "use_cache": false,
29
  "vocab_size": 32000
30
  }
generation_config.json CHANGED
@@ -1,5 +1,7 @@
1
  {
2
- "temperature": null,
3
- "top_p": null,
 
 
4
  "transformers_version": "4.51.3"
5
  }
 
1
  {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 0,
6
  "transformers_version": "4.51.3"
7
  }
loss.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 8,1.1050758361816406
model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3074e569bdc7f7cd79cc21f1718cdce22a6f6cbe9836fbfbb7770131a06a2ffa
3
  size 4995335576
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dc2f039d3ddb20c9046f3bc7bb8b8ab3ad6576cb62fb3a6c7538204b77856ec
3
  size 4995335576
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52f2d1ac2c594644fb6e82f84eb383337d82f45baad0ebfdc5adec8b95a2fa84
3
  size 1857639032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c7911f79ae44b9255c63ecc485a46e60d6f00f5de6935168c2a0eea0eff526
3
  size 1857639032
special_tokens_map.json CHANGED
@@ -13,6 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
 
16
  "unk_token": {
17
  "content": "<unk>",
18
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "</s>",
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
tokenizer.json CHANGED
@@ -31,13 +31,23 @@
31
  "special": true
32
  }
33
  ],
34
- "normalizer": null,
35
- "pre_tokenizer": {
36
- "type": "Metaspace",
37
- "replacement": "▁",
38
- "prepend_scheme": "always",
39
- "split": false
 
 
 
 
 
 
 
 
 
40
  },
 
41
  "post_processor": {
42
  "type": "TemplateProcessing",
43
  "single": [
@@ -119,7 +129,7 @@
119
  "model": {
120
  "type": "BPE",
121
  "dropout": null,
122
- "unk_token": null,
123
  "continuing_subword_prefix": null,
124
  "end_of_word_suffix": null,
125
  "fuse_unk": true,
 
31
  "special": true
32
  }
33
  ],
34
+ "normalizer": {
35
+ "type": "Sequence",
36
+ "normalizers": [
37
+ {
38
+ "type": "Prepend",
39
+ "prepend": "▁"
40
+ },
41
+ {
42
+ "type": "Replace",
43
+ "pattern": {
44
+ "String": " "
45
+ },
46
+ "content": "▁"
47
+ }
48
+ ]
49
  },
50
+ "pre_tokenizer": null,
51
  "post_processor": {
52
  "type": "TemplateProcessing",
53
  "single": [
 
129
  "model": {
130
  "type": "BPE",
131
  "dropout": null,
132
+ "unk_token": "<unk>",
133
  "continuing_subword_prefix": null,
134
  "end_of_word_suffix": null,
135
  "fuse_unk": true,
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b289e85fa20fd375d8b33dc12f77616f18abc6359804471d1fafcb425fecb8
3
+ size 511574
tokenizer_config.json CHANGED
@@ -28,18 +28,15 @@
28
  "special": true
29
  }
30
  },
31
- "backend": "tokenizers",
32
  "bos_token": "<s>",
33
  "clean_up_tokenization_spaces": false,
34
  "eos_token": "</s>",
35
  "extra_special_tokens": {},
36
- "is_local": false,
37
  "legacy": true,
38
- "local_files_only": false,
39
  "model_max_length": 2048,
40
- "pad_token": null,
41
  "sp_model_kwargs": {},
42
- "tokenizer_class": "LlamaTokenizerFast",
43
  "unk_token": "<unk>",
44
  "use_default_system_prompt": false
45
  }
 
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": true,
 
36
  "model_max_length": 2048,
37
+ "pad_token": "</s>",
38
  "sp_model_kwargs": {},
39
+ "tokenizer_class": "LlamaTokenizer",
40
  "unk_token": "<unk>",
41
  "use_default_system_prompt": false
42
  }
trainer_state.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.6,
6
+ "eval_steps": 500,
7
+ "global_step": 8,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.8,
14
+ "eval_loss": 1.1666377782821655,
15
+ "eval_runtime": 6.6333,
16
+ "eval_samples_per_second": 29.246,
17
+ "eval_steps_per_second": 29.246,
18
+ "step": 4
19
+ },
20
+ {
21
+ "epoch": 1.0,
22
+ "grad_norm": 11.4375,
23
+ "learning_rate": 1.812023303197022e-05,
24
+ "loss": 1.1071,
25
+ "step": 5
26
+ },
27
+ {
28
+ "epoch": 1.6,
29
+ "eval_loss": 1.1050758361816406,
30
+ "eval_runtime": 6.4994,
31
+ "eval_samples_per_second": 29.849,
32
+ "eval_steps_per_second": 29.849,
33
+ "step": 8
34
+ }
35
+ ],
36
+ "logging_steps": 5,
37
+ "max_steps": 50,
38
+ "num_input_tokens_seen": 0,
39
+ "num_train_epochs": 10,
40
+ "save_steps": 500,
41
+ "stateful_callbacks": {
42
+ "TrainerControl": {
43
+ "args": {
44
+ "should_epoch_stop": false,
45
+ "should_evaluate": false,
46
+ "should_log": false,
47
+ "should_save": true,
48
+ "should_training_stop": false
49
+ },
50
+ "attributes": {}
51
+ }
52
+ },
53
+ "total_flos": 6923433679257600.0,
54
+ "train_batch_size": 48,
55
+ "trial_name": null,
56
+ "trial_params": null
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d56067b6e6fca3b6186fe3d38d7ce913a40598dcc758475f4efc97c1cdbbb2cc
3
+ size 5688