Instructions to use asm3515/llama3-agnews-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use asm3515/llama3-agnews-full with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="asm3515/llama3-agnews-full")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("asm3515/llama3-agnews-full") model = AutoModelForSequenceClassification.from_pretrained("asm3515/llama3-agnews-full") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
fe282f7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:50d236ff5693ea2a0eb5e0719159308ea524a853846606cb1b5ff7053cef43c3
size 4943307184
|