xinxinxinx commited on
Commit
8a49615
·
verified ·
1 Parent(s): bd28831

Training in progress, step 50

Browse files
Files changed (24) hide show
  1. config.json +34 -0
  2. model.safetensors +3 -0
  3. runs/Apr09_17-39-27_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712655580.autodl-container-868d4390d5-6477fa6f.1531.0 +3 -0
  4. runs/Apr09_17-41-47_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712655713.autodl-container-868d4390d5-6477fa6f.1531.1 +3 -0
  5. runs/Apr09_17-44-29_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712655877.autodl-container-868d4390d5-6477fa6f.1531.2 +3 -0
  6. runs/Apr09_17-46-24_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712655999.autodl-container-868d4390d5-6477fa6f.1531.3 +3 -0
  7. runs/Apr09_17-47-24_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656055.autodl-container-868d4390d5-6477fa6f.1531.4 +3 -0
  8. runs/Apr09_17-48-01_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656088.autodl-container-868d4390d5-6477fa6f.1531.5 +3 -0
  9. runs/Apr09_17-50-59_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656269.autodl-container-868d4390d5-6477fa6f.1531.6 +3 -0
  10. runs/Apr09_17-51-20_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656287.autodl-container-868d4390d5-6477fa6f.1531.7 +3 -0
  11. runs/Apr09_17-51-40_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656305.autodl-container-868d4390d5-6477fa6f.1531.8 +3 -0
  12. runs/Apr09_17-53-15_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656403.autodl-container-868d4390d5-6477fa6f.1531.9 +3 -0
  13. runs/Apr09_17-55-00_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656509.autodl-container-868d4390d5-6477fa6f.1531.10 +3 -0
  14. runs/Apr09_18-00-12_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656825.autodl-container-868d4390d5-6477fa6f.1531.11 +3 -0
  15. runs/Apr09_18-05-27_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712657136.autodl-container-868d4390d5-6477fa6f.1531.12 +3 -0
  16. runs/Apr09_18-07-49_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712657295.autodl-container-868d4390d5-6477fa6f.1531.13 +3 -0
  17. runs/Apr09_18-13-40_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712657646.autodl-container-868d4390d5-6477fa6f.1531.14 +3 -0
  18. runs/Apr09_18-14-32_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712657678.autodl-container-868d4390d5-6477fa6f.1531.15 +3 -0
  19. runs/Apr09_18-15-01_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712657768.autodl-container-868d4390d5-6477fa6f.1531.16 +3 -0
  20. runs/Apr09_18-20-36_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712658044.autodl-container-868d4390d5-6477fa6f.1531.17 +3 -0
  21. runs/Apr09_18-27-27_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712658458.autodl-container-868d4390d5-6477fa6f.1531.18 +3 -0
  22. runs/Apr09_18-27-27_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712658686.autodl-container-868d4390d5-6477fa6f.1531.19 +3 -0
  23. runs/Apr09_18-27-27_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712658849.autodl-container-868d4390d5-6477fa6f.1531.20 +3 -0
  24. 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:6ad99f69270457aa3accbdff880c4526362bf8313843d1deeaa5fbd6549fc909
3
+ size 706516040
runs/Apr09_17-39-27_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712655580.autodl-container-868d4390d5-6477fa6f.1531.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af124beceb7c914c9aac24adc715c3b6f04a829b8c8ab8b1b7dbedba022508fb
3
+ size 9536
runs/Apr09_17-41-47_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712655713.autodl-container-868d4390d5-6477fa6f.1531.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7539baac8f867ee0d5eee3976eeed66fc1d85184d9d654b43ac5b4de000fbaa9
3
+ size 4813
runs/Apr09_17-44-29_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712655877.autodl-container-868d4390d5-6477fa6f.1531.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07a29970f9febce5a9d08f569e0cae466a305b3cbcad8393339761f3643c8142
3
+ size 9536
runs/Apr09_17-46-24_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712655999.autodl-container-868d4390d5-6477fa6f.1531.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:517267ac7955ea2bf5be1b82f303a7ca0f5ecefa5569e80cacb307b18e46bb69
3
+ size 4812
runs/Apr09_17-47-24_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656055.autodl-container-868d4390d5-6477fa6f.1531.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f136c4a488b3847b3ac8b3cfdc2d9805bc5fbb754169978588222d60d28bfee
3
+ size 4812
runs/Apr09_17-48-01_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656088.autodl-container-868d4390d5-6477fa6f.1531.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a406f4fb71c20d6b1a30043e2fc68e6ceffa00a1ee9e580d7cb5df347076e75b
3
+ size 5019
runs/Apr09_17-50-59_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656269.autodl-container-868d4390d5-6477fa6f.1531.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cbc722817e1777da4b07d64421ad55b4a427ffd958b807733b32ec94da1722b
3
+ size 4812
runs/Apr09_17-51-20_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656287.autodl-container-868d4390d5-6477fa6f.1531.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcdf34ccd5c46937ce7c312c70fbd8e7cf9e215f68024b452f0e85123d8c7832
3
+ size 4812
runs/Apr09_17-51-40_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656305.autodl-container-868d4390d5-6477fa6f.1531.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5db778a3ffef8a4626a55c4fed8ba46cff14babfc6d78c4bd5233645eacd5b7b
3
+ size 4812
runs/Apr09_17-53-15_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656403.autodl-container-868d4390d5-6477fa6f.1531.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3134c312372b5c11946986be1d778ecd9b5b7e151fbc036751a07065009b26eb
3
+ size 5017
runs/Apr09_17-55-00_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656509.autodl-container-868d4390d5-6477fa6f.1531.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09f476e215fd02cbdd9b81f49bb609463abc61fae786f9c6c19af78738d01b79
3
+ size 9946
runs/Apr09_18-00-12_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712656825.autodl-container-868d4390d5-6477fa6f.1531.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa753896a93d107b1bfa3ff1d8a7dfaf52493d406ad036d8762c520c020edb0d
3
+ size 9946
runs/Apr09_18-05-27_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712657136.autodl-container-868d4390d5-6477fa6f.1531.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c39ab3d6437c18e07ebc54520b5844b40277b98e4a55104eb6c0ad1d0e1fed27
3
+ size 5017
runs/Apr09_18-07-49_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712657295.autodl-container-868d4390d5-6477fa6f.1531.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb6a21caa4ba7e793690a8316b3dd118707d89703f642983067c83798adf0a86
3
+ size 5017
runs/Apr09_18-13-40_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712657646.autodl-container-868d4390d5-6477fa6f.1531.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abda22f64dcbe2f12c6096e668aca90bf2ac370c013b2a6260f04de29db17437
3
+ size 4812
runs/Apr09_18-14-32_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712657678.autodl-container-868d4390d5-6477fa6f.1531.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ecc73c6da6e9019a30f5a58035b345eb81b35949964ac54f4152d87f801ad21
3
+ size 4812
runs/Apr09_18-15-01_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712657768.autodl-container-868d4390d5-6477fa6f.1531.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02479373fdd7f5a024e9af4bdd8cbcf33feb39fae0804b607c5c51942282efd9
3
+ size 5017
runs/Apr09_18-20-36_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712658044.autodl-container-868d4390d5-6477fa6f.1531.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:760c915b551993adaf59bd02e9ef797c8e7e5f880b6b912109ab8eb88b180812
3
+ size 5017
runs/Apr09_18-27-27_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712658458.autodl-container-868d4390d5-6477fa6f.1531.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e2261fc9f38199b5fb1e1e29f0281e9924064a584b37d5a890ff49c35747fc0
3
+ size 5017
runs/Apr09_18-27-27_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712658686.autodl-container-868d4390d5-6477fa6f.1531.19 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d97ef9d9833b723d5e49b4bb65c7b89a7acfa3fcb5a94c68878f2677aeb95a36
3
+ size 5017
runs/Apr09_18-27-27_autodl-container-868d4390d5-6477fa6f/events.out.tfevents.1712658849.autodl-container-868d4390d5-6477fa6f.1531.20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df5d587f8fef380d700434531a04da320fcf4d8484ab060dbdbb08e4daa2ebd5
3
+ size 5283
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:177645509ced0e27b4165e0db36eb3cfee9e23db24fa66ba302561a8d4758925
3
+ size 4920