Instructions to use AIuser2222/Cyn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use AIuser2222/Cyn with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("AIuser2222/Cyn", set_active=True) - Notebooks
- Google Colab
- Kaggle
Create config.json
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "cyn",
|
| 3 |
+
"num_labels": 2,
|
| 4 |
+
"hidden_size": 768,
|
| 5 |
+
"intermediate_size": 3072,
|
| 6 |
+
"num_attention_heads": 12
|
| 7 |
+
}
|