File size: 466 Bytes
940795f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
tags:
- text-classification
- amazon-polarity
- roberta-base
- Adapter
---

    # **we train an adapter for a RoBERTa model for sequence classification on a sentiment analysis task using adapter-transformers, the AdapterHub adaptation of HuggingFace's transformers library.**

    ## Usage

    ```python

    model = load_from_hub(repo_id="DrishtiSharma/Adapter-for-RoBERTa-on-amazon-polarity", filename="adapter-roberta-base-amazon-polarity.pkl")

    ```