Update README.md
Browse files
README.md
CHANGED
@@ -3,13 +3,17 @@ tags:
|
|
3 |
- roberta
|
4 |
- adapterhub:nli/multinli
|
5 |
- adapter-transformers
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Adapter `yoh/distilroberta-base-sept-adapter` for distilroberta-base
|
9 |
|
10 |
-
An [adapter](https://adapterhub.ml) for the `distilroberta-base` model that was trained on the [
|
11 |
|
12 |
-
This adapter was created for usage with the **[adapter-transformers](https://github.com/Adapter-Hub/adapter-transformers)** library.
|
13 |
|
14 |
## Usage
|
15 |
|
@@ -38,5 +42,13 @@ adapter_name = model.load_adapter("yoh/distilroberta-base-sept-adapter", source=
|
|
38 |
<!-- Add some description here -->
|
39 |
|
40 |
## Citation
|
41 |
-
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- roberta
|
4 |
- adapterhub:nli/multinli
|
5 |
- adapter-transformers
|
6 |
+
license: apache-2.0
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
library_name: adapter-transformers
|
10 |
---
|
11 |
|
12 |
# Adapter `yoh/distilroberta-base-sept-adapter` for distilroberta-base
|
13 |
|
14 |
+
An [adapter](https://adapterhub.ml) for the `distilroberta-base` model that was trained on the [AllNLI](https://public.ukp.informatik.tu-darmstadt.de/reimers/sentence-transformers/datasets/paraphrases/AllNLI.jsonl.gz), [Sentence compression](https://public.ukp.informatik.tu-darmstadt.de/reimers/sentence-transformers/datasets/paraphrases/sentence-compression.jsonl.gz) and [Stackexchange duplicate question](https://public.ukp.informatik.tu-darmstadt.de/reimers/sentence-transformers/datasets/paraphrases/stackexchange_duplicate_questions.jsonl.gz) datasets (see information [here](https://www.sbert.net/examples/training/paraphrases/README.html)).
|
15 |
|
16 |
+
This adapter was created for usage with the **[adapter-transformers](https://github.com/Adapter-Hub/adapter-transformers)** library. See this [paper](https://arxiv.org/abs/2311.00408) and [repository](https://github.com/UKPLab/AdaSent/blob/main/README.md) for more information on the tasks.
|
17 |
|
18 |
## Usage
|
19 |
|
|
|
42 |
<!-- Add some description here -->
|
43 |
|
44 |
## Citation
|
45 |
+
```bibtex
|
46 |
+
@article{huang2023adasent,
|
47 |
+
title={AdaSent: Efficient Domain-Adapted Sentence Embeddings for Few-Shot Classification},
|
48 |
+
author={Yongxin Huang and Kexin Wang and Sourav Dutta and Raj Nath Patel and Goran Glavaš and Iryna Gurevych},
|
49 |
+
journal = {ArXiv preprint},
|
50 |
+
url = {https://arxiv.org/abs/2311.00408},
|
51 |
+
volume = {abs/2311.00408},
|
52 |
+
year={2023},
|
53 |
+
}
|
54 |
+
```
|