How to use AnonymousSub/ONLY_HTM_FPDM_roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="AnonymousSub/ONLY_HTM_FPDM_roberta")
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("AnonymousSub/ONLY_HTM_FPDM_roberta") model = AutoModel.from_pretrained("AnonymousSub/ONLY_HTM_FPDM_roberta")
The community tab is the place to discuss and collaborate with the HF community!