How to use TeeA/roberta-base-pokemon with Transformers:
# Load model directly from transformers import RobertaModelForTextClassification model = RobertaModelForTextClassification.from_pretrained("TeeA/roberta-base-pokemon", dtype="auto")
The community tab is the place to discuss and collaborate with the HF community!