English
align
clip
bgyoon commited on
Commit
a6bf982
1 Parent(s): 15b6d24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -1,3 +1,42 @@
1
  ---
 
 
 
 
 
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - align
6
+ - clip
7
  license: apache-2.0
8
+ datasets:
9
+ - kakaobrain/coyo-700m
10
  ---
11
+
12
+ # Model Details
13
+
14
+ This is an implementation of [ALIGN](https://arxiv.org/abs/2102.05918) trained on [COYO-700M](https://github.com/kakaobrain/coyo-dataset). The official ALIGN is trained on its dataset of 1.8B samples. That dataset is not released to the public. Instead, we trained our implementation of ALIGN model on [COYO-700M](https://github.com/kakaobrain/coyo-dataset).
15
+
16
+ It's developed by Kakao Brain to validate the performance of COYO-700M dataset on a large-scale model.
17
+
18
+ The training took about 10 days on V3-1024 with batch_size=64k.
19
+
20
+ ## Model Date
21
+
22
+ April 2022
23
+
24
+ ## Model Type
25
+
26
+ This is dual encoder model where
27
+ - image encoder is using EfficientNet-B7 architecture
28
+ - text encoder is using BERT-base architecture
29
+
30
+ # Training data
31
+
32
+ This model is trained on [COYO-700M](https://github.com/kakaobrain/coyo-dataset) dataset.
33
+
34
+ # Evaluation results
35
+
36
+ | | Dataset | ImageNet | Flickr30k | | MsCOCO | |
37
+ |--------------------------------|:----------:|:--------:|:---------:|:-------:|:-------:|:-------:|
38
+ | | | KNN | I2T R@1 | T2I R@1 | I2T R@1 | T2I R@1 |
39
+ | ALIGN-L2-Large(Google) | ALIGN 1.8B | 76.4 | 88.6 | 75.7 | 58.6 | 45.6 |
40
+ | ALIGN-B7-Base(Google) | ALIGN 1.8B | 69.3 | - | - | 55.4 | 41.7 |
41
+ | COYO-ALIGN-B7-Base(Kakao Brain) | COYO-700M | 68.6 | 88.1 | 73.2 | 61.2 | 43.1 |
42
+