Skip to content

Commit 7aa7883

Browse files
fix: Removed line breaks from codemeta.json description
line breaks in description field trips codemeta2cff
1 parent bc941a3 commit 7aa7883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dateCreated": "2024-10-01",
4444
"dateModified": "2025-06-18",
4545
"datePublished": "2024-10-01",
46-
"description": "BVQA is a python command line tool that lets you ask a series of predefined questions to a vision language model (VLM) about a collection of images. It saves the answers in json files (one file per image).\n\nMain use cases:\n1. efficient extraction of semantic features from a large collection of images; \n2. model selection: objectively compare the performance (quality of responses, resource utilisation, speed) of different models on the same questions and images.\n",
46+
"description": "BVQA is a python command line tool that lets you ask a series of predefined questions to a vision language model (VLM) about a collection of images. It saves the answers in json files (one file per image).",
4747
"downloadUrl": "https://github.com/kingsdigitallab/kdl-vqa/archive/refs/tags/v1.1.0.tar.gz",
4848
"funder": {
4949
"type": "Organization",

0 commit comments

Comments
 (0)