m7mdal7aj commited on
Commit
791d1ce
β€’
1 Parent(s): 7de6058

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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: Configurable parameters for the fine-tuning nodule.
66
- β”‚ β”‚ β”œβ”€β”€ inference_config.py: Configurable 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.
 
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.