Shunian Chen commited on
Commit
6707004
1 Parent(s): 3f9b49f

Training in progress, step 5000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "5": "LABEL_5",
24
+ "6": "LABEL_6",
25
+ "7": "LABEL_7",
26
+ "8": "LABEL_8",
27
+ "9": "LABEL_9",
28
+ "10": "LABEL_10",
29
+ "11": "LABEL_11",
30
+ "12": "LABEL_12",
31
+ "13": "LABEL_13",
32
+ "14": "LABEL_14",
33
+ "15": "LABEL_15"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "label2id": {
37
+ "LABEL_0": 0,
38
+ "LABEL_1": 1,
39
+ "LABEL_10": 10,
40
+ "LABEL_11": 11,
41
+ "LABEL_12": 12,
42
+ "LABEL_13": 13,
43
+ "LABEL_14": 14,
44
+ "LABEL_15": 15,
45
+ "LABEL_2": 2,
46
+ "LABEL_3": 3,
47
+ "LABEL_4": 4,
48
+ "LABEL_5": 5,
49
+ "LABEL_6": 6,
50
+ "LABEL_7": 7,
51
+ "LABEL_8": 8,
52
+ "LABEL_9": 9
53
+ },
54
+ "layer_norm_eps": 1e-12,
55
+ "mem_len": null,
56
+ "model_type": "xlnet",
57
+ "n_head": 12,
58
+ "n_layer": 12,
59
+ "pad_token_id": 5,
60
+ "problem_type": "single_label_classification",
61
+ "reuse_len": null,
62
+ "same_length": false,
63
+ "start_n_top": 5,
64
+ "summary_activation": "tanh",
65
+ "summary_last_dropout": 0.1,
66
+ "summary_type": "last",
67
+ "summary_use_proj": true,
68
+ "task_specific_params": {
69
+ "text-generation": {
70
+ "do_sample": true,
71
+ "max_length": 250
72
+ }
73
+ },
74
+ "torch_dtype": "float32",
75
+ "transformers_version": "4.25.1",
76
+ "untie_r": true,
77
+ "use_mems_eval": true,
78
+ "use_mems_train": false,
79
+ "vocab_size": 32000
80
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ef03ddb58aeb738c0d3fabc505c2a030a3f5e69c0c9fe88aadf8399048f8368
3
+ size 469352925
runs/1671187150.9217777/events.out.tfevents.1671187150.codespaces-83255b ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a864132541ed150ce507aff9101046ad1af015a9782490ff298d93185f6717f1
3
+ size 5463
runs/1671188625.6123755/events.out.tfevents.1671188625.codespaces-374455 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40ec84a7c87484c5807a912e4f161522e8bf402fff40d79648187bdc8b512484
3
+ size 5463
runs/events.out.tfevents.1671187150.codespaces-83255b ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a125dd74783fd87131637a716080cb9096688aa0bc21846304099b685946b046
3
+ size 5613
runs/events.out.tfevents.1671188625.codespaces-374455 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:629e5e72d5d64cfaa9cac51a2cff3c99b286c66de1918b56f1d56d9f0cc921e9
3
+ size 12678
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f9f4c61b5e48dae0f96e48047d79ef7a665c5d94535a71b61aec4890a871a6a
3
+ size 3567