Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# MiCo
|
3 |
+
|
4 |
+
This repository contains the MiCo model and associated files.
|
5 |
+
|
6 |
+
## Contents
|
7 |
+
|
8 |
+
- `ckpt/model_step_319989.pt`: Model checkpoint
|
9 |
+
- `log/hps.json`: Hyperparameters configuration
|
10 |
+
- `audio_captioner.tar.gz`: Audio captioner
|
11 |
+
- `vision_captioner.tar.gz`: Vision captioner
|
12 |
+
|
13 |
+
For more information, please refer to the original MiCo repository.
|