Update README.md
Browse files
README.md
CHANGED
@@ -62,8 +62,8 @@ KB-VQA
|
|
62 |
β β βββ captioning_config.py : Configuration parameters for the captioning model (InstructBLIP).
|
63 |
β β βββ dataset_config.py: Configuration parameters for the dataset processing.
|
64 |
β β βββ evaluation_config.py: Configuration parameters for the KB-VQA model evaluation.
|
65 |
-
β β βββ fine_tuning_config.py:
|
66 |
-
β β βββ inference_config.py:
|
67 |
βββ app.py: main entry point for streamlit - first page in the streamlit app)
|
68 |
βββ README.md (readme - this file)
|
69 |
βββ requirements.txt: Requirements file for the whole project that includes all the requirements for running the demo app on the HuggingFace space environment.
|
|
|
62 |
β β βββ captioning_config.py : Configuration parameters for the captioning model (InstructBLIP).
|
63 |
β β βββ dataset_config.py: Configuration parameters for the dataset processing.
|
64 |
β β βββ evaluation_config.py: Configuration parameters for the KB-VQA model evaluation.
|
65 |
+
β β βββ fine_tuning_config.py: Configuration parameters for the fine-tuning nodule.
|
66 |
+
β β βββ inference_config.py: Configuration parameters for the Run Inference tool in the demo app.
|
67 |
βββ app.py: main entry point for streamlit - first page in the streamlit app)
|
68 |
βββ README.md (readme - this file)
|
69 |
βββ requirements.txt: Requirements file for the whole project that includes all the requirements for running the demo app on the HuggingFace space environment.
|