CoolFace
Modelpublic

mrinaldi/albertina-micro-posenc-alibi

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes11downloads
Model Card

Matformer Model

Trained using Matformer.

Installation

bash
pip install git+https://github.com/mrinaldi97/matformer.git

Usage

python
import torch
from transformers import AutoModelForMaskedLM

model = AutoModelForMaskedLM.from_pretrained(
    "mrinaldi/albertina-micro-posenc-alibi",
    trust_remote_code=True
)