AlbieCofie commited on
Commit
baa2d38
1 Parent(s): ac28ee1

Pushed model

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