CoolFace
Apppublic

DanielNonStop/TextProcessing

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes
config.json59 linesDownload Raw Back to root
1{2  "_name_or_path": "xlnet-base-cased",3  "architectures": [4    "XLNetForSequenceClassification"5  ],6  "attn_type": "bi",7  "bi_data": false,8  "bos_token_id": 1,9  "clamp_len": -1,10  "d_head": 64,11  "d_inner": 3072,12  "d_model": 768,13  "dropout": 0.1,14  "end_n_top": 5,15  "eos_token_id": 2,16  "ff_activation": "gelu",17  "id2label": {18    "0": "LABEL_0",19    "1": "LABEL_1",20    "2": "LABEL_2",21    "3": "LABEL_3",22    "4": "LABEL_4"23  },24  "initializer_range": 0.02,25  "label2id": {26    "LABEL_0": 0,27    "LABEL_1": 1,28    "LABEL_2": 2,29    "LABEL_3": 3,30    "LABEL_4": 431  },32  "layer_norm_eps": 1e-12,33  "mem_len": null,34  "model_type": "xlnet",35  "n_head": 12,36  "n_layer": 12,37  "pad_token_id": 5,38  "problem_type": "single_label_classification",39  "reuse_len": null,40  "same_length": false,41  "start_n_top": 5,42  "summary_activation": "tanh",43  "summary_last_dropout": 0.1,44  "summary_type": "last",45  "summary_use_proj": true,46  "task_specific_params": {47    "text-generation": {48      "do_sample": true,49      "max_length": 25050    }51  },52  "torch_dtype": "float32",53  "transformers_version": "4.24.0",54  "untie_r": true,55  "use_mems_eval": true,56  "use_mems_train": false,57  "vocab_size": 3200058}59