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