Transformers How to use justtherightsize/small-e-czech-binary-supportive-interactions-cs with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="justtherightsize/small-e-czech-binary-supportive-interactions-cs") # Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("justtherightsize/small-e-czech-binary-supportive-interactions-cs")
model = AutoModel.from_pretrained("justtherightsize/small-e-czech-binary-supportive-interactions-cs")