Instructions to use zeroMN/SG1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zeroMN/SG1.0 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zeroMN/SG1.0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ library_name: adapter-transformers
|
|
| 15 |
|
| 16 |
### Model Description
|
| 17 |
|
| 18 |
-
This model, named
|
| 19 |
|
| 20 |
**Developed by:** Independent researcher
|
| 21 |
**Funded by :** Self-funded
|
|
|
|
| 15 |
|
| 16 |
### Model Description
|
| 17 |
|
| 18 |
+
This model, named SG0.1.pth, is a multimodal transformer designed to handle a variety of tasks including vision and audio processing. It is built on top of the adapter-transformers and transformers libraries and is intended to be a versatile base model for both direct use and fine-tuning.
|
| 19 |
|
| 20 |
**Developed by:** Independent researcher
|
| 21 |
**Funded by :** Self-funded
|