Braddy commited on
Commit
7b71355
1 Parent(s): e5569a3

Training in progress, step 50

Browse files
Files changed (20) hide show
  1. .gitignore +1 -0
  2. config.json +107 -0
  3. pytorch_model.bin +3 -0
  4. runs/Jun27_17-15-10_f685208186c4/1687886137.684871/events.out.tfevents.1687886137.f685208186c4.2535.1 +3 -0
  5. runs/Jun27_17-15-10_f685208186c4/events.out.tfevents.1687886137.f685208186c4.2535.0 +3 -0
  6. runs/Jun27_17-18-29_f685208186c4/1687886313.8968236/events.out.tfevents.1687886313.f685208186c4.2535.3 +3 -0
  7. runs/Jun27_17-18-29_f685208186c4/events.out.tfevents.1687886313.f685208186c4.2535.2 +3 -0
  8. runs/Jun27_17-19-21_f685208186c4/1687886365.6652296/events.out.tfevents.1687886365.f685208186c4.12067.1 +3 -0
  9. runs/Jun27_17-19-21_f685208186c4/events.out.tfevents.1687886365.f685208186c4.12067.0 +3 -0
  10. runs/Jun27_17-26-18_f685208186c4/1687886782.7653778/events.out.tfevents.1687886782.f685208186c4.13979.1 +3 -0
  11. runs/Jun27_17-26-18_f685208186c4/events.out.tfevents.1687886782.f685208186c4.13979.0 +3 -0
  12. runs/Jun27_17-31-58_f685208186c4/1687887122.3968523/events.out.tfevents.1687887122.f685208186c4.15533.1 +3 -0
  13. runs/Jun27_17-31-58_f685208186c4/events.out.tfevents.1687887122.f685208186c4.15533.0 +3 -0
  14. runs/Jun27_17-38-39_f685208186c4/1687887523.0048864/events.out.tfevents.1687887523.f685208186c4.17422.1 +3 -0
  15. runs/Jun27_17-38-39_f685208186c4/events.out.tfevents.1687887522.f685208186c4.17422.0 +3 -0
  16. runs/Jun27_17-39-08_f685208186c4/1687887552.3485675/events.out.tfevents.1687887552.f685208186c4.17422.3 +3 -0
  17. runs/Jun27_17-39-08_f685208186c4/events.out.tfevents.1687887552.f685208186c4.17422.2 +3 -0
  18. runs/Jun27_17-41-38_f685208186c4/1687887702.3868086/events.out.tfevents.1687887702.f685208186c4.18388.1 +3 -0
  19. runs/Jun27_17-41-38_f685208186c4/events.out.tfevents.1687887702.f685208186c4.18388.0 +3 -0
  20. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "1f7fe8444292beb4a259e3a5b6eba440cd5999d4",
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.28.0",
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:d93d9169f3ff1004122d4277d92fae12b6a81093efc63ecc4cbde5a05bf7db36
3
+ size 706594713
runs/Jun27_17-15-10_f685208186c4/1687886137.684871/events.out.tfevents.1687886137.f685208186c4.2535.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85c6813efa37e64c02d9529e2ea5642069a4b54ec496e68f243574d0e13a87da
3
+ size 5880
runs/Jun27_17-15-10_f685208186c4/events.out.tfevents.1687886137.f685208186c4.2535.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cacc888f671327ae6e2db57b782a09d0a87524f5e861856b8cc4ba2283847108
3
+ size 6402
runs/Jun27_17-18-29_f685208186c4/1687886313.8968236/events.out.tfevents.1687886313.f685208186c4.2535.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d002a246290eb87c195b51a26b29701a5f72a47a18952526ac719e40e6975367
3
+ size 5880
runs/Jun27_17-18-29_f685208186c4/events.out.tfevents.1687886313.f685208186c4.2535.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d071d77d9c7646c089025d4620430430bbd4ed111d65e97ed232cac1fe117dca
3
+ size 4184
runs/Jun27_17-19-21_f685208186c4/1687886365.6652296/events.out.tfevents.1687886365.f685208186c4.12067.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ded02b9b046e718d4cf47df21711c202379a925cfc098ce5f28a3714878f5866
3
+ size 5880
runs/Jun27_17-19-21_f685208186c4/events.out.tfevents.1687886365.f685208186c4.12067.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7dc884fab1f20d093f18ed7ffb2e1723bfe6ddbb065e5908330c4214c229489
3
+ size 6402
runs/Jun27_17-26-18_f685208186c4/1687886782.7653778/events.out.tfevents.1687886782.f685208186c4.13979.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2dfe4772b34e8daa0ba7cf9fd811249b9c12eb620154f04663975a86b709ba
3
+ size 5880
runs/Jun27_17-26-18_f685208186c4/events.out.tfevents.1687886782.f685208186c4.13979.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dae2d965b0307f7600d0612a823691f717ea08dbd17cdedf5f11256b696e6167
3
+ size 6402
runs/Jun27_17-31-58_f685208186c4/1687887122.3968523/events.out.tfevents.1687887122.f685208186c4.15533.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fccabd1a3296eaee793880d26057c10a3eedf444426b367297e85c72c7f764c1
3
+ size 5880
runs/Jun27_17-31-58_f685208186c4/events.out.tfevents.1687887122.f685208186c4.15533.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1bed650ec8e311e3723c3f936b0dc272cddeb61ef86d7a90ca6f2f062be44d4
3
+ size 6774
runs/Jun27_17-38-39_f685208186c4/1687887523.0048864/events.out.tfevents.1687887523.f685208186c4.17422.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02e60774b13c1067185c197932438becd9ee6a53b41cd7b68969fa64b3f38703
3
+ size 5880
runs/Jun27_17-38-39_f685208186c4/events.out.tfevents.1687887522.f685208186c4.17422.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82127c22cc72b63d66a2457543b80ecac0b8230edb732822af29d0fa81d226da
3
+ size 6248
runs/Jun27_17-39-08_f685208186c4/1687887552.3485675/events.out.tfevents.1687887552.f685208186c4.17422.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c19eb416aa1107d915b8dda4a1cde07a6afc94fa22879faadac2bd639913b5
3
+ size 5880
runs/Jun27_17-39-08_f685208186c4/events.out.tfevents.1687887552.f685208186c4.17422.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fd2e7f150c2e6c5b0c6f2d3294b07e60065e32dc536432851eccbc5c78e7a86
3
+ size 6402
runs/Jun27_17-41-38_f685208186c4/1687887702.3868086/events.out.tfevents.1687887702.f685208186c4.18388.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ee773b29e1a6dd44140ce6b507ed211b0673c7bd61deb3576a8559a76d720db
3
+ size 5880
runs/Jun27_17-41-38_f685208186c4/events.out.tfevents.1687887702.f685208186c4.18388.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa4b86603cf1fcc30a99b558f089aac62c3d1e8fe5c201ae8a7e5c2777f129b9
3
+ size 6827
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7bed34a4f291227ba75d08d08b654e9f2b124a9ca7c227c661120b155cfcafb
3
+ size 3579