Synchronizing local compiler cache.
Browse files- .gitattributes +1 -0
- neuronxcc-2.15.128.0+56dc5a86/0_REGISTRY/0.0.25/inference/clip/sentence-transformers/clip-ViT-B-32/5c2c6528b79941687f98.json +1 -0
- neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/config.json +55 -0
- neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/merges.txt +0 -0
- neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/model.neuron +3 -0
- neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/preprocessor_config.json +27 -0
- neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/special_tokens_map.json +24 -0
- neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/tokenizer.json +0 -0
- neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/tokenizer_config.json +31 -0
- neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/vocab.json +0 -0
.gitattributes
CHANGED
@@ -6038,3 +6038,4 @@ neuronxcc-2.15.143.0+e39249ad/MODULE_e5da7e4a5bee80b3a22a/unet/model.neuron filt
|
|
6038 |
neuronxcc-2.15.143.0+e39249ad/MODULE_e5da7e4a5bee80b3a22a/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
|
6039 |
neuronxcc-2.15.143.0+e39249ad/MODULE_e5da7e4a5bee80b3a22a/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
|
6040 |
neuronxcc-2.15.143.0+e39249ad/MODULE_ff056ff915e121ff695e+39f12043/model.neff filter=lfs diff=lfs merge=lfs -text
|
|
|
|
6038 |
neuronxcc-2.15.143.0+e39249ad/MODULE_e5da7e4a5bee80b3a22a/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
|
6039 |
neuronxcc-2.15.143.0+e39249ad/MODULE_e5da7e4a5bee80b3a22a/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
|
6040 |
neuronxcc-2.15.143.0+e39249ad/MODULE_ff056ff915e121ff695e+39f12043/model.neff filter=lfs diff=lfs merge=lfs -text
|
6041 |
+
neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/model.neuron filter=lfs diff=lfs merge=lfs -text
|
neuronxcc-2.15.128.0+56dc5a86/0_REGISTRY/0.0.25/inference/clip/sentence-transformers/clip-ViT-B-32/5c2c6528b79941687f98.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"architectures": ["CLIPModel"], "export_model_type": "clip", "initializer_factor": 1.0, "logit_scale_init_value": 2.6592, "model_type": "clip", "neuron": {"auto_cast": null, "auto_cast_type": null, "compiler_type": "neuronx-cc", "compiler_version": "2.15.128.0+56dc5a86", "disable_fallback": false, "disable_fast_relayout": false, "dynamic_batch_size": false, "inline_weights_to_neff": true, "optlevel": "2", "output_attentions": false, "output_hidden_states": false, "static_height": 224, "static_image_batch_size": 1, "static_num_channels": 3, "static_sequence_length": 64, "static_text_batch_size": 3, "static_width": 224}, "task": "feature-extraction", "text_config": {"bos_token_id": 0, "dropout": 0.0, "eos_token_id": 2, "gradient_checkpointing": false, "model_type": "clip_text_model"}, "vision_config": {"dropout": 0.0, "gradient_checkpointing": false, "model_type": "clip_vision_model"}}
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--sentence-transformers--clip-ViT-B-32/snapshots/11fb331c2c388748c110926aa8013161cb5a85b5/0_CLIPModel",
|
3 |
+
"architectures": [
|
4 |
+
"CLIPModel"
|
5 |
+
],
|
6 |
+
"export_model_type": "clip",
|
7 |
+
"initializer_factor": 1.0,
|
8 |
+
"logit_scale_init_value": 2.6592,
|
9 |
+
"model_type": "clip",
|
10 |
+
"neuron": {
|
11 |
+
"auto_cast": null,
|
12 |
+
"auto_cast_type": null,
|
13 |
+
"compiler_type": "neuronx-cc",
|
14 |
+
"compiler_version": "2.15.128.0+56dc5a86",
|
15 |
+
"disable_fallback": false,
|
16 |
+
"disable_fast_relayout": false,
|
17 |
+
"dynamic_batch_size": false,
|
18 |
+
"inline_weights_to_neff": true,
|
19 |
+
"input_names": [
|
20 |
+
"input_ids",
|
21 |
+
"pixel_values",
|
22 |
+
"attention_mask"
|
23 |
+
],
|
24 |
+
"model_type": "clip",
|
25 |
+
"optlevel": "2",
|
26 |
+
"output_attentions": false,
|
27 |
+
"output_hidden_states": false,
|
28 |
+
"output_names": [
|
29 |
+
"text_embeds",
|
30 |
+
"image_embeds"
|
31 |
+
],
|
32 |
+
"static_height": 224,
|
33 |
+
"static_image_batch_size": 1,
|
34 |
+
"static_num_channels": 3,
|
35 |
+
"static_sequence_length": 64,
|
36 |
+
"static_text_batch_size": 3,
|
37 |
+
"static_width": 224
|
38 |
+
},
|
39 |
+
"projection_dim": 512,
|
40 |
+
"task": "feature-extraction",
|
41 |
+
"text_config": {
|
42 |
+
"bos_token_id": 0,
|
43 |
+
"dropout": 0.0,
|
44 |
+
"eos_token_id": 2,
|
45 |
+
"gradient_checkpointing": false,
|
46 |
+
"model_type": "clip_text_model"
|
47 |
+
},
|
48 |
+
"torchscript": true,
|
49 |
+
"transformers_version": "4.43.2",
|
50 |
+
"vision_config": {
|
51 |
+
"dropout": 0.0,
|
52 |
+
"gradient_checkpointing": false,
|
53 |
+
"model_type": "clip_vision_model"
|
54 |
+
}
|
55 |
+
}
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/model.neuron
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21e809fa04980521cd574515397eeac529da09b279d063854a0b3793b6b1ec4f
|
3 |
+
size 411264829
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/preprocessor_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
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": "CLIPFeatureExtractor",
|
17 |
+
"image_std": [
|
18 |
+
0.26862954,
|
19 |
+
0.26130258,
|
20 |
+
0.27577711
|
21 |
+
],
|
22 |
+
"resample": 3,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"shortest_edge": 224
|
26 |
+
}
|
27 |
+
}
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/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": "<|endoftext|>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/tokenizer_config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"49406": {
|
5 |
+
"content": "<|startoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"49407": {
|
13 |
+
"content": "<|endoftext|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
}
|
20 |
+
},
|
21 |
+
"bos_token": "<|startoftext|>",
|
22 |
+
"clean_up_tokenization_spaces": true,
|
23 |
+
"do_lower_case": true,
|
24 |
+
"eos_token": "<|endoftext|>",
|
25 |
+
"errors": "replace",
|
26 |
+
"model_max_length": 77,
|
27 |
+
"pad_token": "<|endoftext|>",
|
28 |
+
"processor_class": "CLIPProcessor",
|
29 |
+
"tokenizer_class": "CLIPTokenizer",
|
30 |
+
"unk_token": "<|endoftext|>"
|
31 |
+
}
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_5c2c6528b79941687f98/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|