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_Roberta_Large with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="aishanur/HVD_Roberta_Large") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("aishanur/HVD_Roberta_Large")
model = AutoModelForSequenceClassification.from_pretrained("aishanur/HVD_Roberta_Large", device_map="auto")This model is a fine-tuned version of FacebookAI/roberta-large on training data of the ValueML dataset.
The following hyperparameters were used during training:
Base model
FacebookAI/roberta-large