Instructions to use Aliph0th/logtheus-ml-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Aliph0th/logtheus-ml-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Aliph0th/logtheus-ml-large")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Aliph0th/logtheus-ml-large") model = AutoModelForTokenClassification.from_pretrained("Aliph0th/logtheus-ml-large") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9cb6b94 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:27d6563dcf38e60415fac36387e8f0e5b87a7c6d0e20f33746cff888c6844670
size 5201
|