Create README.md
Browse files
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
|