Cailean commited on
Commit
f0779cd
1 Parent(s): 5e8b345

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 +46 -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:5f72c02f7976a1d4968696d76552e39f121c391bf0551bcc9c551e717283a75c
3
+ size 1444566873
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35de88870223780f616932cc3bd78b0d1fb39d8d7bded25042574a7ad725a47c
3
+ size 14503
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77aecd454679862164d5eb8d2932154d0fd7739bee3ed5579936dfee43ded1a1
3
+ size 623
trainer_state.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 65.78947368421052,
5
+ "global_step": 2500,
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
+ "epoch": 52.63,
30
+ "learning_rate": 3.557692307692308e-05,
31
+ "loss": 0.0932,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 65.79,
36
+ "learning_rate": 3.0769230769230774e-05,
37
+ "loss": 0.0703,
38
+ "step": 2500
39
+ }
40
+ ],
41
+ "max_steps": 5700,
42
+ "num_train_epochs": 150,
43
+ "total_flos": 9181367241277440.0,
44
+ "trial_name": null,
45
+ "trial_params": null
46
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:036dc520d9664e8e59a2e09f52de15512c896aef8168c274f067180b7240d12e
3
+ size 3311