Downloads · 30 days
7
16% of all-time downloads
mrinaldi/Prova_33536
Prova_33536 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
7
16% of all-time downloads
All-time downloads
44
Public
Repo size
1.8 GB
Likes
0
Public
Click a slice to open those files.
.ckpt1.8 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/Prova_33536",
trust_remote_code=True
)