Quick Links
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
- Downloads last month
- 21
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Load model directly from transformers import AutoTokenizer, JointBERT tokenizer = AutoTokenizer.from_pretrained("databuzzword/JointBERT-atis") model = JointBERT.from_pretrained("databuzzword/JointBERT-atis")