Instructions to use joey00072/test_001 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use joey00072/test_001 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("joey00072/test_001", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "activation": "silu", | |
| "bias": false, | |
| "ckpt_iter": 10, | |
| "d_model": 128, | |
| "dropout": 0.2, | |
| "hidden_dim": 128, | |
| "mlp": "GLU", | |
| "num_heads": 4, | |
| "num_kv_heads": 0, | |
| "num_layers": 4, | |
| "seq_len": 10, | |
| "vocab_size": 10, | |
| "weight_tying": false | |
| } |