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 ·
6b3aa21
1
Parent(s): bf02bbe
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- squad_v2
|
| 5 |
-
library_name: transformers
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
---
|
| 8 |
# Bloom 3B LoRa QA Squad v2
|
|
|
|
| 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
|