Instructions to use selinas/Accel3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use selinas/Accel3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b_v2") model = PeftModel.from_pretrained(base_model, "selinas/Accel3") - Notebooks
- Google Colab
- Kaggle
Hello! Thanks for submitting to the leaderboard.
#1
by eduardo-alvarez - opened
Hey there! Thanks for submitting to the powered by intel leaderboard. To be considered a valid submission, we would need you to update your model card to fit the requirements under the "submit" tab: https://huggingface.co/spaces/Intel/powered_by_intel_llm_leaderboard