You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Modelo Fine-Tuned com LoRA: E5 Tuned para Legislação

Este modelo é uma versão ajustada do modelo base E5 utilizando LoRA (Low-Rank Adaptation), fine-tuned para tarefas relacionadas a legislação.


Instalação

Antes de começar, certifique-se de instalar a biblioteca PEFT, necessária para carregar o modelo com LoRA:

pip install peft

Carregando o Modelo

Para utilizar o modelo fine-tuned, siga as instruções abaixo:

from transformers import AutoModelForCausalLM, AutoTokenizer

peft_model_id = "arturmatos/e5-tunned-legis"

model = AutoModelForCausalLM.from_pretrained(peft_model_id)
Downloads last month
14
Inference API
Unable to determine this model's library. Check the docs .

Model tree for arturmatos/e5-tunned-legis

Finetuned
(35)
this model