Question Answering
Adapters
Safetensors
English
biology
chemistry
finance
legal
text-generation-inference
Instructions to use DOSaAI/VALa-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use DOSaAI/VALa-1 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("DOSaAI/VALa-1", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse filesMeet VALa-1 an open-source with an 10,000 Parameters and around 700 Tokens.
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- teknium/OpenHermes-2.5
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
library_name: adapter-transformers
|
| 10 |
+
pipeline_tag: question-answering
|
| 11 |
+
tags:
|
| 12 |
+
- biology
|
| 13 |
+
- chemistry
|
| 14 |
+
- finance
|
| 15 |
+
- legal
|
| 16 |
+
- text-generation-inference
|
| 17 |
+
---
|