JT000 commited on
Commit
cd2731c
·
verified ·
1 Parent(s): 2f0013e

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +98 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "uer/gpt2-chinese-cluecorpussmall",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2ForSequenceClassification"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "gradient_checkpointing": false,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6",
20
+ "7": "LABEL_7",
21
+ "8": "LABEL_8",
22
+ "9": "LABEL_9",
23
+ "10": "LABEL_10",
24
+ "11": "LABEL_11",
25
+ "12": "LABEL_12",
26
+ "13": "LABEL_13",
27
+ "14": "LABEL_14",
28
+ "15": "LABEL_15",
29
+ "16": "LABEL_16",
30
+ "17": "LABEL_17",
31
+ "18": "LABEL_18",
32
+ "19": "LABEL_19",
33
+ "20": "LABEL_20",
34
+ "21": "LABEL_21",
35
+ "22": "LABEL_22",
36
+ "23": "LABEL_23",
37
+ "24": "LABEL_24"
38
+ },
39
+ "initializer_range": 0.02,
40
+ "label2id": {
41
+ "LABEL_0": 0,
42
+ "LABEL_1": 1,
43
+ "LABEL_10": 10,
44
+ "LABEL_11": 11,
45
+ "LABEL_12": 12,
46
+ "LABEL_13": 13,
47
+ "LABEL_14": 14,
48
+ "LABEL_15": 15,
49
+ "LABEL_16": 16,
50
+ "LABEL_17": 17,
51
+ "LABEL_18": 18,
52
+ "LABEL_19": 19,
53
+ "LABEL_2": 2,
54
+ "LABEL_20": 20,
55
+ "LABEL_21": 21,
56
+ "LABEL_22": 22,
57
+ "LABEL_23": 23,
58
+ "LABEL_24": 24,
59
+ "LABEL_3": 3,
60
+ "LABEL_4": 4,
61
+ "LABEL_5": 5,
62
+ "LABEL_6": 6,
63
+ "LABEL_7": 7,
64
+ "LABEL_8": 8,
65
+ "LABEL_9": 9
66
+ },
67
+ "layer_norm_epsilon": 1e-05,
68
+ "model_type": "gpt2",
69
+ "n_ctx": 1024,
70
+ "n_embd": 768,
71
+ "n_head": 12,
72
+ "n_inner": null,
73
+ "n_layer": 12,
74
+ "n_positions": 1024,
75
+ "output_past": true,
76
+ "pad_token_id": 0,
77
+ "problem_type": "multi_label_classification",
78
+ "reorder_and_upcast_attn": false,
79
+ "resid_pdrop": 0.1,
80
+ "scale_attn_by_inverse_layer_idx": false,
81
+ "scale_attn_weights": true,
82
+ "summary_activation": null,
83
+ "summary_first_dropout": 0.1,
84
+ "summary_proj_to_labels": true,
85
+ "summary_type": "cls_index",
86
+ "summary_use_proj": true,
87
+ "task_specific_params": {
88
+ "text-generation": {
89
+ "do_sample": true,
90
+ "max_length": 320
91
+ }
92
+ },
93
+ "tokenizer_class": "BertTokenizer",
94
+ "torch_dtype": "float32",
95
+ "transformers_version": "4.41.2",
96
+ "use_cache": true,
97
+ "vocab_size": 21128
98
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1212aaacfcb174bcccfccbbb573e0be91b0ca27ab77b1026920356f5d6c339ff
3
+ size 408366800
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e558c0dbe0d1837078534ec4dac02343b503abc846f7b006f06f4da1bbfad124
3
+ size 5112