Instructions to use bgsach/WizardCoder-Python-7B-V1.0-ct2-int8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bgsach/WizardCoder-Python-7B-V1.0-ct2-int8 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("bgsach/WizardCoder-Python-7B-V1.0-ct2-int8", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 103 Bytes
9550d94 | 1 2 3 4 5 6 7 | {
"bos_token": "</s>",
"eos_token": "</s>",
"layer_norm_epsilon": 1e-05,
"unk_token": "</s>"
}
|