Green-Sky commited on
Commit
392c861
1 Parent(s): 9e78108

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - clip
4
+ - ggml
5
+ - clip.cpp
6
+ ---
7
+ # Experimental
8
+ the file format is not stable yet, so expect breaking changes. I will update the files from time to time.
9
+
10
+
11
+ - source model: https://huggingface.co/openai/clip-vit-base-patch32
12
+ - source license: non-comercial custom (see [modelcard](./model-card.md))
13
+
14
+ ## Converted files for use with clip.cpp
15
+ see https://github.com/monatis/clip.cpp