Instructions to use pranavupadhyaya52/Wiki-SmartBotLM-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pranavupadhyaya52/Wiki-SmartBotLM-Instruct with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="pranavupadhyaya52/Wiki-SmartBotLM-Instruct", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pranavupadhyaya52/Wiki-SmartBotLM-Instruct", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "WikiSmartBotLMForCausalLM" | |
| ], | |
| "model_type": "wiki_smartbotlm", | |
| "vocab_size": 32000, | |
| "hidden_size": 1024, | |
| "num_layers": 16, | |
| "num_hidden_layers": 16, | |
| "num_heads": 16, | |
| "num_attention_heads": 16, | |
| "num_kv_heads": 4, | |
| "num_key_value_heads": 4, | |
| "ffn_dim": 4096, | |
| "intermediate_size": 4096, | |
| "max_seq_len": 8192, | |
| "max_position_embeddings": 8192, | |
| "head_dim": 64, | |
| "hidden_act": "silu", | |
| "rope_theta": 10000.0, | |
| "rms_norm_eps": 1e-06, | |
| "torch_dtype": "bfloat16", | |
| "tie_word_embeddings": true, | |
| "bos_token_id": 1, | |
| "eos_token_id": 2, | |
| "pad_token_id": 0, | |
| "auto_map": { | |
| "AutoConfig": "configuration_wiki_smartbotlm.WikiSmartBotLMConfig", | |
| "AutoModel": "modeling_wiki_smartbotlm.WikiSmartBotLMForCausalLM", | |
| "AutoModelForCausalLM": "modeling_wiki_smartbotlm.WikiSmartBotLMForCausalLM" | |
| } | |
| } |