calogero-jerik-scozzaro/BERT_HumanRights_seed_42
09
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.
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
The uploaded files include et_label_scaler.json, which records the min-max scaling statistics used for the eye-tracking labels.
