Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxslp committed Apr 25, 2024
1 parent ca4d976 commit 4abdd83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<table>
Expand Down Expand Up @@ -65,7 +65,7 @@
</tr>
</table>

## :seedling: Dataset
## :seedling: SoM Dataset

[[Training data for SoM-LLaVA](https://huggingface.co/datasets/zzxslp/SoM-LLaVA)]

Expand Down Expand Up @@ -98,14 +98,14 @@ Two additional models for ablation study:
<img src="examples/list1.png" width="80%"/>
</p>

## :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

Expand Down

0 comments on commit 4abdd83

Please sign in to comment.