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
| { | |
| "deberta-v2-large-japanese-char-wwm": { | |
| "repo_id": "ku-nlp/deberta-v2-large-japanese-char-wwm", | |
| "files": ["pytorch_model.bin"] | |
| }, | |
| "chinese-roberta-wwm-ext-large": { | |
| "repo_id": "hfl/chinese-roberta-wwm-ext-large", | |
| "files": ["pytorch_model.bin"] | |
| }, | |
| "deberta-v3-large": { | |
| "repo_id": "microsoft/deberta-v3-large", | |
| "files": ["spm.model", "pytorch_model.bin"] | |
| } | |
| } | |