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:
- 5af5099bd3e5c11636c950dd3e321defec7aaa072470de5879add5f21eb2e64f
- Size of remote file:
- 4.16 kB
- SHA256:
- e22db87101cd2d67696f67d0f54c9d6257ad5b66421bb8dda23d4d33a30e94d1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.