sungkwan2 commited on
Commit
1079c32
·
verified ·
1 Parent(s): d1b1a45

Training in progress, step 36

Browse files
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 1,
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "author": "Heewon Jeon([email protected])",
9
+ "bos_token_id": 0,
10
+ "created_date": "2021-04-28",
11
+ "embd_pdrop": 0.1,
12
+ "eos_token_id": 1,
13
+ "gradient_checkpointing": false,
14
+ "id2label": {
15
+ "0": "LABEL_0"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "LABEL_0": 0
20
+ },
21
+ "layer_norm_epsilon": 1e-05,
22
+ "license": "CC-BY-NC-SA 4.0",
23
+ "model_type": "gpt2",
24
+ "n_ctx": 1024,
25
+ "n_embd": 768,
26
+ "n_head": 12,
27
+ "n_inner": null,
28
+ "n_layer": 12,
29
+ "n_positions": 1024,
30
+ "pad_token_id": 3,
31
+ "reorder_and_upcast_attn": false,
32
+ "resid_pdrop": 0.1,
33
+ "scale_attn_by_inverse_layer_idx": false,
34
+ "scale_attn_weights": true,
35
+ "summary_activation": null,
36
+ "summary_first_dropout": 0.1,
37
+ "summary_proj_to_labels": true,
38
+ "summary_type": "cls_index",
39
+ "summary_use_proj": true,
40
+ "task_specific_params": {
41
+ "text-generation": {
42
+ "do_sample": true,
43
+ "max_length": 50
44
+ }
45
+ },
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.52.4",
48
+ "use_cache": true,
49
+ "vocab_size": 51200
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4e67653d8f5a2258e7c3c300b6f05e0da3ab9358675ef854ab396768c17cbac
3
+ size 500671104
runs/Jun27_14-28-32_d84642d89120/events.out.tfevents.1751034516.d84642d89120.1370.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a83dd1a232247feb646a934b0521bbb35435bce7e4009581aef14b169c73d4b
3
+ size 6013
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b74222628086513302ca6b894fdbabe11fcd66401862e0f6eb95aaf8a1760d1
3
+ size 5304