Instructions to use SebOchs/canine-c-lang-id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SebOchs/canine-c-lang-id with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SebOchs/canine-c-lang-id")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SebOchs/canine-c-lang-id") model = AutoModelForSequenceClassification.from_pretrained("SebOchs/canine-c-lang-id", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e4ed66c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:245f0cab0e0505357f03f3677cd617cac752d9d8d1e4d049e0b3e7d7c5e857bf
size 529265871
|