Training in progress, step 200
Browse files- config.json +114 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- preprocessor_config.json +29 -0
- runs/Apr16_20-32-20_e94151ae2d81/events.out.tfevents.1713299582.e94151ae2d81.3412.9 +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,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 35,
|
30 |
+
"3": 9,
|
31 |
+
"30": 36,
|
32 |
+
"31": 37,
|
33 |
+
"32": 38,
|
34 |
+
"33": 40,
|
35 |
+
"34": 41,
|
36 |
+
"35": 42,
|
37 |
+
"36": 43,
|
38 |
+
"37": 44,
|
39 |
+
"38": 45,
|
40 |
+
"39": 46,
|
41 |
+
"4": 10,
|
42 |
+
"40": 47,
|
43 |
+
"41": 48,
|
44 |
+
"5": 11,
|
45 |
+
"6": 12,
|
46 |
+
"7": 13,
|
47 |
+
"8": 14,
|
48 |
+
"9": 15
|
49 |
+
},
|
50 |
+
"initializer_factor": 1.0,
|
51 |
+
"label2id": {
|
52 |
+
"6": "0",
|
53 |
+
"7": "1",
|
54 |
+
"8": "2",
|
55 |
+
"9": "3",
|
56 |
+
"10": "4",
|
57 |
+
"11": "5",
|
58 |
+
"12": "6",
|
59 |
+
"13": "7",
|
60 |
+
"14": "8",
|
61 |
+
"15": "9",
|
62 |
+
"16": "10",
|
63 |
+
"17": "11",
|
64 |
+
"18": "12",
|
65 |
+
"19": "13",
|
66 |
+
"20": "14",
|
67 |
+
"21": "15",
|
68 |
+
"22": "16",
|
69 |
+
"23": "17",
|
70 |
+
"24": "18",
|
71 |
+
"25": "19",
|
72 |
+
"26": "20",
|
73 |
+
"27": "21",
|
74 |
+
"28": "22",
|
75 |
+
"29": "23",
|
76 |
+
"30": "24",
|
77 |
+
"31": "25",
|
78 |
+
"32": "26",
|
79 |
+
"33": "27",
|
80 |
+
"34": "28",
|
81 |
+
"35": "29",
|
82 |
+
"36": "30",
|
83 |
+
"37": "31",
|
84 |
+
"38": "32",
|
85 |
+
"40": "33",
|
86 |
+
"41": "34",
|
87 |
+
"42": "35",
|
88 |
+
"43": "36",
|
89 |
+
"44": "37",
|
90 |
+
"45": "38",
|
91 |
+
"46": "39",
|
92 |
+
"47": "40",
|
93 |
+
"48": "41"
|
94 |
+
},
|
95 |
+
"logit_scale_init_value": 2.6592,
|
96 |
+
"model_type": "owlvit",
|
97 |
+
"projection_dim": 512,
|
98 |
+
"text_config": {
|
99 |
+
"bos_token_id": 0,
|
100 |
+
"dropout": 0.0,
|
101 |
+
"eos_token_id": 2,
|
102 |
+
"max_length": 16,
|
103 |
+
"model_type": "owlvit_text_model",
|
104 |
+
"pad_token_id": 1
|
105 |
+
},
|
106 |
+
"text_config_dict": null,
|
107 |
+
"torch_dtype": "float32",
|
108 |
+
"transformers_version": "4.38.2",
|
109 |
+
"vision_config": {
|
110 |
+
"dropout": 0.0,
|
111 |
+
"model_type": "owlvit_vision_model"
|
112 |
+
},
|
113 |
+
"vision_config_dict": null
|
114 |
+
}
|
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/Apr16_20-32-20_e94151ae2d81/events.out.tfevents.1713299582.e94151ae2d81.3412.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7247a4251a3dedbae95e8befc9731a84a326d5e5553f110577b2d8f92902d527
|
3 |
+
size 6639
|
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:47f404dc1a7e9c7cb0fcd57cc51a7940606b909824c75c0d37f7f4d414120e6e
|
3 |
+
size 4920
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|