Instructions to use PurCL/codeart-26m-ti-O3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PurCL/codeart-26m-ti-O3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="PurCL/codeart-26m-ti-O3")# Load model directly from transformers import AutoModelForTokenClassification model = AutoModelForTokenClassification.from_pretrained("PurCL/codeart-26m-ti-O3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
cfad6f6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e960298d1a877deb85869d85e565c059833f69bd28ad709c0b25afb13c8c4a82
size 872120581
|