Instructions to use Arthur-Tsai/xlnetFv4_ftis_noPretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Arthur-Tsai/xlnetFv4_ftis_noPretrain with Transformers:
# Load model directly from transformers import XLNetCLS model = XLNetCLS.from_pretrained("Arthur-Tsai/xlnetFv4_ftis_noPretrain", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "XLNetCLS" | |
| ], | |
| "dropout": 0.2, | |
| "max_doc_len": 4500, | |
| "max_sent_len": 256, | |
| "model_type": "xlnet-cls", | |
| "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" | |
| } | |