Instructions to use Chars/AI-baki with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Chars/AI-baki with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Chars/AI-baki", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| #yml_code { | |
| height: 600px; | |
| flex-grow: inherit; | |
| overflow-y: auto; | |
| } | |
| #json_code { | |
| height: 600px; | |
| flex-grow: inherit; | |
| overflow-y: auto; | |
| } | |
| #gpu_code { | |
| height: 300px; | |
| flex-grow: inherit; | |
| overflow-y: auto; | |
| } | |