ultra-coder54732 commited on
Commit
d05bf44
·
1 Parent(s): 5131a4e

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
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.21.1",
52
+ "untie_r": true,
53
+ "use_mems_eval": true,
54
+ "use_mems_train": false,
55
+ "vocab_size": 32000
56
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb1751ca96f224c9ad5fc4f2d7ecfc53aeb64da2a0ae8afd85d2e46433116c52
3
+ size 469315997
runs/Aug21_15-28-47_0c268665c8ec/1661095762.352842/events.out.tfevents.1661095762.0c268665c8ec.298.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4235cfbbe292438b5bd9d8b29b38389f6051f3267af4d8744ca457fc58a450ea
3
+ size 5439
runs/Aug21_15-28-47_0c268665c8ec/events.out.tfevents.1661095762.0c268665c8ec.298.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a8de9f3e4e5330bb375755d448d593f3cdb6f1486dd82f964be29544af67f65
3
+ size 6828
special_tokens_map.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<eop>",
4
+ "<eod>"
5
+ ],
6
+ "bos_token": "<s>",
7
+ "cls_token": "<cls>",
8
+ "eos_token": "</s>",
9
+ "mask_token": {
10
+ "content": "<mask>",
11
+ "lstrip": true,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<pad>",
17
+ "sep_token": "<sep>",
18
+ "unk_token": "<unk>"
19
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<eop>",
4
+ "<eod>"
5
+ ],
6
+ "bos_token": "<s>",
7
+ "cls_token": "<cls>",
8
+ "do_lower_case": false,
9
+ "eos_token": "</s>",
10
+ "keep_accents": false,
11
+ "mask_token": {
12
+ "__type": "AddedToken",
13
+ "content": "<mask>",
14
+ "lstrip": true,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "name_or_path": "xlnet-base-cased",
20
+ "pad_token": "<pad>",
21
+ "remove_space": true,
22
+ "sep_token": "<sep>",
23
+ "special_tokens_map_file": null,
24
+ "tokenizer_class": "XLNetTokenizer",
25
+ "unk_token": "<unk>"
26
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4de97ab0066d62072e9d084f1f809a9a92b7651eea806e9b218d14f11cdf4ff5
3
+ size 3375