awsgcptest commited on
Commit
ac75960
1 Parent(s): 15d8980

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "uer/gpt2-chinese-cluecorpussmall",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
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
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "gpt2",
15
+ "n_ctx": 1024,
16
+ "n_embd": 768,
17
+ "n_head": 12,
18
+ "n_inner": null,
19
+ "n_layer": 12,
20
+ "n_positions": 1024,
21
+ "output_past": true,
22
+ "reorder_and_upcast_attn": false,
23
+ "resid_pdrop": 0.1,
24
+ "scale_attn_by_inverse_layer_idx": false,
25
+ "scale_attn_weights": true,
26
+ "summary_activation": null,
27
+ "summary_first_dropout": 0.1,
28
+ "summary_proj_to_labels": true,
29
+ "summary_type": "cls_index",
30
+ "summary_use_proj": true,
31
+ "task_specific_params": {
32
+ "text-generation": {
33
+ "do_sample": true,
34
+ "max_length": 320
35
+ }
36
+ },
37
+ "tokenizer_class": "BertTokenizer",
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.27.3",
40
+ "use_cache": true,
41
+ "vocab_size": 21128
42
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:915ef030aad67dba2dca5eb762f12a2244d92d52866939bdc9856d8d2e491cdd
3
+ size 420913725
runs/Mar24_13-16-15_220ff218bde6/1679663782.21567/events.out.tfevents.1679663782.220ff218bde6.702.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39423396f2a9e85f5be844e2bad39f60ecc5dbf5270f31026cdcc1ba3cdc88b7
3
+ size 5754
runs/Mar24_13-16-15_220ff218bde6/events.out.tfevents.1679663782.220ff218bde6.702.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:793472b9b1344381093ff69222fe04b9cbb5fbd1c7f2cb10b25036f53c6e8216
3
+ size 4419
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:756f918618c19455f945cc5ddee0e49f256812b26b1db8166a420b72f12c7108
3
+ size 3579