Instructions to use nvidia/Cosmos-Embed1-336p with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Cosmos
How to use nvidia/Cosmos-Embed1-336p with Cosmos:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- NeMo
How to use nvidia/Cosmos-Embed1-336p with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
File size: 563 Bytes
ecf8cbe | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"architectures": [
"CosmosEmbed1"
],
"auto_map": {
"AutoConfig": "configuration_embed1.CosmosEmbed1Config",
"AutoProcessor": "preprocessing_embed1.CosmosEmbed1Processor",
"AutoModel": "modeling_embed1.CosmosEmbed1"
},
"embed_dim": 768,
"max_txt_len": 128,
"model_type": "cosmos-embed1",
"num_query_tokens": 32,
"num_video_frames": 8,
"resolution": 336,
"temporal_encoding_type": "neighboring_token_propagation",
"transformers_version": "4.51.3",
"vocab_size": 30523,
"transformer_engine": false,
"use_fp8": false
}
|