Instructions to use Cornchips1234/model_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use Cornchips1234/model_test with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:Cornchips1234/model_test') tokenizer = open_clip.get_tokenizer('hf-hub:Cornchips1234/model_test') - Notebooks
- Google Colab
- Kaggle
Commit ·
caf99b6
1
Parent(s): 3cfaf9d
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
+
datasets:
|
| 4 |
+
- fka/awesome-chatgpt-prompts
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
library_name: open_clip
|
| 10 |
+
pipeline_tag: feature-extraction
|
| 11 |
+
tags:
|
| 12 |
+
- art
|
| 13 |
+
---
|