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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 343 Bytes
7b16612 340b87c 7b16612 340b87c 86ae3c9 340b87c ff8cff7 88a1706 e03109d 1943477 0f45b20 7b16612 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"_name_or_path": null,
"hidden_dropout": 0.0,
"hidden_size": null,
"n_head": null,
"num_hidden_layers": null,
"model_type": "bloom",
"pre_seq_len": null,
"pooling": false,
"num_labels": 2,
"cls_token_id": null,
"sep_token_id": null,
"problem_type": "single_label_classification",
"transformers_version": "4.35.2"
}
|