Instructions to use matchbench/mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use matchbench/mini with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("matchbench/mini", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
1f134c4
1
Parent(s): 8c5eda1
Upload config.json
Browse files- config.json +4 -0
config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"in_features": 4,
|
| 3 |
+
"out_features": 5
|
| 4 |
+
}
|