LinpengS commited on
Commit
c69aecc
1 Parent(s): e3d51b1

Training in progress, step 50

Browse files
Files changed (21) hide show
  1. .gitignore +1 -0
  2. config.json +107 -0
  3. pytorch_model.bin +3 -0
  4. runs/Apr06_13-23-10_linpeng-Lambda-Vector/1680805411.593155/events.out.tfevents.1680805411.linpeng-Lambda-Vector.27565.1 +3 -0
  5. runs/Apr06_13-23-10_linpeng-Lambda-Vector/1680806183.9984975/events.out.tfevents.1680806183.linpeng-Lambda-Vector.27565.2 +3 -0
  6. runs/Apr06_13-23-10_linpeng-Lambda-Vector/1680806236.5744574/events.out.tfevents.1680806236.linpeng-Lambda-Vector.27565.3 +3 -0
  7. runs/Apr06_13-23-10_linpeng-Lambda-Vector/events.out.tfevents.1680805411.linpeng-Lambda-Vector.27565.0 +3 -0
  8. runs/Apr06_13-42-09_linpeng-Lambda-Vector/1680806533.9294436/events.out.tfevents.1680806533.linpeng-Lambda-Vector.27565.5 +3 -0
  9. runs/Apr06_13-42-09_linpeng-Lambda-Vector/events.out.tfevents.1680806533.linpeng-Lambda-Vector.27565.4 +3 -0
  10. runs/Apr06_13-43-01_linpeng-Lambda-Vector/1680806585.1145287/events.out.tfevents.1680806585.linpeng-Lambda-Vector.27565.7 +3 -0
  11. runs/Apr06_13-43-01_linpeng-Lambda-Vector/events.out.tfevents.1680806585.linpeng-Lambda-Vector.27565.6 +3 -0
  12. runs/Apr06_13-45-50_linpeng-Lambda-Vector/1680806754.3546357/events.out.tfevents.1680806754.linpeng-Lambda-Vector.27565.9 +3 -0
  13. runs/Apr06_13-45-50_linpeng-Lambda-Vector/events.out.tfevents.1680806754.linpeng-Lambda-Vector.27565.8 +3 -0
  14. runs/Apr06_13-48-14_linpeng-Lambda-Vector/1680806899.3039088/events.out.tfevents.1680806899.linpeng-Lambda-Vector.27565.11 +3 -0
  15. runs/Apr06_13-48-14_linpeng-Lambda-Vector/events.out.tfevents.1680806899.linpeng-Lambda-Vector.27565.10 +3 -0
  16. runs/Apr06_13-48-44_linpeng-Lambda-Vector/1680806927.9254565/events.out.tfevents.1680806927.linpeng-Lambda-Vector.27565.13 +3 -0
  17. runs/Apr06_13-48-44_linpeng-Lambda-Vector/1680807122.5867069/events.out.tfevents.1680807122.linpeng-Lambda-Vector.27565.14 +3 -0
  18. runs/Apr06_13-48-44_linpeng-Lambda-Vector/events.out.tfevents.1680806927.linpeng-Lambda-Vector.27565.12 +3 -0
  19. runs/Apr06_14-03-28_linpeng-Lambda-Vector/1680807821.6013095/events.out.tfevents.1680807821.linpeng-Lambda-Vector.4756.1 +3 -0
  20. runs/Apr06_14-03-28_linpeng-Lambda-Vector/events.out.tfevents.1680807821.linpeng-Lambda-Vector.4756.0 +3 -0
  21. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "4916c970f4312a2166ebb036dbdc6db8364c918c",
3
+ "_name_or_path": "microsoft/git-base",
4
+ "architectures": [
5
+ "GitForCausalLM"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "bos_token_id": 101,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 102,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-12,
17
+ "max_position_embeddings": 1024,
18
+ "model_type": "git",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 6,
21
+ "num_image_with_embedding": null,
22
+ "pad_token_id": 0,
23
+ "position_embedding_type": "absolute",
24
+ "tie_word_embeddings": false,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": null,
27
+ "use_cache": true,
28
+ "vision_config": {
29
+ "_name_or_path": "",
30
+ "add_cross_attention": false,
31
+ "architectures": null,
32
+ "attention_dropout": 0.0,
33
+ "bad_words_ids": null,
34
+ "begin_suppress_tokens": null,
35
+ "bos_token_id": null,
36
+ "chunk_size_feed_forward": 0,
37
+ "cross_attention_hidden_size": null,
38
+ "decoder_start_token_id": null,
39
+ "diversity_penalty": 0.0,
40
+ "do_sample": false,
41
+ "dropout": 0.0,
42
+ "early_stopping": false,
43
+ "encoder_no_repeat_ngram_size": 0,
44
+ "eos_token_id": null,
45
+ "exponential_decay_length_penalty": null,
46
+ "finetuning_task": null,
47
+ "forced_bos_token_id": null,
48
+ "forced_eos_token_id": null,
49
+ "hidden_act": "quick_gelu",
50
+ "hidden_size": 768,
51
+ "id2label": {
52
+ "0": "LABEL_0",
53
+ "1": "LABEL_1"
54
+ },
55
+ "image_size": 224,
56
+ "initializer_factor": 1.0,
57
+ "initializer_range": 0.02,
58
+ "intermediate_size": 3072,
59
+ "is_decoder": false,
60
+ "is_encoder_decoder": false,
61
+ "label2id": {
62
+ "LABEL_0": 0,
63
+ "LABEL_1": 1
64
+ },
65
+ "layer_norm_eps": 1e-05,
66
+ "length_penalty": 1.0,
67
+ "max_length": 20,
68
+ "min_length": 0,
69
+ "model_type": "git_vision_model",
70
+ "no_repeat_ngram_size": 0,
71
+ "num_attention_heads": 12,
72
+ "num_beam_groups": 1,
73
+ "num_beams": 1,
74
+ "num_channels": 3,
75
+ "num_hidden_layers": 12,
76
+ "num_return_sequences": 1,
77
+ "output_attentions": false,
78
+ "output_hidden_states": false,
79
+ "output_scores": false,
80
+ "pad_token_id": null,
81
+ "patch_size": 16,
82
+ "prefix": null,
83
+ "problem_type": null,
84
+ "projection_dim": 512,
85
+ "pruned_heads": {},
86
+ "remove_invalid_values": false,
87
+ "repetition_penalty": 1.0,
88
+ "return_dict": true,
89
+ "return_dict_in_generate": false,
90
+ "sep_token_id": null,
91
+ "suppress_tokens": null,
92
+ "task_specific_params": null,
93
+ "temperature": 1.0,
94
+ "tf_legacy_loss": false,
95
+ "tie_encoder_decoder": false,
96
+ "tie_word_embeddings": true,
97
+ "tokenizer_class": null,
98
+ "top_k": 50,
99
+ "top_p": 1.0,
100
+ "torch_dtype": null,
101
+ "torchscript": false,
102
+ "transformers_version": "4.27.4",
103
+ "typical_p": 1.0,
104
+ "use_bfloat16": false
105
+ },
106
+ "vocab_size": 30522
107
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9de353c0288cd7726cae8a28e532b44bff5b02e4445149dfdbbd290cbb254533
3
+ size 706594713
runs/Apr06_13-23-10_linpeng-Lambda-Vector/1680805411.593155/events.out.tfevents.1680805411.linpeng-Lambda-Vector.27565.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43b815a0935828d6fb8b9853194a7a3526887c45c6c054829f2bb76fa12c6f93
3
+ size 5794
runs/Apr06_13-23-10_linpeng-Lambda-Vector/1680806183.9984975/events.out.tfevents.1680806183.linpeng-Lambda-Vector.27565.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb43352f0c49a1cb78971c1942d183439568730f875dc8e29e6fa6354d7dee4
3
+ size 5794
runs/Apr06_13-23-10_linpeng-Lambda-Vector/1680806236.5744574/events.out.tfevents.1680806236.linpeng-Lambda-Vector.27565.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e6fa4dc2bc48a924b2b3343a163695eb78c2d9ba9c26443cc9ddd2cfbe4c188
3
+ size 5794
runs/Apr06_13-23-10_linpeng-Lambda-Vector/events.out.tfevents.1680805411.linpeng-Lambda-Vector.27565.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89e82fe1cc4b55c8f79d1ca2b66bdf2e7af35fb5c451cabf2bb532502718631a
3
+ size 18484
runs/Apr06_13-42-09_linpeng-Lambda-Vector/1680806533.9294436/events.out.tfevents.1680806533.linpeng-Lambda-Vector.27565.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a775b4561b1e6ac798fea42ac19e962ab48dee4c4d7f86202be8d6a87ca60f0
3
+ size 5794
runs/Apr06_13-42-09_linpeng-Lambda-Vector/events.out.tfevents.1680806533.linpeng-Lambda-Vector.27565.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c6c17fc63e98e5e982b47f31814a85baf2e1177e8e55e1c3c3caa58c2e6dc7
3
+ size 6188
runs/Apr06_13-43-01_linpeng-Lambda-Vector/1680806585.1145287/events.out.tfevents.1680806585.linpeng-Lambda-Vector.27565.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8636998d3c5f9ad00d66abe5568aff95b640ced7b041425af44e79eec46a193a
3
+ size 5794
runs/Apr06_13-43-01_linpeng-Lambda-Vector/events.out.tfevents.1680806585.linpeng-Lambda-Vector.27565.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c9b568048e8afe00e65da55792ea61f4cec60c2b27df27cea7843fd9eed832
3
+ size 6188
runs/Apr06_13-45-50_linpeng-Lambda-Vector/1680806754.3546357/events.out.tfevents.1680806754.linpeng-Lambda-Vector.27565.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbb9396d0b7f9c77a97fdf5f2316b92f4066633931fcf4109a6d41c7f4e1c881
3
+ size 5794
runs/Apr06_13-45-50_linpeng-Lambda-Vector/events.out.tfevents.1680806754.linpeng-Lambda-Vector.27565.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d1ece657619e8dc12b312830d75c29834f1564a34d2483739c5a168c0299bd9
3
+ size 6188
runs/Apr06_13-48-14_linpeng-Lambda-Vector/1680806899.3039088/events.out.tfevents.1680806899.linpeng-Lambda-Vector.27565.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:277595479496ab385c898343bc787a0da8a411beee3cd62b6046a3a0a87fa7bc
3
+ size 5794
runs/Apr06_13-48-14_linpeng-Lambda-Vector/events.out.tfevents.1680806899.linpeng-Lambda-Vector.27565.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70149e47a9b8c635ebbb3b7a2e9c3f9cea6984a36d0551fa46077f38b0e8d627
3
+ size 6188
runs/Apr06_13-48-44_linpeng-Lambda-Vector/1680806927.9254565/events.out.tfevents.1680806927.linpeng-Lambda-Vector.27565.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff12a9a7441582e319f15946b0a166d141ad5bc8ce31b6aba3138c98a428eb3d
3
+ size 5794
runs/Apr06_13-48-44_linpeng-Lambda-Vector/1680807122.5867069/events.out.tfevents.1680807122.linpeng-Lambda-Vector.27565.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c54654162c3e14e66ef25013408581485fc005dc1ead99d63d293df8780ea99
3
+ size 5794
runs/Apr06_13-48-44_linpeng-Lambda-Vector/events.out.tfevents.1680806927.linpeng-Lambda-Vector.27565.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6a191c554daed7b83d728cf6b473917e13d434c7bdfd809c8102aa29bc74d6c
3
+ size 12332
runs/Apr06_14-03-28_linpeng-Lambda-Vector/1680807821.6013095/events.out.tfevents.1680807821.linpeng-Lambda-Vector.4756.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f837efa0891a1310e6655f620eede5188e459b37fc0ce14e1bb67b106af0f96
3
+ size 5794
runs/Apr06_14-03-28_linpeng-Lambda-Vector/events.out.tfevents.1680807821.linpeng-Lambda-Vector.4756.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ad3c4cd6078036d34b818ae14387faf4d49c6b1c06372213e7ea7f5d947b78a
3
+ size 6660
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99c93bf665d1c01648798a8f48c2c590ef1f8e03d7bc09fe4a4b1602c106e183
3
+ size 3579