Human Value Detection
Collection
The models used in our submission for the Human Value Detection task of Touché for CLEF 2024. • 4 items • Updated
How to use aishanur/HVD_Deberta_Large_Upsampled with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="aishanur/HVD_Deberta_Large_Upsampled") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("aishanur/HVD_Deberta_Large_Upsampled")
model = AutoModelForSequenceClassification.from_pretrained("aishanur/HVD_Deberta_Large_Upsampled", device_map="auto")This model is a fine-tuned version of microsoft/deberta-v3-large on the upsampled training data of the ValueML dataset.
The following hyperparameters were used during training:
Base model
microsoft/deberta-v3-large