Instructions to use Hulk810154/BABYAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hulk810154/BABYAI with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Hulk810154/BABYAI", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 296 Bytes
97d7274 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"architectures": ["MistralForCausalLM"],
"model_type": "mistral",
"vocab_size": 32000,
"hidden_size": 4096,
"num_hidden_layers": 32,
"num_attention_heads": 32,
"intermediate_size": 14336,
"max_position_embeddings": 32768,
"initializer_range": 0.02,
"rope_theta": 1000000.0
} |