CoolFace
Modelpublic

calogero-jerik-scozzaro/BERT_HumanRights_seed_42

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

BERTHumanRightsseed_42

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_HumanRights_seed_42"
tokenizer = AutoTokenizer.from_pretrained(model_id, use_fast=True)
model = AutoModel.from_pretrained(model_id)

Training metadata

FieldValue
all_train_textsHumanRights
batch_size8
epochs100
learning_rate2e-05
max_length256
measuresFFD, FPRT, TFT, RRT, skipped, FPF, RR
num_train_sentences8
seed42
source_modeldbmdz/bert-base-italian-uncased
stage1
stage_train_textsHumanRights
test_textsLearningMobility
variantBERT_HumanRights

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