Instructions to use recogna-nlp/gembode-7b-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use recogna-nlp/gembode-7b-it with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-7b-it") model = PeftModel.from_pretrained(base_model, "recogna-nlp/gembode-7b-it") - 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