How to use alex2awesome/argumentation-prediction with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("alex2awesome/argumentation-prediction") model = AutoModel.from_pretrained("alex2awesome/argumentation-prediction")
Files info