gings commited on
Commit
03cd595
·
verified ·
1 Parent(s): 8b8a5e3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ library_name: open_clip
6
+ ---
7
+
8
+ A CLIP (Contrastive Language-Image Pre-training) model finetuned on the LivingThings-10M subset of the EntityNet-33M dataset. The base model is `ViT-B-32/datacomp_xl_s13b_b90k`.
9
+
10
+ See the [project page](https://github.com/lmb-freiburg/entitynet) for the paper, code, usage examples, metrics, etc.
11
+
12
+ The model has seen ~13B images at a batch size of 90k during pretraining, and ~0.2B images at a batch size of 32k during finetuning.