Instructions to use fanxiao/CGRE_CNDBPedia-Generative-Relation-Extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fanxiao/CGRE_CNDBPedia-Generative-Relation-Extraction with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("fanxiao/CGRE_CNDBPedia-Generative-Relation-Extraction") model = AutoModelForSeq2SeqLM.from_pretrained("fanxiao/CGRE_CNDBPedia-Generative-Relation-Extraction") - Notebooks
- Google Colab
- Kaggle
The output result don't have tag
#1
by Wei-Jie - opened
I'm really sorry for response so late for this issue, i have update the model card usage, please follow that instruction
