mrinaldi's picture
Upload folder using huggingface_hub
d1423b7 verified
|
Raw
History Blame Contribute Delete
462 Bytes
metadata
tags:
  - matformer
  - custom-model
library_name: transformers

Matformer Model

Trained using Matformer.

Installation

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

Usage

import torch
from transformers import AutoModelForMaskedLM

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