Text Classification
Transformers
Safetensors
llama
multi-label
question-answering
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use saiteki-kai/QA-Llama-3.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use saiteki-kai/QA-Llama-3.1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="saiteki-kai/QA-Llama-3.1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("saiteki-kai/QA-Llama-3.1") model = AutoModelForSequenceClassification.from_pretrained("saiteki-kai/QA-Llama-3.1") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4c105dd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:552bd7bfd9e978367315c2d0a2b225c576f3579efb47cc50bd4331405ac00c9b
size 7825
|