alessioGalatolo/AMAeval
Viewer • Updated • 1.24k • 34
How to use alessioGalatolo/AMAeval with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("alessioGalatolo/AMAeval", dtype="auto")This is the classifier used as the dynamic benchmark for AMAeval. Given appropriate reasoning in input, it will give a score in [0,1].
This is a fine-tuned version of Qwen/Qwen2.5-3B-Instruct.
This model is to be used as described in https://github.com/alessioGalatolo/AMAeval. Do not use the model outside its intended purpose.
The dataset used to train this model is available at https://huggingface.co/datasets/alessioGalatolo/AMAeval
BibTeX:
@incollection{galatolo2025amaeval,
title = {Beyond Ethical Alignment: Evaluating LLMs as Artificial Moral Assistants},
author = {Galatolo, Alessio and Rappuoli, Luca Alberto and Winkle, Katie and Beloucif, Meriem},
booktitle={ECAI 2025},
pages={}, # TBA
year={2025},
publisher={IOS Press}
}