Instructions to use IngeniousArtist/openllama-3b-finance with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IngeniousArtist/openllama-3b-finance with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="IngeniousArtist/openllama-3b-finance")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("IngeniousArtist/openllama-3b-finance") model = AutoModelForSequenceClassification.from_pretrained("IngeniousArtist/openllama-3b-finance", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f74568da5fa4e7da5d5dc9af077f961edbeccab0ad9ee11a5caed33f8bb62f5c
- Size of remote file:
- 9.99 GB
- SHA256:
- e9ea633b9578187ff3902a295dc57c9551602b6ddd8e428b93b0075e10acad4b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.