docs: update model card
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ tags:
|
|
| 11 |
- biomedical-imaging
|
| 12 |
base_model: Qwen/Qwen2.5-VL-3B-Instruct
|
| 13 |
datasets:
|
| 14 |
-
-
|
| 15 |
pipeline_tag: object-detection
|
| 16 |
---
|
| 17 |
|
|
@@ -27,7 +27,7 @@ pipeline (internal research project).
|
|
| 27 |
| | |
|
| 28 |
|---|---|
|
| 29 |
| Base model | `Qwen/Qwen2.5-VL-3B-Instruct` |
|
| 30 |
-
| Training data | [`
|
| 31 |
| Fine-tuning | QLoRA (4-bit, PEFT) via TRL `SFTTrainer` |
|
| 32 |
| Output format | JSON array of `{"label": "cell", "bbox": [x1, y1, x2, y2]}` |
|
| 33 |
|
|
|
|
| 11 |
- biomedical-imaging
|
| 12 |
base_model: Qwen/Qwen2.5-VL-3B-Instruct
|
| 13 |
datasets:
|
| 14 |
+
- DnaRnaProteins/cell_seg_labeled
|
| 15 |
pipeline_tag: object-detection
|
| 16 |
---
|
| 17 |
|
|
|
|
| 27 |
| | |
|
| 28 |
|---|---|
|
| 29 |
| Base model | `Qwen/Qwen2.5-VL-3B-Instruct` |
|
| 30 |
+
| Training data | [`DnaRnaProteins/cell_seg_labeled`](https://huggingface.co/datasets/DnaRnaProteins/cell_seg_labeled) |
|
| 31 |
| Fine-tuning | QLoRA (4-bit, PEFT) via TRL `SFTTrainer` |
|
| 32 |
| Output format | JSON array of `{"label": "cell", "bbox": [x1, y1, x2, y2]}` |
|
| 33 |
|