How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("snorkelai/sdnet")
model = AutoModelForSeq2SeqLM.from_pretrained("snorkelai/sdnet")
Quick Links

This model is an adaptation of Self-describing Networks introduced by Jiawei Chen, Qing Liu, Hongyu Lin, Xianpei Han, Le Sun in Few-shot Named Entity Recognition with Self-describing Networks 2022. https://arxiv.org/pdf/2203.12252.pdf

Downloads last month
66
Safetensors
Model size
0.2B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for snorkelai/sdnet