Instructions to use AIKey/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use AIKey/test with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("AIKey/test", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
tags:
|
| 4 |
- exbert
|
| 5 |
text: aaaaaaa
|
| 6 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
|
|
@@ -156,4 +161,4 @@ The model achieves the following results without any fine-tuning (zero-shot):
|
|
| 156 |
|
| 157 |
<a href="https://huggingface.co/exbert/?model=gpt2">
|
| 158 |
<img width="300px" src="https://cdn-media.huggingface.co/exbert/button.png">
|
| 159 |
-
</a>
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
| 3 |
tags:
|
| 4 |
- exbert
|
| 5 |
text: aaaaaaa
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
datasets:
|
| 8 |
+
- gsdf/EasyNega
|
| 9 |
+
metrics:
|
| 10 |
+
- accuracy
|
| 11 |
+
library_name: adapter-transformers
|
| 12 |
---
|
| 13 |
|
| 14 |
|
|
|
|
| 161 |
|
| 162 |
<a href="https://huggingface.co/exbert/?model=gpt2">
|
| 163 |
<img width="300px" src="https://cdn-media.huggingface.co/exbert/button.png">
|
| 164 |
+
</a>
|