Easy one‑liner training + inference tool for the uniform LoRA VLM.
Project description
uniform‑vlm
A lightweight wrapper Python package for training and inference with NuExtract‑style LoRA adapters.
pip install uniform-vlm
Inference
# CLI
uniform-vlm infer images/ --csv preds.csv
# Python
from uniform_vlm.infer import images_to_csv
images_to_csv("images", "preds.csv")
Training (continue fine‑tuning existing adapter by default)
uniform-vlm train data/train.csv --image-col path --label-col label_json \
--output-dir output/my_adapter
See the Colab walkthrough ➜ https://colab.research.google.com/drive/1ndRcS9EMcunvrLorQdP97InvCvkEETjJ?usp=sharing
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uniform_vlm-0.1.3.tar.gz
(6.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uniform_vlm-0.1.3.tar.gz.
File metadata
- Download URL: uniform_vlm-0.1.3.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
004e08d6ebb97f95e8a20f25eccc5eb6e70675e2a9475d374a53982666c70e5a
|
|
| MD5 |
2ae7f7400c957fceb4e0697c4fdce877
|
|
| BLAKE2b-256 |
160e35fa847336e5ef51c86f6387c6e57d3dfb7029eccc93c2feae2fbe25620e
|
File details
Details for the file uniform_vlm-0.1.3-py3-none-any.whl.
File metadata
- Download URL: uniform_vlm-0.1.3-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
216b9b365b9eb2cdca3a0d705d4eb6c57cd27083ef6b0c13313b1df1db731225
|
|
| MD5 |
d0122cc30f3ea2db21ae1659941799c4
|
|
| BLAKE2b-256 |
3573d8c12821c37cf489aa00408d161858404d4c31f184d49b3b5e21aaf8c391
|