Training in progress, step 15469
Browse files- config.json +62 -0
- logs/attn_loss_fn=raw_mse, attn_weight=10.0, hidden_weight=10.0, hs_loss_fn=mse, learning_rate=4e-05/events.out.tfevents.1723755484.5f530b1cf724 +3 -0
- logs/attn_loss_fn=raw_mse, attn_weight=10.0, hidden_weight=10.0, hs_loss_fn=raw_mse, learning_rate=4e-05/events.out.tfevents.1723755322.5f530b1cf724 +3 -0
- logs/attn_loss_fn=raw_mse, attn_weight=10.0, hs_loss_fn=mse, hs_weight=10.0, learning_rate=4e-05/events.out.tfevents.1723755774.5f530b1cf724 +3 -0
- logs/attn_loss_fn=raw_mse, attn_weight=10.0, hs_loss_fn=raw_mse, hs_weight=10.0, learning_rate=4e-05/events.out.tfevents.1723755667.5f530b1cf724 +3 -0
- logs/attn_loss_fn=raw_mse, attn_weight=10.0, hs_loss_fn=raw_mse, hs_weight=10.0, learning_rate=4e-05/events.out.tfevents.1723757364.5f530b1cf724 +3 -0
- logs/attn_loss_fn=raw_mse, attn_weight=10.0, hs_loss_fn=raw_mse, hs_weight=10.0, learning_rate=4e-05/events.out.tfevents.1723757811.5f530b1cf724 +3 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer_config.json +22 -0
- training_args.bin +3 -0
- vocab.json +0 -0
config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "roneneldan/TinyStories-33M",
|
3 |
+
"activation_function": "gelu_new",
|
4 |
+
"architectures": [
|
5 |
+
"GPTNeoForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0,
|
8 |
+
"attention_layers": [
|
9 |
+
"global",
|
10 |
+
"local",
|
11 |
+
"global",
|
12 |
+
"local"
|
13 |
+
],
|
14 |
+
"attention_types": [
|
15 |
+
[
|
16 |
+
[
|
17 |
+
"global",
|
18 |
+
"local"
|
19 |
+
],
|
20 |
+
2
|
21 |
+
]
|
22 |
+
],
|
23 |
+
"bos_token_id": 50256,
|
24 |
+
"classifier_dropout": 0.1,
|
25 |
+
"embed_dropout": 0,
|
26 |
+
"eos_token_id": 50256,
|
27 |
+
"gradient_checkpointing": false,
|
28 |
+
"hidden_size": 768,
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"intermediate_size": null,
|
31 |
+
"layer_norm_epsilon": 1e-05,
|
32 |
+
"max_position_embeddings": 2048,
|
33 |
+
"model_type": "gpt_neo",
|
34 |
+
"num_heads": 16,
|
35 |
+
"num_layers": 4,
|
36 |
+
"quantization_config": {
|
37 |
+
"_load_in_4bit": false,
|
38 |
+
"_load_in_8bit": true,
|
39 |
+
"bnb_4bit_compute_dtype": "float32",
|
40 |
+
"bnb_4bit_quant_storage": "uint8",
|
41 |
+
"bnb_4bit_quant_type": "fp4",
|
42 |
+
"bnb_4bit_use_double_quant": false,
|
43 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
44 |
+
"llm_int8_has_fp16_weight": false,
|
45 |
+
"llm_int8_skip_modules": null,
|
46 |
+
"llm_int8_threshold": 6.0,
|
47 |
+
"load_in_4bit": false,
|
48 |
+
"load_in_8bit": true,
|
49 |
+
"quant_method": "bitsandbytes"
|
50 |
+
},
|
51 |
+
"resid_dropout": 0,
|
52 |
+
"summary_activation": null,
|
53 |
+
"summary_first_dropout": 0.1,
|
54 |
+
"summary_proj_to_labels": true,
|
55 |
+
"summary_type": "cls_index",
|
56 |
+
"summary_use_proj": true,
|
57 |
+
"torch_dtype": "bfloat16",
|
58 |
+
"transformers_version": "4.44.0",
|
59 |
+
"use_cache": true,
|
60 |
+
"vocab_size": 50257,
|
61 |
+
"window_size": 256
|
62 |
+
}
|
logs/attn_loss_fn=raw_mse, attn_weight=10.0, hidden_weight=10.0, hs_loss_fn=mse, learning_rate=4e-05/events.out.tfevents.1723755484.5f530b1cf724
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a15655ec94b85c48748f0671ba5872ac5cee64fdbad4536cbcd65ee771eddb1c
|
3 |
+
size 6097
|
logs/attn_loss_fn=raw_mse, attn_weight=10.0, hidden_weight=10.0, hs_loss_fn=raw_mse, learning_rate=4e-05/events.out.tfevents.1723755322.5f530b1cf724
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:096e42741475d4ff99b423664d0b90442fc8033c88a5381b39bbcd009efc43bf
|
3 |
+
size 6101
|
logs/attn_loss_fn=raw_mse, attn_weight=10.0, hs_loss_fn=mse, hs_weight=10.0, learning_rate=4e-05/events.out.tfevents.1723755774.5f530b1cf724
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5011cd4d020decf82039c47df84d9aedf43b781ad60b6da4beed69c692e4c5dd
|
3 |
+
size 6093
|
logs/attn_loss_fn=raw_mse, attn_weight=10.0, hs_loss_fn=raw_mse, hs_weight=10.0, learning_rate=4e-05/events.out.tfevents.1723755667.5f530b1cf724
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71ba65a56891f93ad170a6355d89279d46333e5ddf9b41895c73ff6b8f1ba4ae
|
3 |
+
size 6353
|
logs/attn_loss_fn=raw_mse, attn_weight=10.0, hs_loss_fn=raw_mse, hs_weight=10.0, learning_rate=4e-05/events.out.tfevents.1723757364.5f530b1cf724
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5f8b054d1819376f2cd49dd04470d1e6e7dc04bd2373d0837c27844b4e49ee4
|
3 |
+
size 6408
|
logs/attn_loss_fn=raw_mse, attn_weight=10.0, hs_loss_fn=raw_mse, hs_weight=10.0, learning_rate=4e-05/events.out.tfevents.1723757811.5f530b1cf724
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46bfc59c466f59bd6c2fb3648512542c994215488b91c6ff083770adafeab55a
|
3 |
+
size 4177665
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e02ce05c35c068733e13716baf730143d5b4cf82b3f116c13fb1171d9c8626b0
|
3 |
+
size 137033984
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
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": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"50256": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"bos_token": "<|endoftext|>",
|
15 |
+
"clean_up_tokenization_spaces": true,
|
16 |
+
"eos_token": "<|endoftext|>",
|
17 |
+
"errors": "replace",
|
18 |
+
"model_max_length": 2048,
|
19 |
+
"pad_token": "<|endoftext|>",
|
20 |
+
"tokenizer_class": "GPT2Tokenizer",
|
21 |
+
"unk_token": "<|endoftext|>"
|
22 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f3bcdfc6299d53e04e9f7abfff93822cd19595d30f9e4b1dbe90bd6bb8b0519
|
3 |
+
size 1017948104
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|