Instructions to use ShengdingHu/adapter_roberta-base_rte with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShengdingHu/adapter_roberta-base_rte with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ShengdingHu/adapter_roberta-base_rte", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "backbone_checkpoint_name": "roberta-base", | |
| "backbone_class": "RobertaForSequenceClassification", | |
| "backbone_hash": "d3a57df84e837e85472ff789dd088a95", | |
| "bottleneck_dim": 32, | |
| "common_structure": true, | |
| "delta_type": "adapter", | |
| "modified_modules": [ | |
| "attn", | |
| "ff" | |
| ], | |
| "non_linearity": "gelu_new", | |
| "opendelta_version": "0.0.1", | |
| "sequential": true, | |
| "transformers_version": "4.16.0.dev0" | |
| } | |