DrishtiSharma's picture
Upload . with huggingface_hub
940795f
|
raw
history blame
No virus
466 Bytes
---
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")
```