Instructions to use Arthur-Tsai/histv4_ftis_noPretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Arthur-Tsai/histv4_ftis_noPretrain with Transformers:
# Load model directly from transformers import HiSenTrans model = HiSenTrans.from_pretrained("Arthur-Tsai/histv4_ftis_noPretrain", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 372 Bytes
9d97832 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"architectures": [
"HiSenTrans"
],
"dropout": 0.2,
"max_doc_len": 4500,
"max_sent_len": 256,
"model_type": "hierarchical-sentence-transformer-v2",
"n_head": 8,
"num_aux_smlm_labels": 0,
"num_aux_spo_labels": 0,
"num_aux_tssp_labels": 0,
"num_layers": 2,
"num_main_labels": 36,
"torch_dtype": "float32",
"transformers_version": "4.46.0"
}
|