Training in progress, epoch 1
Browse files- config.json +34 -0
- model.safetensors +3 -0
- runs/Jan14_16-07-08_c049ce0777e9/events.out.tfevents.1705248429.c049ce0777e9.26.0 +3 -0
- runs/Jan14_16-09-01_c049ce0777e9/events.out.tfevents.1705248542.c049ce0777e9.26.1 +3 -0
- runs/Jan14_16-09-25_c049ce0777e9/events.out.tfevents.1705248565.c049ce0777e9.26.2 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/git-base",
|
3 |
+
"architectures": [
|
4 |
+
"GitForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 101,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 102,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"layer_norm_eps": 1e-12,
|
16 |
+
"max_position_embeddings": 1024,
|
17 |
+
"model_type": "git",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 6,
|
20 |
+
"num_image_with_embedding": null,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"position_embedding_type": "absolute",
|
23 |
+
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.35.2",
|
26 |
+
"use_cache": true,
|
27 |
+
"vision_config": {
|
28 |
+
"dropout": 0.0,
|
29 |
+
"initializer_factor": 1.0,
|
30 |
+
"model_type": "git_vision_model",
|
31 |
+
"projection_dim": 512
|
32 |
+
},
|
33 |
+
"vocab_size": 30522
|
34 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c0f78d2cede0d2394fa23d47602db9d467891fd051a34599da20092cf5c67a8
|
3 |
+
size 706516040
|
runs/Jan14_16-07-08_c049ce0777e9/events.out.tfevents.1705248429.c049ce0777e9.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22189bde4cb708bd0e4037784bb5f7153932ef0f4e91761b4cb299061a620da1
|
3 |
+
size 4446
|
runs/Jan14_16-09-01_c049ce0777e9/events.out.tfevents.1705248542.c049ce0777e9.26.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3326b88abb0e158d7cba0199503c18e38ce3d3ce40497648e4c5c3a14d1c3df
|
3 |
+
size 4445
|
runs/Jan14_16-09-25_c049ce0777e9/events.out.tfevents.1705248565.c049ce0777e9.26.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:863fd04e99a80f244b5300b3ef30000e2345375b1132ec87fd4e2efe4f1759ad
|
3 |
+
size 11436
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5064fe8f6ec27405aeb9dfe6cc2b88427b1fce13ca81da02ab4481ecd3834a8e
|
3 |
+
size 4155
|