CoolFace
Modelpublic

calogero-jerik-scozzaro/BERT_MULTIPLEYE_no_HumanRights

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes7downloads
Model Card

BERTMULTIPLEYEno_HumanRights

This repository contains a BERT encoder saved after eye-tracking fine-tuning in the VDA_ET workflow.

The temporary token-level regression head used during training is not included. Load the checkpoint with AutoModel.from_pretrained for downstream encoder analysis or continued fine-tuning.

python
from transformers import AutoModel, AutoTokenizer

model_id = "calogero-jerik-scozzaro/BERT_MULTIPLEYE_no_HumanRights"
tokenizer = AutoTokenizer.from_pretrained(model_id, use_fast=True)
model = AutoModel.from_pretrained(model_id)

Training metadata

FieldValue
all_train_textsArgPISACowsMilk, ArgPISARapaNui, LearningMobility, LitAlchemist, LitBrokenApril, LitMagicMountain, LitSolaris, PopSciCaveman, PopSciMultiplEYE
batch_size8
epochs100
learning_rate2e-05
max_length256
measuresFFD, FPRT, TFT, RRT, skipped, FPF, RR
num_train_sentences90
source_modeldbmdz/bert-base-italian-uncased
stage1
stage_train_textsArgPISACowsMilk, ArgPISARapaNui, LearningMobility, LitAlchemist, LitBrokenApril, LitMagicMountain, LitSolaris, PopSciCaveman, PopSciMultiplEYE
test_textsHumanRights
variantBERTMULTIPLEYEno_HumanRights

The uploaded files include et_label_scaler.json, which records the min-max scaling statistics used for the eye-tracking labels.