tomekkorbak commited on
Commit
580df97
·
1 Parent(s): 9ba8cc0

Training in progress, step 1673

Browse files
checkpoint-1673/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "tomekkorbak/goofy_pasteur",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMAndValueHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
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": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 12,
19
+ "n_positions": 1024,
20
+ "reorder_and_upcast_attn": true,
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.24.0",
37
+ "use_cache": true,
38
+ "vocab_size": 50257
39
+ }
checkpoint-1673/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1673/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25f2ea50d2c6ec8acfa49497862353393d7d5ac75e34fd62c46bc9a8260c74f5
3
+ size 995610733
checkpoint-1673/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1462792d63407e721582455f54cc8f000455232c20f988b1050cb9e2067cc7
3
+ size 510399911
checkpoint-1673/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df242ded547dd1bca8a15889c96e2a5be8fecbfc5af264152a6d5151b75611e9
3
+ size 14439
checkpoint-1673/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1a5ff8bc62a2a292bf846ee5ee5a0af090a28998afbd6bc9ee8d069fa0fc4da
3
+ size 559
checkpoint-1673/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28051052c89db0b2f7988db8ecad0c54464b047292fe164f77d0a3441975290a
3
+ size 623
checkpoint-1673/special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
checkpoint-1673/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1673/tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 1024,
6
+ "name_or_path": "gpt2",
7
+ "special_tokens_map_file": null,
8
+ "tokenizer_class": "GPT2Tokenizer",
9
+ "unk_token": "<|endoftext|>"
10
+ }
checkpoint-1673/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1673/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3ff7ccbf1dc4bc8130e0f73a9e8c6467e150f90d72735052dc2e0892ab017b7
3
+ size 3439
checkpoint-1673/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMAndValueHeadModel"
@@ -33,7 +33,7 @@
33
  }
34
  },
35
  "torch_dtype": "float32",
36
- "transformers_version": "4.20.1",
37
  "use_cache": true,
38
- "vocab_size": 50259
39
  }
 
1
  {
2
+ "_name_or_path": "tomekkorbak/goofy_pasteur",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMAndValueHeadModel"
 
33
  }
34
  },
35
  "torch_dtype": "float32",
36
+ "transformers_version": "4.24.0",
37
  "use_cache": true,
38
+ "vocab_size": 50257
39
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00edfc5faec1d0c1d83db26794397a19a4690a7ce2434662120976564c3a24f8
3
- size 510402665
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1462792d63407e721582455f54cc8f000455232c20f988b1050cb9e2067cc7
3
+ size 510399911
special_tokens_map.json CHANGED
@@ -1,8 +1,4 @@
1
  {
2
- "additional_special_tokens": [
3
- "<|aligned|>",
4
- "<|misaligned|>"
5
- ],
6
  "bos_token": "<|endoftext|>",
7
  "eos_token": "<|endoftext|>",
8
  "pad_token": "<|endoftext|>",
 
1
  {
 
 
 
 
2
  "bos_token": "<|endoftext|>",
3
  "eos_token": "<|endoftext|>",
4
  "pad_token": "<|endoftext|>",
tokenizer.json CHANGED
@@ -11,24 +11,6 @@
11
  "rstrip": false,
12
  "normalized": false,
13
  "special": true
14
- },
15
- {
16
- "id": 50257,
17
- "content": "<|aligned|>",
18
- "single_word": false,
19
- "lstrip": false,
20
- "rstrip": false,
21
- "normalized": false,
22
- "special": true
23
- },
24
- {
25
- "id": 50258,
26
- "content": "<|misaligned|>",
27
- "single_word": false,
28
- "lstrip": false,
29
- "rstrip": false,
30
- "normalized": false,
31
- "special": true
32
  }
33
  ],
34
  "normalizer": null,
 
11
  "rstrip": false,
12
  "normalized": false,
13
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  }
15
  ],
16
  "normalizer": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7444d467e796e5b1d3bab4748811d86c7a3009336ee4708b6330021d331b0c1
3
- size 3311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3ff7ccbf1dc4bc8130e0f73a9e8c6467e150f90d72735052dc2e0892ab017b7
3
+ size 3439