Instructions to use recogna-nlp/zephyr_7b_beta_ultraalpaca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use recogna-nlp/zephyr_7b_beta_ultraalpaca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-beta") model = PeftModel.from_pretrained(base_model, "recogna-nlp/zephyr_7b_beta_ultraalpaca") - Notebooks
- Google Colab
- Kaggle
Adding the Open Portuguese LLM Leaderboard Evaluation Results
#1
by leaderboard-pt-pr-bot - opened
This is an automated PR created with https://huggingface.co/spaces/eduagarcia-temp/portuguese-leaderboard-results-to-modelcard
The purpose of this PR is to add evaluation results from the Open Portuguese LLM Leaderboard to your model card.
If you encounter any issues, please report them to https://huggingface.co/spaces/eduagarcia-temp/portuguese-leaderboard-results-to-modelcard/discussions
phpaiola changed pull request status to merged