Upload model
Browse files- config.json +44 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/content/XLNet_Large",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"XLNetModel"
|
| 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": 4096,
|
| 12 |
+
"d_model": 1024,
|
| 13 |
+
"dropout": 0.1,
|
| 14 |
+
"end_n_top": 5,
|
| 15 |
+
"eos_token_id": 2,
|
| 16 |
+
"ff_activation": "gelu",
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"layer_norm_eps": 1e-12,
|
| 19 |
+
"mem_len": null,
|
| 20 |
+
"model_type": "xlnet",
|
| 21 |
+
"n_head": 16,
|
| 22 |
+
"n_layer": 24,
|
| 23 |
+
"pad_token_id": 5,
|
| 24 |
+
"problem_type": "single_label_classification",
|
| 25 |
+
"reuse_len": null,
|
| 26 |
+
"same_length": false,
|
| 27 |
+
"start_n_top": 5,
|
| 28 |
+
"summary_activation": "tanh",
|
| 29 |
+
"summary_last_dropout": 0.1,
|
| 30 |
+
"summary_type": "last",
|
| 31 |
+
"summary_use_proj": true,
|
| 32 |
+
"task_specific_params": {
|
| 33 |
+
"text-generation": {
|
| 34 |
+
"do_sample": true,
|
| 35 |
+
"max_length": 250
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"torch_dtype": "float32",
|
| 39 |
+
"transformers_version": "4.41.0",
|
| 40 |
+
"untie_r": true,
|
| 41 |
+
"use_mems_eval": true,
|
| 42 |
+
"use_mems_train": false,
|
| 43 |
+
"vocab_size": 32000
|
| 44 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9849b835384dee288694079091ce9166f8fc7a1e3982c85f7fd0b04462f00ebf
|
| 3 |
+
size 1441115632
|