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:
- 35a8f5b249feece5de8030757328d14b219d8fd348dcaea470dd4da71a24b45a
- Size of remote file:
- 3.31 GB
- SHA256:
- 0897ce7b73dbdc658945560eabd7dde8eeead1b8ed4fb94bd067ea5255d52753
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.