diwank commited on
Commit
a934b54
1 Parent(s): 0280a5a

Training in progress, step 12000

Browse files
config.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
- "_name_or_path": "gpt2-large",
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
  "initializer_range": 0.02,
12
  "layer_norm_epsilon": 1e-05,
13
  "model_type": "gpt2",
@@ -32,8 +32,8 @@
32
  "max_length": 50
33
  }
34
  },
35
- "torch_dtype": "float32",
36
  "transformers_version": "4.41.1",
37
- "use_cache": true,
38
- "vocab_size": 50257
39
  }
 
1
  {
2
+ "_name_or_path": "diwank/cryptgpt-large",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
6
  ],
7
  "attn_pdrop": 0.1,
8
+ "bos_token_id": null,
9
  "embd_pdrop": 0.1,
10
+ "eos_token_id": 0,
11
  "initializer_range": 0.02,
12
  "layer_norm_epsilon": 1e-05,
13
  "model_type": "gpt2",
 
32
  "max_length": 50
33
  }
34
  },
35
+ "torch_dtype": "bfloat16",
36
  "transformers_version": "4.41.1",
37
+ "use_cache": false,
38
+ "vocab_size": 50272
39
  }
generation_config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
 
4
  "eos_token_id": 50256,
5
  "transformers_version": "4.41.1"
6
  }
 
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
+ "do_sample": true,
5
  "eos_token_id": 50256,
6
  "transformers_version": "4.41.1"
7
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9daec3d9afb56155d3065913e51636b232be0e1826a9079623ece03c90eff39f
3
- size 3096165928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a7011aea3eef32b3b1351a3131d7acc027eb8c29102986128206cc10dc8cf6e
3
+ size 1676840832
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d22d2872b87e537288a8e15e18d2ccd8d645d3ab1009bd86284a65a377bc278a
3
+ size 53819
special_tokens_map.json CHANGED
@@ -1,4 +1,16 @@
1
  {
2
- "eos_token": "<|endoftext|>",
3
- "pad_token": "<|endoftext|>"
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "eos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "pad_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ }
16
  }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60bc90e5a9e53a347011de0287e7199bf5ebdf383b3aef4d86c9bfc0a5909f17
3
+ size 7416