Instructions to use prodm93/esm2_3B_Aw_combTCL_lambda_001 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prodm93/esm2_3B_Aw_combTCL_lambda_001 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("prodm93/esm2_3B_Aw_combTCL_lambda_001", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 264 Bytes
33dc5e7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"loss_name": "combined_tcl",
"focal_gamma": 2.0,
"class_weights": [
0.003102,
2.693289,
0.303609
],
"positive_sample_weight": 3.0,
"use_bio": true,
"num_labels": 3,
"learning_rate": 2e-05,
"num_train_epochs": 3,
"batch_size": 32
} |