Instructions to use ericmodesitt/ORBIT-Llama-3-8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ericmodesitt/ORBIT-Llama-3-8b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ericmodesitt/ORBIT-Llama-3-8b")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ericmodesitt/ORBIT-Llama-3-8b") model = AutoModel.from_pretrained("ericmodesitt/ORBIT-Llama-3-8b") - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- 1
Model tree for ericmodesitt/ORBIT-Llama-3-8b
Base model
meta-llama/Meta-Llama-3-8B