Instructions to use Juno360219/Ggg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use Juno360219/Ggg with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:Juno360219/Ggg') tokenizer = open_clip.get_tokenizer('hf-hub:Juno360219/Ggg') - Notebooks
- Google Colab
- Kaggle
Commit ·
147625b
1
Parent(s): 02e6a23
Update README.md (#1)
Browse files- Update README.md (85c2578aad42ed508b3fa74d4dbad3d1e42a23a0)
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
+
datasets:
|
| 4 |
+
- bigcode/the-stack
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- character
|
| 9 |
+
library_name: open_clip
|
| 10 |
+
pipeline_tag: text-to-image
|
| 11 |
+
tags:
|
| 12 |
+
- art
|
| 13 |
+
---
|