Usage
#1
by
avijay6
- opened
How do we use the commands?
from transformers import AutoTokenizer, JointBERT
tokenizer = AutoTokenizer.from_pretrained("databuzzword/JointBERT-atis")
model = JointBERT.from_pretrained("databuzzword/JointBERT-atis")
There is import error when I run the above. How do we import JoinBERT?
Please help
Did you find how to use it?
I cant download the tokenizer