Views
No views yet
trust_remote_code=True.1git clone https://huggingface.co/dipankar500/VaidenceVLM-1.0
2cd VaidenceVLM-1.0
3python -m pip install -r requirements.txt
4python inference.py --adapter . --image /path/to/image.jpg --question "Describe visible findings and state uncertainty."SYSTEM_PROMPT.txt is a safety-oriented interactive prompt. It was not used for the reported benchmark scores, so do not prepend it when reproducing those results.| Benchmark / split | Questions | Normalized exact match | Token F1 | Yes/No exact match | Errors |
|---|---|---|---|---|---|
| SLAKE English test | 1061 | 57.49% | 62.33% | 80.85% | 0 |
| VQA-RAD test | 32 | 53.12% | 60.64% | 77.78% | 0 |
adapter_model.safetensors, adapter_config.json: PEFT adapter weights/configuration.tokenizer/: recovered tokenizer files.inference.py: verified local inference entry point.SYSTEM_PROMPT.txt: default interactive research-safety prompt.EVALUATION.md, TRAINING_SUMMARY.md, LIMITATIONS.md: transparent release documentation.