fguzman82 commited on
Commit
e5614b5
·
verified ·
1 Parent(s): 1b0556c

Update Readme.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: apple-ascl
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: apple-ascl
3
+ ---
4
+
5
+ 1. **CLIPImageModel to CoreML** [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1ZHMzsJyAukBa4Jryv4Tmc_BOBmbQAjxf?usp=sharing)
6
+ - This notebook demonstrates the process of converting a CLIP image model to CoreML format.
7
+
8
+ 2. **CLIPTextModel to CoreML** [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1PxzB8M0h2bf-uYpw7fIZImpGSVXUI7Ie?usp=sharing)
9
+ - This notebook demonstrates the process of converting a CLIP text model to CoreML format.