mm/roberta-large-mld
How to use this model directly from the π€/transformers library:
π€/transformers
from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("mm/roberta-large-mld") model = AutoModel.from_pretrained("mm/roberta-large-mld")
How to clone the model repo
git lfs install git clone https://huggingface.co/mm/roberta-large-mld # if you want to clone without large files β just their pointers # prepend your git clone with the following env var: GIT_LFS_SKIP_SMUDGE=1
Unable to determine this modelβs pipeline type. Check the docs .
mm
This is a pretrained roberta-large model for machine learning domain documents.