wkcn commited on
Commit
b85bc5a
1 Parent(s): 688ce44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # TinyCLIP: CLIP Distillation via Affinity Mimicking and Weight Inheritance
2
 
3
  :pushpin: This is an official PyTorch implementation of **[ICCV 2023]** - [TinyCLIP: CLIP Distillation via Affinity Mimicking and Weight Inheritance](https://openaccess.thecvf.com/content/ICCV2023/html/Wu_TinyCLIP_CLIP_Distillation_via_Affinity_Mimicking_and_Weight_Inheritance_ICCV_2023_paper.html)
@@ -97,4 +105,4 @@ If this repo is helpful for you, please consider to cite it. :mega: Thank you! :
97
  Our code is based on [CLIP](https://github.com/openai/CLIP), [OpenCLIP](https://github.com/mlfoundations/open_clip), [CoFi](https://github.com/princeton-nlp/CoFiPruning) and [PyTorch](https://github.com/pytorch/pytorch). Thank contributors for their awesome contribution!
98
 
99
  ## License
100
- - [License](./LICENSE)
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - laion/laion400m
5
+ pipeline_tag: zero-shot-image-classification
6
+ tags:
7
+ - tinyclip
8
+ ---
9
  # TinyCLIP: CLIP Distillation via Affinity Mimicking and Weight Inheritance
10
 
11
  :pushpin: This is an official PyTorch implementation of **[ICCV 2023]** - [TinyCLIP: CLIP Distillation via Affinity Mimicking and Weight Inheritance](https://openaccess.thecvf.com/content/ICCV2023/html/Wu_TinyCLIP_CLIP_Distillation_via_Affinity_Mimicking_and_Weight_Inheritance_ICCV_2023_paper.html)
 
105
  Our code is based on [CLIP](https://github.com/openai/CLIP), [OpenCLIP](https://github.com/mlfoundations/open_clip), [CoFi](https://github.com/princeton-nlp/CoFiPruning) and [PyTorch](https://github.com/pytorch/pytorch). Thank contributors for their awesome contribution!
106
 
107
  ## License
108
+ - [License](./LICENSE)