diwank commited on
Commit
471458c
1 Parent(s): f8ed169

Training in progress, step 12000

Browse files
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
  "GPT2LMHeadModel"
@@ -24,8 +25,8 @@
24
  "summary_proj_to_labels": true,
25
  "summary_type": "cls_index",
26
  "summary_use_proj": true,
27
- "torch_dtype": "float32",
28
- "transformers_version": "4.41.2",
29
- "use_cache": true,
30
- "vocab_size": 50257
31
  }
 
1
  {
2
+ "_name_or_path": "diwank/cryptgpt",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
25
  "summary_proj_to_labels": true,
26
  "summary_type": "cls_index",
27
  "summary_use_proj": true,
28
+ "torch_dtype": "bfloat16",
29
+ "transformers_version": "4.41.1",
30
+ "use_cache": false,
31
+ "vocab_size": 50272
32
  }
generation_config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "_from_model_config": true,
 
3
  "eos_token_id": 0,
4
- "transformers_version": "4.41.2"
5
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "do_sample": true,
4
  "eos_token_id": 0,
5
+ "transformers_version": "4.41.1"
6
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76cfc092ee1c80096c730748ee0c8872848e10ebcdb49f50bcbe61e9aeac94b0
3
- size 497774208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cadf2263073df1a83ae3739d2f6d5f4ed5990fdbc51f8e023f38b96feb1543e9
3
+ size 326135736
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f120cf34e466e64d61de9de46efaf6bbb3202a297cbff4cd604da30eba0e8285
3
+ size 248921596
special_tokens_map.json CHANGED
@@ -1,3 +1,16 @@
1
  {
2
- "eos_token": "<|endoftext|>"
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  }
 
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
  }
tokenizer_config.json CHANGED
@@ -11,15 +11,15 @@
11
  },
12
  "auto_map": {
13
  "AutoTokenizer": [
14
- "tokenizer_utils.CryptGPTTokenizer",
15
  null
16
  ]
17
  },
18
  "clean_up_tokenization_spaces": true,
19
  "eos_token": "<|endoftext|>",
20
- "pad_token": "<|endoftext|>",
21
  "max_length": 1024,
22
  "model_max_length": 1024,
 
23
  "stride": 0,
24
  "tokenizer_class": "CryptGPTTokenizer",
25
  "truncation_side": "right",
 
11
  },
12
  "auto_map": {
13
  "AutoTokenizer": [
14
+ "diwank/cryptgpt--tokenizer_utils.CryptGPTTokenizer",
15
  null
16
  ]
17
  },
18
  "clean_up_tokenization_spaces": true,
19
  "eos_token": "<|endoftext|>",
 
20
  "max_length": 1024,
21
  "model_max_length": 1024,
22
+ "pad_token": "<|endoftext|>",
23
  "stride": 0,
24
  "tokenizer_class": "CryptGPTTokenizer",
25
  "truncation_side": "right",
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cebb4e6b1bcf73c6c71fb8e8f0c918de543a933ecee765deeca09ea7adb5daae
3
+ size 7288