SleepyOwl commited on
Commit
d1ffefc
·
1 Parent(s): d45a6e5

Training in progress, step 50

Browse files
Files changed (18) hide show
  1. .gitignore +1 -0
  2. config.json +107 -0
  3. pytorch_model.bin +3 -0
  4. runs/Apr02_09-44-03_b16f0abbc6d7/1680428928.0842352/events.out.tfevents.1680428928.b16f0abbc6d7.416.1 +3 -0
  5. runs/Apr02_09-44-03_b16f0abbc6d7/events.out.tfevents.1680428928.b16f0abbc6d7.416.0 +3 -0
  6. runs/Apr02_09-49-47_b16f0abbc6d7/1680428995.4077883/events.out.tfevents.1680428995.b16f0abbc6d7.416.3 +3 -0
  7. runs/Apr02_09-49-47_b16f0abbc6d7/events.out.tfevents.1680428995.b16f0abbc6d7.416.2 +3 -0
  8. runs/Apr02_09-50-44_b16f0abbc6d7/1680429052.7440689/events.out.tfevents.1680429052.b16f0abbc6d7.416.5 +3 -0
  9. runs/Apr02_09-50-44_b16f0abbc6d7/events.out.tfevents.1680429052.b16f0abbc6d7.416.4 +3 -0
  10. runs/Apr02_09-53-25_b16f0abbc6d7/1680429217.7700417/events.out.tfevents.1680429217.b16f0abbc6d7.6628.1 +3 -0
  11. runs/Apr02_09-53-25_b16f0abbc6d7/events.out.tfevents.1680429217.b16f0abbc6d7.6628.0 +3 -0
  12. runs/Apr02_09-54-44_b16f0abbc6d7/1680429291.0274866/events.out.tfevents.1680429291.b16f0abbc6d7.6628.3 +3 -0
  13. runs/Apr02_09-54-44_b16f0abbc6d7/events.out.tfevents.1680429291.b16f0abbc6d7.6628.2 +3 -0
  14. runs/Apr02_09-55-09_b16f0abbc6d7/1680429316.7879555/events.out.tfevents.1680429316.b16f0abbc6d7.6628.5 +3 -0
  15. runs/Apr02_09-55-09_b16f0abbc6d7/events.out.tfevents.1680429316.b16f0abbc6d7.6628.4 +3 -0
  16. runs/Apr02_09-57-33_b16f0abbc6d7/1680429460.3560846/events.out.tfevents.1680429460.b16f0abbc6d7.8113.1 +3 -0
  17. runs/Apr02_09-57-33_b16f0abbc6d7/events.out.tfevents.1680429460.b16f0abbc6d7.8113.0 +3 -0
  18. 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:0c94c553079ef9c5544cb64b67f304ac53ff0c21902446d025147ff8865b93f1
3
+ size 706594713
runs/Apr02_09-44-03_b16f0abbc6d7/1680428928.0842352/events.out.tfevents.1680428928.b16f0abbc6d7.416.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91d1f4e99f7dcd978826841c1a7968de27531ce903ea93f5d1c34640a72dc289
3
+ size 5833
runs/Apr02_09-44-03_b16f0abbc6d7/events.out.tfevents.1680428928.b16f0abbc6d7.416.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:209d0dd6f79a7f8e3012217afaa7c323c4926e3b7cf42b794b7c566ea40f2b5e
3
+ size 6227
runs/Apr02_09-49-47_b16f0abbc6d7/1680428995.4077883/events.out.tfevents.1680428995.b16f0abbc6d7.416.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d09ebb39cb3bdc3ea6c065a48933ae8d2916bd90eb7e9851db6479ac2edc6d68
3
+ size 5833
runs/Apr02_09-49-47_b16f0abbc6d7/events.out.tfevents.1680428995.b16f0abbc6d7.416.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f38b1a85b3774d9589be11b644f861797aea45617e83f8d0d4195b39876ff99
3
+ size 4184
runs/Apr02_09-50-44_b16f0abbc6d7/1680429052.7440689/events.out.tfevents.1680429052.b16f0abbc6d7.416.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ea01cbfd49df2f78840abd3db9147ae8f8b00fe7f20a124a4d5c8d424ed3d82
3
+ size 5833
runs/Apr02_09-50-44_b16f0abbc6d7/events.out.tfevents.1680429052.b16f0abbc6d7.416.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e981cb4f279456199c68ae78d8e17e2eb259d3a2db7ded75b1e3cb916b426ba
3
+ size 4184
runs/Apr02_09-53-25_b16f0abbc6d7/1680429217.7700417/events.out.tfevents.1680429217.b16f0abbc6d7.6628.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:327f0f2ee4f70cc00872d346e85a53c059b9009d4d69f4a80d278ee8cb46b2be
3
+ size 5833
runs/Apr02_09-53-25_b16f0abbc6d7/events.out.tfevents.1680429217.b16f0abbc6d7.6628.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cce055c86a028aea2ade6d7e4f469cf63c11df6bd176e83fefd76c47c2484f3a
3
+ size 6227
runs/Apr02_09-54-44_b16f0abbc6d7/1680429291.0274866/events.out.tfevents.1680429291.b16f0abbc6d7.6628.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e692e6c0a9135f23966a1e7ce734f12d1994327c571c83b73ad9b707ad6fbb9
3
+ size 5833
runs/Apr02_09-54-44_b16f0abbc6d7/events.out.tfevents.1680429291.b16f0abbc6d7.6628.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f6c261ed586c0b5e36709d04bb6d9dcd1ac3bad4e2f18149f102af543b8518
3
+ size 4184
runs/Apr02_09-55-09_b16f0abbc6d7/1680429316.7879555/events.out.tfevents.1680429316.b16f0abbc6d7.6628.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57ee92bb79833e07aa2d166eca528fb66110a64dd553ea3bffad82cfa94ea191
3
+ size 5833
runs/Apr02_09-55-09_b16f0abbc6d7/events.out.tfevents.1680429316.b16f0abbc6d7.6628.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c26a2f8fb842d54d05a6fa317c0f1565d66ee951a5b4ebccb68f0ed43d09c1da
3
+ size 4184
runs/Apr02_09-57-33_b16f0abbc6d7/1680429460.3560846/events.out.tfevents.1680429460.b16f0abbc6d7.8113.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3582e919f7cf08381f7fa84e0f49ae7025bf684ec31a66c86d89ead0ad250fe
3
+ size 5833
runs/Apr02_09-57-33_b16f0abbc6d7/events.out.tfevents.1680429460.b16f0abbc6d7.8113.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cf333d977e87458794552544b13a2670bbb06542ed8807510fc38a86ee1c6ee
3
+ size 7969
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc84eeb762beef907421bbad12c0baef77cdae8bed6d8b38baf0a96c0571d795
3
+ size 3579