From 4abdd83c37c49cfb3e921418842eae3636e3019a Mon Sep 17 00:00:00 2001 From: An Yan Date: Wed, 24 Apr 2024 17:43:03 -0700 Subject: [PATCH] update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 54dd581..1a8022e 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ * [04/23] Models and datasets of SoM-LLaVA are released! ## :scroll: Contents -- [Results](#results) +- [Results](#:bar_chart:-results) - [Dataset](#dataset) - [Model Weights](#model-checkpoints) - [Showcases](#showcases) - [Training](#training) -- [Using SoM](#Notes-for-using-SoM) +- [Using SoM](#notes-for-using-SoM) ## :bar_chart: Results @@ -65,7 +65,7 @@
-## :seedling: Dataset +## :seedling: SoM Dataset [[Training data for SoM-LLaVA](https://huggingface.co/datasets/zzxslp/SoM-LLaVA)] @@ -98,14 +98,14 @@ Two additional models for ablation study:

-## :coffee: Training +## :stew: Training We adopt the training code of [LLaVA](https://github.com/haotian-liu/LLaVA). Please set up environments following the instructions. After downloading our data (or preparing your own SoM data), train SoM-LLaVA via command line: `bash scripts/v1_5/finetune.sh` -## :snowflake: Notes for using SoM +## Notes for using SoM * Init virtual envs