Instructions to use Kowsher/L-Tuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kowsher/L-Tuning with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Kowsher/L-Tuning", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -10,5 +10,5 @@
|
|
| 10 |
"cls_token_id": null,
|
| 11 |
"sep_token_id": null,
|
| 12 |
"problem_type": "single_label_classification",
|
| 13 |
-
"transformers_version": "4.35.2"
|
| 14 |
}
|
|
|
|
| 10 |
"cls_token_id": null,
|
| 11 |
"sep_token_id": null,
|
| 12 |
"problem_type": "single_label_classification",
|
| 13 |
+
"transformers_version": "4.35.2"
|
| 14 |
}
|