ACS (Argument Components Segmentation)
Collection
This collection contains the adapters useful to segment texts in Argument Components of Argument Mining tasks • 7 items • Updated
How to use EttoreCaputo/ACS-Mistral-v0.3-7B-q4-AbstRCT with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-instruct-v0.3-bnb-4bit")
model = PeftModel.from_pretrained(base_model, "EttoreCaputo/ACS-Mistral-v0.3-7B-q4-AbstRCT")This model is a fine-tuned version of unsloth/mistral-7b-instruct-v0.3-bnb-4bit on the abstrct dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
mistralai/Mistral-7B-v0.3