Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- zer0int/CLIP-SAE-ViT-L-14
|
| 5 |
+
---
|
| 6 |
+
### CLIP ViT-L/14 finetune: SAE-informed adversarial training
|
| 7 |
+
|
| 8 |
+
This repo contains a copy of zer0int/CLIP-SAE-ViT-L-14 text encoder. The models in this repo are intended for use in [InvokeAI](https://github.com/invoke-ai/InvokeAI).
|
| 9 |
+
|
| 10 |
+
Contents:
|
| 11 |
+
Copied from [zer0int/CLIP-SAE-ViT-L-14](https://huggingface.co/zer0int/CLIP-SAE-ViT-L-14).
|