Instructions to use Sylcom/Chandlier_AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use Sylcom/Chandlier_AI with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:Sylcom/Chandlier_AI') tokenizer = open_clip.get_tokenizer('hf-hub:Sylcom/Chandlier_AI') - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: artistic-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: artistic-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- anon8231489123/ShareGPT_Vicuna_unfiltered
|
| 5 |
+
language:
|
| 6 |
+
- aa
|
| 7 |
+
metrics:
|
| 8 |
+
- charcut_mt
|
| 9 |
+
library_name: open_clip
|
| 10 |
+
pipeline_tag: text-to-image
|
| 11 |
+
---
|