Upload entire model folder (part 2)
Browse files- out/situglu_run/config.json +34 -0
- out/situglu_run/model.safetensors +3 -0
- out/situglu_run/tokenizer.json +0 -0
- out/situglu_run/tokenizer_config.json +16 -0
- out/situglu_run/training_args.bin +3 -0
- out/sweep_summary.json +27 -0
- wandb/run-20260803_184040-agk6ypdy/files/output.log +46 -1
- wandb/run-20260803_184040-agk6ypdy/logs/debug-core.log +4 -0
- wandb/run-20260803_184040-agk6ypdy/run-agk6ypdy.wandb +2 -2
out/situglu_run/config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"TinyLlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"glu_activation": "situglu",
|
| 11 |
+
"head_dim": 64,
|
| 12 |
+
"hidden_act": "silu",
|
| 13 |
+
"hidden_size": 512,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 768,
|
| 16 |
+
"max_position_embeddings": 512,
|
| 17 |
+
"mlp_bias": false,
|
| 18 |
+
"model_type": "tiny_llama",
|
| 19 |
+
"num_attention_heads": 8,
|
| 20 |
+
"num_hidden_layers": 8,
|
| 21 |
+
"num_key_value_heads": 8,
|
| 22 |
+
"pad_token_id": 0,
|
| 23 |
+
"pretraining_tp": 1,
|
| 24 |
+
"rms_norm_eps": 1e-06,
|
| 25 |
+
"rope_parameters": {
|
| 26 |
+
"rope_theta": 10000.0,
|
| 27 |
+
"rope_type": "default"
|
| 28 |
+
},
|
| 29 |
+
"tie_word_embeddings": true,
|
| 30 |
+
"tokenizer_name": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
| 31 |
+
"transformers_version": "5.15.0.dev0",
|
| 32 |
+
"use_cache": false,
|
| 33 |
+
"vocab_size": 32000
|
| 34 |
+
}
|
out/situglu_run/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0111caeb446e2cba86635be91b6f09df6026e35f8956bc880e9d1693b4394041
|
| 3 |
+
size 136882152
|
out/situglu_run/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
out/situglu_run/tokenizer_config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": null,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": "<s>",
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "</s>",
|
| 7 |
+
"is_local": false,
|
| 8 |
+
"local_files_only": false,
|
| 9 |
+
"model_max_length": 2048,
|
| 10 |
+
"pad_token": "</s>",
|
| 11 |
+
"padding_side": "right",
|
| 12 |
+
"sp_model_kwargs": {},
|
| 13 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 14 |
+
"unk_token": "<unk>",
|
| 15 |
+
"use_default_system_prompt": false
|
| 16 |
+
}
|
out/situglu_run/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:053ed577e679d6d608cc6b0b1c91965b6d46a5f7789a1ab6a0f92171c5a8a92e
|
| 3 |
+
size 4856
|
out/sweep_summary.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"activation": "silu",
|
| 4 |
+
"eval_loss": 1.3840045928955078,
|
| 5 |
+
"out": "out/silu_run"
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"activation": "gelu",
|
| 9 |
+
"eval_loss": 1.3872374296188354,
|
| 10 |
+
"out": "out/gelu_run"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"activation": "relu",
|
| 14 |
+
"eval_loss": 1.3932504653930664,
|
| 15 |
+
"out": "out/relu_run"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"activation": "bilinear",
|
| 19 |
+
"eval_loss": 1.3892887830734253,
|
| 20 |
+
"out": "out/bilinear_run"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"activation": "situglu",
|
| 24 |
+
"eval_loss": 1.3838921785354614,
|
| 25 |
+
"out": "out/situglu_run"
|
| 26 |
+
}
|
| 27 |
+
]
|
wandb/run-20260803_184040-agk6ypdy/files/output.log
CHANGED
|
@@ -5714,4 +5714,49 @@ Writing model shards: 100%|βββββββββββββββββ
|
|
| 5714 |
Writing model shards: 100%|ββββββββββββββββββββββ| 1/1 [00:00<00:00, 5.94it/s]
|
| 5715 |
100%|ββββββββββββββββββββββββββββββββββββ| 10000/10000 [54:12<00:00, 3.07it/s]
|
| 5716 |
{'train_runtime': '3253', 'train_samples_per_second': '196.8', 'train_steps_per_second': '3.074', 'train_loss': '3.264', 'epoch': '0.6371', 'train/total_time_seconds': '1976', 'train/time_per_step_avg': '0.1899', 'train/epoch_time_elapsed': '3253', 'train/estimated_remaining_minutes': '0'}
|
| 5717 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5714 |
Writing model shards: 100%|ββββββββββββββββββββββ| 1/1 [00:00<00:00, 5.94it/s]
|
| 5715 |
100%|ββββββββββββββββββββββββββββββββββββ| 10000/10000 [54:12<00:00, 3.07it/s]
|
| 5716 |
{'train_runtime': '3253', 'train_samples_per_second': '196.8', 'train_steps_per_second': '3.074', 'train_loss': '3.264', 'epoch': '0.6371', 'train/total_time_seconds': '1976', 'train/time_per_step_avg': '0.1899', 'train/epoch_time_elapsed': '3253', 'train/estimated_remaining_minutes': '0'}
|
| 5717 |
+
100%|ββββββββββββββββββββββββββββββββββββββββ| 316/316 [00:19<00:00, 16.28it/s]
|
| 5718 |
+
[transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From πv4.50π onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 5719 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 5720 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 5721 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 5722 |
+
Writing model shards: 100%|ββββββββββββββββββββββ| 1/1 [00:00<00:00, 6.18it/s]
|
| 5723 |
+
[transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From πv4.50π onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 5724 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 5725 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 5726 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 5727 |
+
Writing model shards: 100%|ββββββββββββββββββββββ| 1/1 [00:00<00:00, 6.00it/s]
|
| 5728 |
+
Found 8 files to upload
|
| 5729 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 5730 |
+
[K Uploading ββββββββββββββββββββ 1 / 2 files
|
| 5731 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 5732 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 5733 |
+
[K Uploading ββββββββββββββββββββ 1 / 2 files 109MB Β· 218MB/s
|
| 5734 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 5735 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 5736 |
+
[K Uploading ββββββββββββββββββββ 1 / 2 files 136MB Β· 169MB/s
|
| 5737 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 5738 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 5739 |
+
[K Uploading ββββββββββββββββββββ 1 / 2 files 136MB Β· 118MB/s
|
| 5740 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 5741 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 5742 |
+
[K Uploading ββββββββββββββββββββ 1 / 2 files 136MB Β· 82.7MB/s
|
| 5743 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 5744 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 5745 |
+
[K Uploading ββββββββββββββββββββ 1 / 2 files 137MB Β· 58.1MB/s
|
| 5746 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 5747 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 5748 |
+
[K Uploading ββββββββββββββββββββ 2 / 2 files 137MB Β· 40.8MB/s β
|
| 5749 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 5750 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 5751 |
+
[K Uploading βββββββββοΏ½οΏ½οΏ½ββββββββββ 2 / 2 files 137MB Β· 28.6MB/s β
|
| 5752 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 5753 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 5754 |
+
[K Uploading ββββββββββββββββββββ 2 / 2 files 137MB Β· 28.6MB/s β
|
| 5755 |
+
[K Committing ββββββββββββββββββββ 8 / 8 β
|
| 5756 |
+
|
| 5757 |
+
Sweep complete:
|
| 5758 |
+
silu eval_loss=1.3840
|
| 5759 |
+
gelu eval_loss=1.3872
|
| 5760 |
+
relu eval_loss=1.3933
|
| 5761 |
+
bilinear eval_loss=1.3893
|
| 5762 |
+
situglu eval_loss=1.3839
|
wandb/run-20260803_184040-agk6ypdy/logs/debug-core.log
CHANGED
|
@@ -6,3 +6,7 @@
|
|
| 6 |
{"time":"2026-08-03T18:40:40.074984325Z","level":"INFO","msg":"handleInformInit: received","streamId":"agk6ypdy","id":"2(@)"}
|
| 7 |
{"time":"2026-08-03T18:40:40.333698624Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"agk6ypdy","id":"2(@)"}
|
| 8 |
{"time":"2026-08-03T18:40:46.83039773Z","level":"INFO","msg":"connection: cancelling request","id":"2(@)","requestId":"sg33y9m20h44"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
{"time":"2026-08-03T18:40:40.074984325Z","level":"INFO","msg":"handleInformInit: received","streamId":"agk6ypdy","id":"2(@)"}
|
| 7 |
{"time":"2026-08-03T18:40:40.333698624Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"agk6ypdy","id":"2(@)"}
|
| 8 |
{"time":"2026-08-03T18:40:46.83039773Z","level":"INFO","msg":"connection: cancelling request","id":"2(@)","requestId":"sg33y9m20h44"}
|
| 9 |
+
{"time":"2026-08-03T23:00:33.305180462Z","level":"INFO","msg":"connection: closing","id":"2(@)"}
|
| 10 |
+
{"time":"2026-08-03T23:00:33.305267232Z","level":"INFO","msg":"connection: closed successfully","id":"2(@)"}
|
| 11 |
+
{"time":"2026-08-03T23:00:33.305184548Z","level":"INFO","msg":"processOutgoingData: finished","id":"2(@)"}
|
| 12 |
+
{"time":"2026-08-03T23:00:33.30527724Z","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"2(@)"}
|
wandb/run-20260803_184040-agk6ypdy/run-agk6ypdy.wandb
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e31a3f32c817bfd9c8144bd987e8bf7b9c67bf25a427367874ee552f09805ed
|
| 3 |
+
size 39649280
|