How to use KameronB/sitcc-roberta with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForRegression tokenizer = AutoTokenizer.from_pretrained("KameronB/sitcc-roberta") model = RobertaForRegression.from_pretrained("KameronB/sitcc-roberta")
The community tab is the place to discuss and collaborate with the HF community!