Training in progress, step 1413
Browse files- config.json +17 -15
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -12,36 +12,38 @@
|
|
| 12 |
"model_type": "blip_2_qformer"
|
| 13 |
},
|
| 14 |
"text_config": {
|
| 15 |
-
"_name_or_path": "
|
| 16 |
"activation_function": "gelu_new",
|
| 17 |
"architectures": [
|
| 18 |
-
"
|
| 19 |
],
|
| 20 |
"attn_pdrop": 0.1,
|
| 21 |
-
"bos_token_id":
|
| 22 |
"embd_pdrop": 0.1,
|
| 23 |
-
"eos_token_id":
|
| 24 |
"gradient_checkpointing": false,
|
| 25 |
"initializer_range": 0.02,
|
| 26 |
"layer_norm_epsilon": 1e-05,
|
| 27 |
-
"model_type": "
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"n_head": 12,
|
| 31 |
"n_inner": null,
|
| 32 |
-
"n_layer":
|
| 33 |
-
"n_positions":
|
| 34 |
-
"pad_token_id":
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"scale_attn_by_inverse_layer_idx": false,
|
| 38 |
"scale_attn_weights": true,
|
| 39 |
"summary_activation": null,
|
| 40 |
"summary_first_dropout": 0.1,
|
| 41 |
"summary_proj_to_labels": true,
|
| 42 |
"summary_type": "cls_index",
|
| 43 |
"summary_use_proj": true,
|
| 44 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
},
|
| 46 |
"torch_dtype": "float32",
|
| 47 |
"transformers_version": "4.36.2",
|
|
|
|
| 12 |
"model_type": "blip_2_qformer"
|
| 13 |
},
|
| 14 |
"text_config": {
|
| 15 |
+
"_name_or_path": "heegyu/kogpt-j-350m",
|
| 16 |
"activation_function": "gelu_new",
|
| 17 |
"architectures": [
|
| 18 |
+
"GPTJForCausalLM"
|
| 19 |
],
|
| 20 |
"attn_pdrop": 0.1,
|
| 21 |
+
"bos_token_id": 1,
|
| 22 |
"embd_pdrop": 0.1,
|
| 23 |
+
"eos_token_id": 2,
|
| 24 |
"gradient_checkpointing": false,
|
| 25 |
"initializer_range": 0.02,
|
| 26 |
"layer_norm_epsilon": 1e-05,
|
| 27 |
+
"model_type": "gptj",
|
| 28 |
+
"n_embd": 1024,
|
| 29 |
+
"n_head": 16,
|
|
|
|
| 30 |
"n_inner": null,
|
| 31 |
+
"n_layer": 20,
|
| 32 |
+
"n_positions": 1024,
|
| 33 |
+
"pad_token_id": 0,
|
| 34 |
+
"resid_pdrop": 0.0,
|
| 35 |
+
"rotary_dim": 32,
|
|
|
|
| 36 |
"scale_attn_weights": true,
|
| 37 |
"summary_activation": null,
|
| 38 |
"summary_first_dropout": 0.1,
|
| 39 |
"summary_proj_to_labels": true,
|
| 40 |
"summary_type": "cls_index",
|
| 41 |
"summary_use_proj": true,
|
| 42 |
+
"tie_word_embeddings": false,
|
| 43 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 44 |
+
"torch_dtype": "float32",
|
| 45 |
+
"unk_token_id": 5,
|
| 46 |
+
"vocab_size": 51200
|
| 47 |
},
|
| 48 |
"torch_dtype": "float32",
|
| 49 |
"transformers_version": "4.36.2",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f98980e0f1387d5822a266be8662e657ae89fe4521ca7a72e28e1b15b8f2eabf
|
| 3 |
size 4664
|