tinycrops commited on
Commit
42bf63c
1 Parent(s): ea9af78

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -0
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.