li-jay-cs commited on
Commit
5055f61
·
1 Parent(s): 31f5d00

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2",
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
+ "end_token_id": 50256,
11
+ "eos_token_id": 50256,
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
+ "pad_token_id": 50256,
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": 50
35
+ }
36
+ },
37
+ "torch_dtype": "float16",
38
+ "transformers_version": "4.36.2",
39
+ "use_cache": false,
40
+ "vocab_size": 50257
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8187fff8988b69590e7f8cc68e68a998b0d2e99f7caa6b4308316c27116d0869
3
+ size 326120926
runs/Dec31_01-44-55_a100-2gpus-spot-cuda12-150gb-1/events.out.tfevents.1703987118.a100-2gpus-spot-cuda12-150gb-1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f94766b53c477953b09bbf1c43d98e66c6dc990e8f7055739a47b5d47534974d
3
+ size 5768
runs/Dec31_01-44-55_a100-2gpus-spot-cuda12-150gb-1/events.out.tfevents.1703987451.a100-2gpus-spot-cuda12-150gb-1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42367bf011f91c0bcd8c94fe47eb86c30114b9f9d81bf9191495a2a1af77f264
3
+ size 3792
runs/Dec31_01-53-22_a100-2gpus-spot-cuda12-150gb-1/events.out.tfevents.1703987626.a100-2gpus-spot-cuda12-150gb-1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5073633497c32834aa7bed2fb85895ae4b9d53883f0feb927f5c01c8c44acd52
3
+ size 5768
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:450af106047ebef75cf657012af2d3e707abf262d73a3d20d30be505549bbc8f
3
+ size 6200