arincon commited on
Commit
44e6910
1 Parent(s): 1346eab

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "EleutherAI/gpt-neo-125m",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPTNeoForCausalLM"
6
+ ],
7
+ "attention_dropout": 0,
8
+ "attention_layers": [
9
+ "global",
10
+ "local",
11
+ "global",
12
+ "local",
13
+ "global",
14
+ "local",
15
+ "global",
16
+ "local",
17
+ "global",
18
+ "local",
19
+ "global",
20
+ "local"
21
+ ],
22
+ "attention_types": [
23
+ [
24
+ [
25
+ "global",
26
+ "local"
27
+ ],
28
+ 6
29
+ ]
30
+ ],
31
+ "bos_token_id": 50256,
32
+ "embed_dropout": 0,
33
+ "eos_token_id": 50256,
34
+ "gradient_checkpointing": false,
35
+ "hidden_size": 768,
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": null,
38
+ "layer_norm_epsilon": 1e-05,
39
+ "max_position_embeddings": 2048,
40
+ "model_type": "gpt_neo",
41
+ "num_heads": 12,
42
+ "num_layers": 12,
43
+ "resid_dropout": 0,
44
+ "summary_activation": null,
45
+ "summary_first_dropout": 0.1,
46
+ "summary_proj_to_labels": true,
47
+ "summary_type": "cls_index",
48
+ "summary_use_proj": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.26.1",
51
+ "use_cache": true,
52
+ "vocab_size": 50259,
53
+ "window_size": 256
54
+ }
logs/1698593511.2999024/events.out.tfevents.1698593511.94a4a4dfaef2.370.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5545286b5e1c50409d4883351233b8214232fc8fba86ef97b87db6e638e42a75
3
+ size 5765
logs/1698593625.8281167/events.out.tfevents.1698593625.94a4a4dfaef2.370.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc1a3f11b220fdd6cc9add884d025b6b40c65a4d54391ec827aa472e999f66fd
3
+ size 5765
logs/1698593741.2399457/events.out.tfevents.1698593741.94a4a4dfaef2.370.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5992caaa8c6739ef501aec5990b66255fefc98da787abef533911a761f036045
3
+ size 5767
logs/events.out.tfevents.1698593511.94a4a4dfaef2.370.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c74f8e3e3e2da56400ba80a485b01cd9eb0070cf7b710d6d9fbee2ac9d0426d
3
+ size 4734
logs/events.out.tfevents.1698593625.94a4a4dfaef2.370.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46c202c363dddbc1df197c8b9c5f626711295e5fd4492701893d6a942710a7c3
3
+ size 4468
logs/events.out.tfevents.1698593741.94a4a4dfaef2.370.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a615b849d80b5ccb5ed6b388b6406ff857fcd897f955420f781ebf07ab0c8649
3
+ size 4737
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1125cc2243bd804d54b3e211e440e39d5898e5e8b4a4b82c2dcbc749ab31434f
3
+ size 551193386
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13d87859713143613bf32018b5984fe6e5ea76e6d2d197fa9b9209100169818c
3
+ size 4024