Instructions to use kh4dien/cogmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kh4dien/cogmodel with Transformers:
# Load model directly from transformers import CogModelForHF model = CogModelForHF.from_pretrained("kh4dien/cogmodel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "CogModelForHF" | |
| ], | |
| "embed_dim": 64, | |
| "model_type": "custom_transformer", | |
| "num_layers": 5, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.41.2", | |
| "vocab_size": 100 | |
| } | |