leejuhyoeng commited on
Commit
3b31f98
1 Parent(s): bd35370

Training in progress, step 1768

Browse files
Files changed (3) hide show
  1. config.json +56 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Salesforce/blip2-opt-2.7b",
3
+ "architectures": [
4
+ "Blip2ForConditionalGeneration"
5
+ ],
6
+ "initializer_factor": 1.0,
7
+ "initializer_range": 0.02,
8
+ "model_type": "blip-2",
9
+ "num_query_tokens": 32,
10
+ "qformer_config": {
11
+ "classifier_dropout": null,
12
+ "model_type": "blip_2_qformer"
13
+ },
14
+ "text_config": {
15
+ "_name_or_path": "beomi/kykim-gpt3-kor-small_based_on_gpt2",
16
+ "activation_function": "gelu_new",
17
+ "architectures": [
18
+ "GPT2LMHeadModel"
19
+ ],
20
+ "attn_pdrop": 0.1,
21
+ "bos_token_id": 3,
22
+ "embd_pdrop": 0.1,
23
+ "eos_token_id": 3,
24
+ "gradient_checkpointing": false,
25
+ "initializer_range": 0.02,
26
+ "layer_norm_epsilon": 1e-05,
27
+ "model_type": "gpt2",
28
+ "n_ctx": 2048,
29
+ "n_embd": 768,
30
+ "n_head": 12,
31
+ "n_inner": null,
32
+ "n_layer": 12,
33
+ "n_positions": 2048,
34
+ "pad_token_id": null,
35
+ "reorder_and_upcast_attn": false,
36
+ "resid_pdrop": 0.1,
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
+ "vocab_size": 42000
45
+ },
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.36.2",
48
+ "use_decoder_only_language_model": true,
49
+ "vision_config": {
50
+ "dropout": 0.0,
51
+ "initializer_factor": 1.0,
52
+ "model_type": "blip_2_vision_model",
53
+ "num_channels": 3,
54
+ "projection_dim": 512
55
+ }
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fe3bc2858b5a00a93f34b5fa3b130bcafdfa32062f739bd986fd16e2efbfad5
3
+ size 4842467520
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6339a21b34644c86ad3b77dce16353de154467dcf78d87de112129ea019f77ba
3
+ size 4664