Upload model
Browse files- config.json +56 -0
- label_encoder.joblib +3 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
},
|
| 23 |
+
"initializer_range": 0.02,
|
| 24 |
+
"label2id": {
|
| 25 |
+
"LABEL_0": 0,
|
| 26 |
+
"LABEL_1": 1,
|
| 27 |
+
"LABEL_2": 2,
|
| 28 |
+
"LABEL_3": 3
|
| 29 |
+
},
|
| 30 |
+
"layer_norm_eps": 1e-12,
|
| 31 |
+
"mem_len": null,
|
| 32 |
+
"model_type": "xlnet",
|
| 33 |
+
"n_head": 12,
|
| 34 |
+
"n_layer": 12,
|
| 35 |
+
"pad_token_id": 5,
|
| 36 |
+
"problem_type": "single_label_classification",
|
| 37 |
+
"reuse_len": null,
|
| 38 |
+
"same_length": false,
|
| 39 |
+
"start_n_top": 5,
|
| 40 |
+
"summary_activation": "tanh",
|
| 41 |
+
"summary_last_dropout": 0.1,
|
| 42 |
+
"summary_type": "last",
|
| 43 |
+
"summary_use_proj": true,
|
| 44 |
+
"task_specific_params": {
|
| 45 |
+
"text-generation": {
|
| 46 |
+
"do_sample": true,
|
| 47 |
+
"max_length": 250
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
"torch_dtype": "float32",
|
| 51 |
+
"transformers_version": "4.47.0",
|
| 52 |
+
"untie_r": true,
|
| 53 |
+
"use_mems_eval": true,
|
| 54 |
+
"use_mems_train": false,
|
| 55 |
+
"vocab_size": 32000
|
| 56 |
+
}
|
label_encoder.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e8872df7d6dd3967b1c27de9175907dd5246aeefaa47d38bd58abb56af7a669
|
| 3 |
+
size 565
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25b9a43f42d11fe2d69c99922a1023605484357fe84e4c93838c18df9c0c7fb4
|
| 3 |
+
size 469270752
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3637778eebc4dd1dc899baa88c242bdf171fdd55bd82597d320811bf91a57efc
|
| 3 |
+
size 5304
|