How to use noahjadallah/cause-effect-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="noahjadallah/cause-effect-detection")
# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("noahjadallah/cause-effect-detection") model = AutoModelForTokenClassification.from_pretrained("noahjadallah/cause-effect-detection")
Hi there,
I'm a rookie who just started learning about machine learning. Will it be possible for you to provide me this the dataset used in this project? It would be a much help
Thanks in advance
· Sign up or log in to comment