Training in progress, epoch 1
Browse files- config.json +53 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Salesforce/blip2-opt-2.7b-coco",
|
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 |
+
"pad_token_id": 151643,
|
11 |
+
"qformer_config": {
|
12 |
+
"classifier_dropout": null,
|
13 |
+
"model_type": "blip_2_qformer"
|
14 |
+
},
|
15 |
+
"text_config": {
|
16 |
+
"_name_or_path": "SeaLLMs/SeaLLMs-v3-1.5B-Chat",
|
17 |
+
"architectures": [
|
18 |
+
"Qwen2ForCausalLM"
|
19 |
+
],
|
20 |
+
"bos_token_id": 151643,
|
21 |
+
"eos_token_id": 151643,
|
22 |
+
"hidden_act": "silu",
|
23 |
+
"hidden_size": 1536,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 8960,
|
26 |
+
"max_position_embeddings": 131072,
|
27 |
+
"max_window_layers": 28,
|
28 |
+
"model_type": "qwen2",
|
29 |
+
"num_attention_heads": 12,
|
30 |
+
"num_hidden_layers": 28,
|
31 |
+
"num_key_value_heads": 2,
|
32 |
+
"pad_token_id": null,
|
33 |
+
"rms_norm_eps": 1e-06,
|
34 |
+
"rope_theta": 1000000.0,
|
35 |
+
"sliding_window": 131072,
|
36 |
+
"tie_word_embeddings": true,
|
37 |
+
"torch_dtype": "bfloat16",
|
38 |
+
"use_cache": false,
|
39 |
+
"use_sliding_window": false,
|
40 |
+
"vocab_size": 151936
|
41 |
+
},
|
42 |
+
"torch_dtype": "bfloat16",
|
43 |
+
"transformers_version": "4.42.4",
|
44 |
+
"use_decoder_only_language_model": true,
|
45 |
+
"vision_config": {
|
46 |
+
"dropout": 0.0,
|
47 |
+
"image_size": 364,
|
48 |
+
"initializer_factor": 1.0,
|
49 |
+
"model_type": "blip_2_vision_model",
|
50 |
+
"num_channels": 3,
|
51 |
+
"projection_dim": 512
|
52 |
+
}
|
53 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f04a0e04b9fed7bf587b2de319e2e530f17f08f8ccb70469fb74d167c6b64149
|
3 |
+
size 5240
|