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
|
@@ -48,9 +48,9 @@ This model, named `SG1.0.pth`, is a multimodal transformer designed to handle a
|
|
| 48 |
|
| 49 |
### Model Sources
|
| 50 |
|
| 51 |
-
- **Repository:** [
|
| 52 |
- **Paper:** [Paper Title](https://arxiv.org/abs/your-paper-id) (if applicable)
|
| 53 |
-
- **Demo:** [
|
| 54 |
|
| 55 |
## Useshttps://huggingface.co/spaces/zeroMN/zeroMN-SG1.0
|
| 56 |
|
|
|
|
| 48 |
|
| 49 |
### Model Sources
|
| 50 |
|
| 51 |
+
- **Repository:** [https://huggingface.co/zeroMN/SG1.0](https://huggingface.co/zeroMN/SG1.0)
|
| 52 |
- **Paper:** [Paper Title](https://arxiv.org/abs/your-paper-id) (if applicable)
|
| 53 |
+
- **Demo:** [https://huggingface.co/spaces/zeroMN/zeroMN-SG1.0](https://huggingface.co/spaces/zeroMN/zeroMN-SG1.0) (if applicable)
|
| 54 |
|
| 55 |
## Useshttps://huggingface.co/spaces/zeroMN/zeroMN-SG1.0
|
| 56 |
|