Instructions to use koclip/koclip-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use koclip/koclip-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("koclip/koclip-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "do_lower_case": false, | |
| "do_basic_tokenize": true, | |
| "never_split": null, | |
| "unk_token": "[UNK]", | |
| "sep_token": "[SEP]", | |
| "pad_token": "[PAD]", | |
| "cls_token": "[CLS]", | |
| "mask_token": "[MASK]", | |
| "bos_token": "[CLS]", | |
| "eos_token": "[SEP]", | |
| "tokenize_chinese_chars": true, | |
| "strip_accents": null, | |
| "model_max_length": 512 | |
| } |