Instructions to use lifeofcoding/bloom-3b-lora-qa-squadv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use lifeofcoding/bloom-3b-lora-qa-squadv2 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("fill-in-model-name") model.load_adapter("lifeofcoding/bloom-3b-lora-qa-squadv2", set_active=True) - Notebooks
- Google Colab
- Kaggle
Commit ·
fba37ac
1
Parent(s): 03e3289
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- squad_v2
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
# Bloom 3B LoRa QA Squad v2
|
| 7 |
|
|
@@ -18,7 +20,4 @@ Question and answering
|
|
| 18 |
|
| 19 |
### Direct Use
|
| 20 |
|
| 21 |
-
Text Generation
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- squad_v2
|
| 5 |
+
library_name: adapter-transformers
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
---
|
| 8 |
# Bloom 3B LoRa QA Squad v2
|
| 9 |
|
|
|
|
| 20 |
|
| 21 |
### Direct Use
|
| 22 |
|
| 23 |
+
Text Generation
|
|
|
|
|
|
|
|
|