Instructions to use neverland-th/custom_ai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use neverland-th/custom_ai with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("neverland-th/custom_ai", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| {"dim": 4096, "n_layers": 32, "n_heads": 32, "n_kv_heads": 8, "vocab_size": 128256, "ffn_dim_multiplier": 1.3, "multiple_of": 1024, "norm_eps": 1e-05, "rope_theta": 500000.0, "use_scaled_rope": true} |