Downloads · 30 days
5
25% of all-time downloads
mrinaldi/temp_model_2512
temp_model_2512 is a machine learning model from mrinaldi. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for transformers.
Downloads · 30 days
5
25% of all-time downloads
All-time downloads
20
Public
Repo size
4 GB
Likes
0
Public
Click a slice to open those files.
.ckpt4 GB · 100%
From the Hugging Face model README
Trained using Matformer.
pip install git+https://github.com/mrinaldi97/matformer.git
import torch
from transformers import AutoModelForMaskedLM
model = AutoModelForMaskedLM.from_pretrained(
"mrinaldi/temp_model_2512",
trust_remote_code=True
)