calogero-jerik-scozzaro/BERT_VDA_MULTIPLEYE_no_HumanRights_seed_44
07
BERTVDAMULTIPLEYEnoHumanRightsseed44
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_VDA_MULTIPLEYE_no_HumanRights_seed_44"
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.
