# Load the model
from transformers import AutoModelForMaskedLM, AutoTokenizer
model_name = "johahi/specieslm-metazoa-upstream-k6"
model = AutoModelForMaskedLM.from_pretrained(model_name, trust_remote_code=True)
# Load the corresponding tokenizer
tokenizer = AutoTokenizer.from_pretrained(model_name)
Downloads last month
182
Safetensors
Model size
99.6M params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.

Collection including johahi/specieslm-metazoa-upstream-k6