Instructions to use Elvis-t9/CGE-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Elvis-t9/CGE-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Elvis-t9/CGE-test", trust_remote_code=True, device_map="auto")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Elvis-t9/CGE-test", trust_remote_code=True, dtype="auto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update modules.json
Browse files- modules.json +1 -1
modules.json
CHANGED
|
@@ -3,6 +3,6 @@
|
|
| 3 |
"idx": 0,
|
| 4 |
"name": "0",
|
| 5 |
"path": "",
|
| 6 |
-
"type": "
|
| 7 |
}
|
| 8 |
]
|
|
|
|
| 3 |
"idx": 0,
|
| 4 |
"name": "0",
|
| 5 |
"path": "",
|
| 6 |
+
"type": "custom_transformer.CGETransformer"
|
| 7 |
}
|
| 8 |
]
|