Cailean commited on
Commit
efc003e
1 Parent(s): f641674

all model files

Browse files
Files changed (6) hide show
  1. config.json +42 -0
  2. pytorch_model.bin +3 -0
  3. rng_state.pth +3 -0
  4. scheduler.pt +3 -0
  5. trainer_state.json +34 -0
  6. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ml6team/gpt2-medium-dutch-finetune-oscar",
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
+ "eos_token_id": 50256,
11
+ "gradient_checkpointing": false,
12
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "gpt2",
15
+ "n_ctx": 1024,
16
+ "n_embd": 1024,
17
+ "n_head": 16,
18
+ "n_inner": null,
19
+ "n_layer": 24,
20
+ "n_positions": 1024,
21
+ "n_special": 0,
22
+ "predict_special_tokens": true,
23
+ "reorder_and_upcast_attn": false,
24
+ "resid_pdrop": 0.1,
25
+ "scale_attn_by_inverse_layer_idx": false,
26
+ "scale_attn_weights": true,
27
+ "summary_activation": null,
28
+ "summary_first_dropout": 0.1,
29
+ "summary_proj_to_labels": true,
30
+ "summary_type": "cls_index",
31
+ "summary_use_proj": true,
32
+ "task_specific_params": {
33
+ "text-generation": {
34
+ "do_sample": true,
35
+ "max_length": 50
36
+ }
37
+ },
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.21.1",
40
+ "use_cache": true,
41
+ "vocab_size": 50257
42
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bd53f1a8ed62efcfd26f71e61bb2f710c601be7aeb676ac5600856e717680b0
3
+ size 1444566873
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16ed1fcf3b64e621bdda62d413bbc34370da7e4ea01e6cc0ba2cee013bdbeb12
3
+ size 14503
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:656cd938a1d9260e37e6d161abeaf1f94ff1351a47a93bc300eb3622dc9ca0f1
3
+ size 623
trainer_state.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 39.473684210526315,
5
+ "global_step": 1500,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 13.16,
12
+ "learning_rate": 5e-05,
13
+ "loss": 3.454,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 26.32,
18
+ "learning_rate": 4.519230769230769e-05,
19
+ "loss": 0.7914,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 39.47,
24
+ "learning_rate": 4.038461538461539e-05,
25
+ "loss": 0.1775,
26
+ "step": 1500
27
+ }
28
+ ],
29
+ "max_steps": 5700,
30
+ "num_train_epochs": 150,
31
+ "total_flos": 5508820344766464.0,
32
+ "trial_name": null,
33
+ "trial_params": null
34
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:036dc520d9664e8e59a2e09f52de15512c896aef8168c274f067180b7240d12e
3
+ size 3311