Update README.md
Browse filesProper base model
README.md
CHANGED
|
@@ -5,7 +5,7 @@ datasets:
|
|
| 5 |
language:
|
| 6 |
- pl
|
| 7 |
base_model:
|
| 8 |
-
-
|
| 9 |
pipeline_tag: question-answering
|
| 10 |
library_name: transformers
|
| 11 |
tags:
|
|
@@ -20,7 +20,7 @@ tags:
|
|
| 20 |
- **Model name**: `radlab/polish-qa-v2-bnb`
|
| 21 |
- **Developer**: [radlab.dev](https://radlab.dev)
|
| 22 |
- **Model type**: Extractive Question‑Answering (QA)
|
| 23 |
-
- **Base model**: `sdadas/polish-roberta-large-v2`
|
| 24 |
- **Quantization**: 8‑bit inference‑only quantization via **bitsandbytes** (`load_in_8bit=True`, double‑quantization enabled, `qa_outputs` excluded from quantization)
|
| 25 |
- **Maximum context size**: 512 tokens
|
| 26 |
|
|
|
|
| 5 |
language:
|
| 6 |
- pl
|
| 7 |
base_model:
|
| 8 |
+
- radlab/polish-qa-v2
|
| 9 |
pipeline_tag: question-answering
|
| 10 |
library_name: transformers
|
| 11 |
tags:
|
|
|
|
| 20 |
- **Model name**: `radlab/polish-qa-v2-bnb`
|
| 21 |
- **Developer**: [radlab.dev](https://radlab.dev)
|
| 22 |
- **Model type**: Extractive Question‑Answering (QA)
|
| 23 |
+
- **Base model**: `radlab/polish-qa-v` (`sdadas/polish-roberta-large-v2` fine‑tuned for QA)
|
| 24 |
- **Quantization**: 8‑bit inference‑only quantization via **bitsandbytes** (`load_in_8bit=True`, double‑quantization enabled, `qa_outputs` excluded from quantization)
|
| 25 |
- **Maximum context size**: 512 tokens
|
| 26 |
|