victor HF Staff commited on
Commit
a788d72
·
verified ·
1 Parent(s): 635e1d4

Fix base_model target (Qwen/Qwen2.5-VL-7B-Instruct)

Browse files

The `base_model` points to `Qwen/Qwen2.5-VL-7B`, which doesn't exist on the Hub — the actual upstream is [`Qwen/Qwen2.5-VL-7B-Instruct`](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct) (matches the Qwen2.5-VL architecture this was built on). Because the current target is unresolvable, the repo currently appears as a *base* model with no parent link.

This corrects the target:

```yaml
base_model: Qwen/Qwen2.5-VL-7B-Instruct
```

It'll surface the model under Qwen/Qwen2.5-VL-7B-Instruct's **Model Tree** and improve discoverability. Metadata only.

Feel free to merge directly (or close).

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: mit
3
- base_model: Qwen/Qwen2.5-VL-7B
4
  new_version: numind/NuExtract3
5
  tags:
6
  - OCR
 
1
  ---
2
  license: mit
3
+ base_model: Qwen/Qwen2.5-VL-7B-Instruct
4
  new_version: numind/NuExtract3
5
  tags:
6
  - OCR