yhavinga commited on
Commit
ba18858
1 Parent(s): c519166

Remove old checkpoints

Browse files
ckpt-360000/config.json DELETED
@@ -1,38 +0,0 @@
1
- {
2
- "_name_or_path": "/home/yeb/data/gpt2-large-dutch-2",
3
- "activation_function": "gelu_new",
4
- "architectures": [
5
- "GPT2LMHeadModel"
6
- ],
7
- "attn_pdrop": 0.0,
8
- "bos_token_id": 50256,
9
- "embd_pdrop": 0.0,
10
- "eos_token_id": 50256,
11
- "initializer_range": 0.02,
12
- "layer_norm_epsilon": 1e-05,
13
- "model_type": "gpt2",
14
- "n_ctx": 1024,
15
- "n_embd": 1280,
16
- "n_head": 20,
17
- "n_inner": null,
18
- "n_layer": 36,
19
- "n_positions": 1024,
20
- "reorder_and_upcast_attn": false,
21
- "resid_pdrop": 0.0,
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
- "transformers_version": "4.13.0",
36
- "use_cache": true,
37
- "vocab_size": 50257
38
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ckpt-360000/flax_model.msgpack DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:75e0de2d54eb3b7bc5f13c45c1e8a09a567817e57b530a02d5a48c5ffae1c8ec
3
- size 3096134690
 
 
 
ckpt-360000/opt_state.msgpack DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b36d51344c1e080292135b99672910ca9e981c7e6dca2af6127627e5145e10d
3
- size 5611008
 
 
 
ckpt-360000/training_state.json DELETED
@@ -1 +0,0 @@
1
- {"step": 360001}
 
ckpt-400000/config.json DELETED
@@ -1,38 +0,0 @@
1
- {
2
- "_name_or_path": "/home/yeb/data/gpt2-large-dutch-2",
3
- "activation_function": "gelu_new",
4
- "architectures": [
5
- "GPT2LMHeadModel"
6
- ],
7
- "attn_pdrop": 0.0,
8
- "bos_token_id": 50256,
9
- "embd_pdrop": 0.0,
10
- "eos_token_id": 50256,
11
- "initializer_range": 0.02,
12
- "layer_norm_epsilon": 1e-05,
13
- "model_type": "gpt2",
14
- "n_ctx": 1024,
15
- "n_embd": 1280,
16
- "n_head": 20,
17
- "n_inner": null,
18
- "n_layer": 36,
19
- "n_positions": 1024,
20
- "reorder_and_upcast_attn": false,
21
- "resid_pdrop": 0.0,
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
- "transformers_version": "4.13.0",
36
- "use_cache": true,
37
- "vocab_size": 50257
38
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ckpt-400000/flax_model.msgpack DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a559af74cf46f616b3804854c1d500cfc5193b199f0195892aa3ef4b4dbb0105
3
- size 3096134690
 
 
 
ckpt-400000/opt_state.msgpack DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc98a35b272df8ebfa96388d92aba838d97edea00178a6eefe5a1442d1a0bc8f
3
- size 5611008
 
 
 
ckpt-400000/training_state.json DELETED
@@ -1 +0,0 @@
1
- {"step": 400001}
 
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
  "GPT2LMHeadModel"
@@ -31,6 +32,7 @@
31
  "max_length": 50
32
  }
33
  },
 
34
  "transformers_version": "4.13.0",
35
  "use_cache": true,
36
  "vocab_size": 50257
1
  {
2
+ "_name_or_path": ".",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
32
  "max_length": 50
33
  }
34
  },
35
+ "torch_dtype": "float32",
36
  "transformers_version": "4.13.0",
37
  "use_cache": true,
38
  "vocab_size": 50257