henriquepxl
commited on
Commit
•
912367a
1
Parent(s):
3fe1d9c
Training in progress, step 50
Browse files- config.json +34 -0
- model.safetensors +3 -0
- runs/Jun13_20-11-58_a5d4708a5f07/events.out.tfevents.1718309548.a5d4708a5f07.3391.0 +3 -0
- runs/Jun13_20-13-13_a5d4708a5f07/events.out.tfevents.1718309602.a5d4708a5f07.3391.1 +3 -0
- runs/Jun13_20-13-44_a5d4708a5f07/events.out.tfevents.1718309629.a5d4708a5f07.3391.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.41.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:3b5349ffa3959f6bcdc30e37a4d91226b85e4305570ebbf87542150d3baaf85f
|
3 |
+
size 706516040
|
runs/Jun13_20-11-58_a5d4708a5f07/events.out.tfevents.1718309548.a5d4708a5f07.3391.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b43b90c47e1e5d3d89601b52e8c34e03bc8e6c5227348e0421e29a077f0c4b54
|
3 |
+
size 5030
|
runs/Jun13_20-13-13_a5d4708a5f07/events.out.tfevents.1718309602.a5d4708a5f07.3391.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4655fac56b2c62c41beba2201ab8ad83a26738250ae32859668e2fb082c087c0
|
3 |
+
size 5030
|
runs/Jun13_20-13-44_a5d4708a5f07/events.out.tfevents.1718309629.a5d4708a5f07.3391.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35b2b0b157e12b243f8b9263e22aedfef7cb794d1160cd29cd7ba917276b8df8
|
3 |
+
size 5553
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:642259ed31b943209ebe6e82dc1d30089977fda60b8b9337092105454a357d43
|
3 |
+
size 5112
|