lenashamseldin
commited on
Training in progress, step 50
Browse files- config.json +34 -0
- model.safetensors +3 -0
- runs/Mar12_15-37-39_165-1-75-135/events.out.tfevents.1710257867.165-1-75-135.2910.5 +3 -0
- runs/Mar12_15-49-42_165-1-75-135/events.out.tfevents.1710258588.165-1-75-135.2910.6 +3 -0
- runs/Mar12_17-19-20_192-9-246-185/events.out.tfevents.1710263976.192-9-246-185.3670.0 +3 -0
- runs/Mar12_17-25-54_192-9-246-185/events.out.tfevents.1710264373.192-9-246-185.3670.1 +3 -0
- runs/Mar12_17-32-24_192-9-246-185/events.out.tfevents.1710264751.192-9-246-185.3670.2 +3 -0
- runs/Mar12_17-32-51_192-9-246-185/events.out.tfevents.1710264778.192-9-246-185.3670.3 +3 -0
- runs/Mar12_17-33-20_192-9-246-185/events.out.tfevents.1710264806.192-9-246-185.3670.4 +3 -0
- runs/Mar12_17-33-20_192-9-246-185/events.out.tfevents.1710264819.192-9-246-185.3670.5 +3 -0
- runs/Mar12_17-33-48_192-9-246-185/events.out.tfevents.1710264834.192-9-246-185.3670.6 +3 -0
- runs/Mar12_17-34-01_192-9-246-185/events.out.tfevents.1710264846.192-9-246-185.3670.7 +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.38.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:cbf8c025aeb986b12b6c53973968dd9df2ccdccecddd53b6c690cc09f33a7989
|
3 |
+
size 706516040
|
runs/Mar12_15-37-39_165-1-75-135/events.out.tfevents.1710257867.165-1-75-135.2910.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdb25bbc52b9405aa467c524eb47256b17562977ffc96ae525edd5b5ae4f6eeb
|
3 |
+
size 4810
|
runs/Mar12_15-49-42_165-1-75-135/events.out.tfevents.1710258588.165-1-75-135.2910.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d57ca52faa33757aa337f5621b42e31674a6aaca452ffd243927c19065112a5
|
3 |
+
size 4810
|
runs/Mar12_17-19-20_192-9-246-185/events.out.tfevents.1710263976.192-9-246-185.3670.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10fa65b869aac36ee21facc666c69b5b2f8acefe95116f6004778ee05eace8e2
|
3 |
+
size 4811
|
runs/Mar12_17-25-54_192-9-246-185/events.out.tfevents.1710264373.192-9-246-185.3670.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf782abf8e37ea9e21434962ddd856afe802a7f1aa910d8c1f66e5f312b18439
|
3 |
+
size 4811
|
runs/Mar12_17-32-24_192-9-246-185/events.out.tfevents.1710264751.192-9-246-185.3670.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1778f2c2337da1cd7b44d29dcd9728382379abb234745922423ef3273b5b981
|
3 |
+
size 4811
|
runs/Mar12_17-32-51_192-9-246-185/events.out.tfevents.1710264778.192-9-246-185.3670.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb268518027fb310aec015c7abc268b09ac23d5c627889f51fcb0bca8c58203d
|
3 |
+
size 4813
|
runs/Mar12_17-33-20_192-9-246-185/events.out.tfevents.1710264806.192-9-246-185.3670.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da016078bc52b291a3553e38b751f4e3679f11da54b4a11b7467a13bce81c497
|
3 |
+
size 88
|
runs/Mar12_17-33-20_192-9-246-185/events.out.tfevents.1710264819.192-9-246-185.3670.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e08518808bb613d1c180b6d374ddea03441e7cc1b0a349487ffc9154469da43
|
3 |
+
size 88
|
runs/Mar12_17-33-48_192-9-246-185/events.out.tfevents.1710264834.192-9-246-185.3670.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e1e487875296f9a823ca1df34351a9246955a848e15e693fb60e7f4a959312f
|
3 |
+
size 88
|
runs/Mar12_17-34-01_192-9-246-185/events.out.tfevents.1710264846.192-9-246-185.3670.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ea0657d35d01410c2005ddd673cb273dc85343fd84595fbc9857408dd1e2f34
|
3 |
+
size 5336
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8be422257899e58c53c3c422644f551f33b6b1fd177e50712b0c1fe1f87d5fa2
|
3 |
+
size 4475
|