Instructions to use Lelon/cue-hi-conan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lelon/cue-hi-conan with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Lelon/cue-hi-conan", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Lelon/cue-hi-conan", trust_remote_code=True) model = AutoModelForTokenClassification.from_pretrained("Lelon/cue-hi-conan", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 39b40caaa5fffaefd3183ea495036899cac437b1dd3f679ac30b8425896fd655
- Size of remote file:
- 17.2 MB
- SHA256:
- ed633ef6508ce915f55a544a510744359811213fa14117c20cbaff4aefc08e4a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.