masoudc commited on
Commit
8b12a04
·
verified ·
1 Parent(s): 4fb8524

docs: update model card

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  - biomedical-imaging
12
  base_model: Qwen/Qwen2.5-VL-3B-Instruct
13
  datasets:
14
- - danjacobellis/cell_seg_labeled
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 | [`danjacobellis/cell_seg_labeled`](https://huggingface.co/datasets/danjacobellis/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
 
 
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