Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,29 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
|
11 |
+
<p align="center">
|
12 |
+
<img style="vertical-align:middle" src="https://raw.githubusercontent.com/Adapter-Hub/adapters/main/docs/img/adapter-bert.png" width="80" />
|
13 |
+
</p>
|
14 |
+
<h1 align="center">
|
15 |
+
<span><i>Adapters</i></span>
|
16 |
+
</h1>
|
17 |
+
|
18 |
+
<h3 align="center">
|
19 |
+
A Unified Library for Parameter-Efficient and Modular Transfer Learning
|
20 |
+
</h3>
|
21 |
+
<h3 align="center">
|
22 |
+
<a href="https://adapterhub.ml">π» Website</a>
|
23 |
+
β’
|
24 |
+
<a href="https://docs.adapterhub.ml">π Documentation</a>
|
25 |
+
β’
|
26 |
+
<a href="https://arxiv.org/abs/2311.11077">π Paper</a>
|
27 |
+
β’
|
28 |
+
<a href="https://github.com/Adapter-Hub/adapters/tree/main/notebooks">π§ͺ Notebook Tutorials</a>
|
29 |
+
</h3>
|
30 |
+
|
31 |
+
_Adapters_ is an add-on library to [HuggingFace's Transformers](https://github.com/huggingface/transformers), integrating [various adapter methods](https://docs.adapterhub.ml/overview.html) into [state-of-the-art pre-trained language models](https://docs.adapterhub.ml/model_overview.html) with minimal coding overhead for training and inference.
|
32 |
+
|
33 |
+
```
|
34 |
+
pip install adapters
|
35 |
+
```
|