Training in progress, step 200
Browse files- config.json +110 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- preprocessor_config.json +29 -0
- runs/Apr20_00-33-20_a0d50f66aab8/events.out.tfevents.1713573433.a0d50f66aab8.3338.0 +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer_config.json +39 -0
- training_args.bin +3 -0
- vocab.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/owlvit-base-patch32",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"OwlViTForObjectDetection"
|
| 5 |
+
],
|
| 6 |
+
"id2label": {
|
| 7 |
+
"0": 6,
|
| 8 |
+
"1": 7,
|
| 9 |
+
"10": 16,
|
| 10 |
+
"11": 17,
|
| 11 |
+
"12": 18,
|
| 12 |
+
"13": 19,
|
| 13 |
+
"14": 20,
|
| 14 |
+
"15": 21,
|
| 15 |
+
"16": 22,
|
| 16 |
+
"17": 23,
|
| 17 |
+
"18": 24,
|
| 18 |
+
"19": 25,
|
| 19 |
+
"2": 8,
|
| 20 |
+
"20": 26,
|
| 21 |
+
"21": 27,
|
| 22 |
+
"22": 28,
|
| 23 |
+
"23": 29,
|
| 24 |
+
"24": 30,
|
| 25 |
+
"25": 31,
|
| 26 |
+
"26": 32,
|
| 27 |
+
"27": 33,
|
| 28 |
+
"28": 34,
|
| 29 |
+
"29": 37,
|
| 30 |
+
"3": 9,
|
| 31 |
+
"30": 38,
|
| 32 |
+
"31": 40,
|
| 33 |
+
"32": 41,
|
| 34 |
+
"33": 42,
|
| 35 |
+
"34": 43,
|
| 36 |
+
"35": 44,
|
| 37 |
+
"36": 45,
|
| 38 |
+
"37": 46,
|
| 39 |
+
"38": 47,
|
| 40 |
+
"39": 48,
|
| 41 |
+
"4": 10,
|
| 42 |
+
"5": 11,
|
| 43 |
+
"6": 12,
|
| 44 |
+
"7": 13,
|
| 45 |
+
"8": 14,
|
| 46 |
+
"9": 15
|
| 47 |
+
},
|
| 48 |
+
"initializer_factor": 1.0,
|
| 49 |
+
"label2id": {
|
| 50 |
+
"6": "0",
|
| 51 |
+
"7": "1",
|
| 52 |
+
"8": "2",
|
| 53 |
+
"9": "3",
|
| 54 |
+
"10": "4",
|
| 55 |
+
"11": "5",
|
| 56 |
+
"12": "6",
|
| 57 |
+
"13": "7",
|
| 58 |
+
"14": "8",
|
| 59 |
+
"15": "9",
|
| 60 |
+
"16": "10",
|
| 61 |
+
"17": "11",
|
| 62 |
+
"18": "12",
|
| 63 |
+
"19": "13",
|
| 64 |
+
"20": "14",
|
| 65 |
+
"21": "15",
|
| 66 |
+
"22": "16",
|
| 67 |
+
"23": "17",
|
| 68 |
+
"24": "18",
|
| 69 |
+
"25": "19",
|
| 70 |
+
"26": "20",
|
| 71 |
+
"27": "21",
|
| 72 |
+
"28": "22",
|
| 73 |
+
"29": "23",
|
| 74 |
+
"30": "24",
|
| 75 |
+
"31": "25",
|
| 76 |
+
"32": "26",
|
| 77 |
+
"33": "27",
|
| 78 |
+
"34": "28",
|
| 79 |
+
"37": "29",
|
| 80 |
+
"38": "30",
|
| 81 |
+
"40": "31",
|
| 82 |
+
"41": "32",
|
| 83 |
+
"42": "33",
|
| 84 |
+
"43": "34",
|
| 85 |
+
"44": "35",
|
| 86 |
+
"45": "36",
|
| 87 |
+
"46": "37",
|
| 88 |
+
"47": "38",
|
| 89 |
+
"48": "39"
|
| 90 |
+
},
|
| 91 |
+
"logit_scale_init_value": 2.6592,
|
| 92 |
+
"model_type": "owlvit",
|
| 93 |
+
"projection_dim": 512,
|
| 94 |
+
"text_config": {
|
| 95 |
+
"bos_token_id": 0,
|
| 96 |
+
"dropout": 0.0,
|
| 97 |
+
"eos_token_id": 2,
|
| 98 |
+
"max_length": 16,
|
| 99 |
+
"model_type": "owlvit_text_model",
|
| 100 |
+
"pad_token_id": 1
|
| 101 |
+
},
|
| 102 |
+
"text_config_dict": null,
|
| 103 |
+
"torch_dtype": "float32",
|
| 104 |
+
"transformers_version": "4.38.2",
|
| 105 |
+
"vision_config": {
|
| 106 |
+
"dropout": 0.0,
|
| 107 |
+
"model_type": "owlvit_vision_model"
|
| 108 |
+
},
|
| 109 |
+
"vision_config_dict": null
|
| 110 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40b0fbb7b18a468417dd1786d035d993a8414706bb4b16098cfc1edbdba6031e
|
| 3 |
+
size 612978988
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": {
|
| 3 |
+
"height": 768,
|
| 4 |
+
"width": 768
|
| 5 |
+
},
|
| 6 |
+
"do_center_crop": false,
|
| 7 |
+
"do_convert_rgb": true,
|
| 8 |
+
"do_normalize": true,
|
| 9 |
+
"do_rescale": true,
|
| 10 |
+
"do_resize": true,
|
| 11 |
+
"image_mean": [
|
| 12 |
+
0.48145466,
|
| 13 |
+
0.4578275,
|
| 14 |
+
0.40821073
|
| 15 |
+
],
|
| 16 |
+
"image_processor_type": "OwlViTImageProcessor",
|
| 17 |
+
"image_std": [
|
| 18 |
+
0.26862954,
|
| 19 |
+
0.26130258,
|
| 20 |
+
0.27577711
|
| 21 |
+
],
|
| 22 |
+
"processor_class": "OwlViTProcessor",
|
| 23 |
+
"resample": 3,
|
| 24 |
+
"rescale_factor": 0.00392156862745098,
|
| 25 |
+
"size": {
|
| 26 |
+
"height": 768,
|
| 27 |
+
"width": 768
|
| 28 |
+
}
|
| 29 |
+
}
|
runs/Apr20_00-33-20_a0d50f66aab8/events.out.tfevents.1713573433.a0d50f66aab8.3338.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8137b125daba4656f3abd66312b66855a5b4e363e6b1c2715a47a9f6543f793
|
| 3 |
+
size 6606
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|startoftext|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "!",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": true,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "!",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"49406": {
|
| 13 |
+
"content": "<|startoftext|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": true,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"49407": {
|
| 21 |
+
"content": "<|endoftext|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": true,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
"bos_token": "<|startoftext|>",
|
| 30 |
+
"clean_up_tokenization_spaces": true,
|
| 31 |
+
"do_lower_case": true,
|
| 32 |
+
"eos_token": "<|endoftext|>",
|
| 33 |
+
"errors": "replace",
|
| 34 |
+
"model_max_length": 16,
|
| 35 |
+
"pad_token": "!",
|
| 36 |
+
"processor_class": "OwlViTProcessor",
|
| 37 |
+
"tokenizer_class": "CLIPTokenizer",
|
| 38 |
+
"unk_token": "<|endoftext|>"
|
| 39 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3adcaa877fe28ce645daa8b323691afe54335b88dc68730aa5cd446d4dc27004
|
| 3 |
+
size 4920
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|