Instructions to use sigmoidneuron123/AIupscaling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sigmoidneuron123/AIupscaling with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sigmoidneuron123/AIupscaling", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Aaron Vattay commited on
Commit ·
cdeccb0
1
Parent(s): c43342e
AImodel upload
Browse files- .DS_Store +0 -0
- .gitignore +1 -0
- AIupscaling +1 -0
.DS_Store
DELETED
|
Binary file (6.15 kB)
|
|
|
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
.DS_Store
|
AIupscaling
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit c3ce88e8f3244d83ccc52a035f4c4702f4af7d81
|