impuneetg commited on
Commit
10134c6
·
verified ·
1 Parent(s): 8c2f74d

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,14 +1,39 @@
1
  {
 
 
2
  "architectures": [
3
- "LangModel"
4
  ],
5
- "d_hid": 200,
6
- "dropout": 0.2,
7
- "emsize": 200,
8
- "model_type": "langmodel",
9
- "nhead": 2,
10
- "nlayers": 2,
11
- "ntokens": 25000,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  "torch_dtype": "float32",
13
- "transformers_version": "4.41.2"
 
 
14
  }
 
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": 0,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 0,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 128,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 3,
19
+ "n_positions": 1024,
20
+ "reorder_and_upcast_attn": false,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": false,
23
+ "scale_attn_weights": true,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "task_specific_params": {
30
+ "text-generation": {
31
+ "do_sample": true,
32
+ "max_length": 50
33
+ }
34
+ },
35
  "torch_dtype": "float32",
36
+ "transformers_version": "4.41.2",
37
+ "use_cache": true,
38
+ "vocab_size": 25001
39
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5eebd2af352ffd5399c7425ed2204b014a862c3d52a12ca01d94a49397c22d68
3
- size 46039288
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c924a5f9c8bb9dda86642e70af8ec1b5a14e06b98a868ff1cf4cb27c2c28183b
3
+ size 165013384
runs/Jun03_13-42-21_ip-10-192-11-152/events.out.tfevents.1717422142.ip-10-192-11-152.3529.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c290e5324c06f0a8980c24c8138c8d48f8e4c90362eb1eec055451da295ed47
3
+ size 5510
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0642b16b2116e366c71c10493504121648350056232f2926cae8fcf6c95bda74
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac87c4a3c2f42de6c85707a88269de7e5ec40ca6c1e52f5916c1848b0b136dcd
3
  size 5112