add model
This commit is contained in:
parent
bcb3a29e2a
commit
483f4b4777
|
@ -0,0 +1,46 @@
|
|||
---
|
||||
tags:
|
||||
- generated_from_keras_callback
|
||||
model-index:
|
||||
- name: clip-vit-large-patch14-336
|
||||
results: []
|
||||
---
|
||||
|
||||
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
||||
probably proofread and complete it, then remove this comment. -->
|
||||
|
||||
# clip-vit-large-patch14-336
|
||||
|
||||
This model was trained from scratch on an unknown dataset.
|
||||
It achieves the following results on the evaluation set:
|
||||
|
||||
|
||||
## Model description
|
||||
|
||||
More information needed
|
||||
|
||||
## Intended uses & limitations
|
||||
|
||||
More information needed
|
||||
|
||||
## Training and evaluation data
|
||||
|
||||
More information needed
|
||||
|
||||
## Training procedure
|
||||
|
||||
### Training hyperparameters
|
||||
|
||||
The following hyperparameters were used during training:
|
||||
- optimizer: None
|
||||
- training_precision: float32
|
||||
|
||||
### Training results
|
||||
|
||||
|
||||
|
||||
### Framework versions
|
||||
|
||||
- Transformers 4.21.3
|
||||
- TensorFlow 2.8.2
|
||||
- Tokenizers 0.12.1
|
12
config.json
12
config.json
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"_name_or_path": "openai/clip-vit-large-patch14-336",
|
||||
"architectures": [
|
||||
"CLIPModel"
|
||||
],
|
||||
|
@ -59,7 +60,7 @@
|
|||
"pad_token_id": 1,
|
||||
"prefix": null,
|
||||
"problem_type": null,
|
||||
"projection_dim" : 768,
|
||||
"projection_dim": 768,
|
||||
"pruned_heads": {},
|
||||
"remove_invalid_values": false,
|
||||
"repetition_penalty": 1.0,
|
||||
|
@ -68,6 +69,7 @@
|
|||
"sep_token_id": null,
|
||||
"task_specific_params": null,
|
||||
"temperature": 1.0,
|
||||
"tf_legacy_loss": false,
|
||||
"tie_encoder_decoder": false,
|
||||
"tie_word_embeddings": true,
|
||||
"tokenizer_class": null,
|
||||
|
@ -75,7 +77,7 @@
|
|||
"top_p": 1.0,
|
||||
"torch_dtype": null,
|
||||
"torchscript": false,
|
||||
"transformers_version": "4.18.0.dev0",
|
||||
"transformers_version": "4.21.3",
|
||||
"typical_p": 1.0,
|
||||
"use_bfloat16": false,
|
||||
"vocab_size": 49408
|
||||
|
@ -134,6 +136,7 @@
|
|||
"num_attention_heads": 16,
|
||||
"num_beam_groups": 1,
|
||||
"num_beams": 1,
|
||||
"num_channels": 3,
|
||||
"num_hidden_layers": 24,
|
||||
"num_return_sequences": 1,
|
||||
"output_attentions": false,
|
||||
|
@ -143,7 +146,7 @@
|
|||
"patch_size": 14,
|
||||
"prefix": null,
|
||||
"problem_type": null,
|
||||
"projection_dim" : 768,
|
||||
"projection_dim": 768,
|
||||
"pruned_heads": {},
|
||||
"remove_invalid_values": false,
|
||||
"repetition_penalty": 1.0,
|
||||
|
@ -152,6 +155,7 @@
|
|||
"sep_token_id": null,
|
||||
"task_specific_params": null,
|
||||
"temperature": 1.0,
|
||||
"tf_legacy_loss": false,
|
||||
"tie_encoder_decoder": false,
|
||||
"tie_word_embeddings": true,
|
||||
"tokenizer_class": null,
|
||||
|
@ -159,7 +163,7 @@
|
|||
"top_p": 1.0,
|
||||
"torch_dtype": null,
|
||||
"torchscript": false,
|
||||
"transformers_version": "4.18.0.dev0",
|
||||
"transformers_version": "4.21.3",
|
||||
"typical_p": 1.0,
|
||||
"use_bfloat16": false
|
||||
},
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue