AAA_half_trained / README.md
mrinaldi's picture
Upload folder using huggingface_hub
0c40f3f verified
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/AAA_half_trained",
    trust_remote_code=True
)