Instructions to use hadifar/eventextraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hadifar/eventextraction with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("hadifar/eventextraction") model = AutoModelForSeq2SeqLM.from_pretrained("hadifar/eventextraction") - Notebooks
- Google Colab
- Kaggle
metadata
metrics:
- accuracy
base_model:
- meta-llama/Llama-4-Scout-17B-16E-Instruct
pipeline_tag: text-generation