Instructions to use MrAnderson/deberta_long_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MrAnderson/deberta_long_v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("MrAnderson/deberta_long_v2") model = AutoModel.from_pretrained("MrAnderson/deberta_long_v2") - Notebooks
- Google Colab
- Kaggle
Commit History
add tokenizer d79bedb
Iqbal commited on
add model 4e53178
Iqbal commited on
initial commit 6f7f3ec
Iqbal commited on