Darshankumar
commited on
Commit
•
ec7ba4b
1
Parent(s):
c39b33b
Training in progress, step 50
Browse files- config.json +34 -0
- model.safetensors +3 -0
- runs/Nov13_12-06-59_8f40eeb4e341/events.out.tfevents.1699877241.8f40eeb4e341.19050.0 +3 -0
- runs/Nov13_12-11-44_8f40eeb4e341/events.out.tfevents.1699877511.8f40eeb4e341.19050.1 +3 -0
- runs/Nov13_12-18-57_8f40eeb4e341/events.out.tfevents.1699877945.8f40eeb4e341.19050.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.0",
|
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:534c0d0bc67e6edbde52bc26800c83f01ad49a9e5dd452fb6cc801263701c02b
|
3 |
+
size 706516040
|
runs/Nov13_12-06-59_8f40eeb4e341/events.out.tfevents.1699877241.8f40eeb4e341.19050.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b2fbafbe73d238f6ce7848ee078d3befafc15d10f1ae6bf225950926d72aade
|
3 |
+
size 4435
|
runs/Nov13_12-11-44_8f40eeb4e341/events.out.tfevents.1699877511.8f40eeb4e341.19050.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c234508b32173f9f16bb82ccf653253597c9d7d3fc03cdf61fd1ada5a817c42
|
3 |
+
size 4433
|
runs/Nov13_12-18-57_8f40eeb4e341/events.out.tfevents.1699877945.8f40eeb4e341.19050.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b9dc506be148a47039c2ff1eadb09860abb0ed1a1d98c152717f1e5aba9e773
|
3 |
+
size 4905
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:803acfeda30502626e2ce61dee21be4ba7b9b5060260f9b2d4b60f02084447ca
|
3 |
+
size 4600
|