Instructions to use pduy395/pre_train_bert_atis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pduy395/pre_train_bert_atis with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("pduy395/pre_train_bert_atis") model = AutoModelForPreTraining.from_pretrained("pduy395/pre_train_bert_atis") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!