Question Answering
Transformers
PyTorch
Safetensors
English
llama
text-generation
text-generation-inference
Instructions to use Andron00e/YetAnother_Open-Llama-3B-LoRA-OpenOrca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Andron00e/YetAnother_Open-Llama-3B-LoRA-OpenOrca with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Andron00e/YetAnother_Open-Llama-3B-LoRA-OpenOrca")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Andron00e/YetAnother_Open-Llama-3B-LoRA-OpenOrca") model = AutoModelForCausalLM.from_pretrained("Andron00e/YetAnother_Open-Llama-3B-LoRA-OpenOrca") - Notebooks
- Google Colab
- Kaggle
Adding Evaluation Results
#3 opened over 2 years ago
by
Andron00e
Adding Evaluation Results
#2 opened over 2 years ago
by
leaderboard-pr-bot