raghavbali commited on
Commit
a02e48a
·
verified ·
1 Parent(s): 2f53d8c

Training in progress, step 264

Browse files
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -33,7 +32,7 @@
33
  }
34
  },
35
  "torch_dtype": "float32",
36
- "transformers_version": "4.44.0",
37
  "use_cache": true,
38
  "vocab_size": 50000
39
  }
 
1
  {
 
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
  "GPT2LMHeadModel"
 
32
  }
33
  },
34
  "torch_dtype": "float32",
35
+ "transformers_version": "4.53.3",
36
  "use_cache": true,
37
  "vocab_size": 50000
38
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b3ea3f577674cc0f06b5fb576a811eb485803d153e8f9e2bb05a057b25bcb98
3
  size 496984704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eaa515185ef31901ac16edd73572aa30994d6f06987181651035eb128c5765a
3
  size 496984704
runs/Jul26_07-20-40_5e5c9641323a/events.out.tfevents.1753514444.5e5c9641323a.287.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c72e171eed6e59cc5ccc9c63b5bc5108ff83cf27a624ef6c8aac8e78aaedb2ae
3
+ size 10951
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -11,8 +11,9 @@
11
  }
12
  },
13
  "bos_token": "<|endoftext|>",
14
- "clean_up_tokenization_spaces": true,
15
  "eos_token": "<|endoftext|>",
 
16
  "model_max_length": 1024,
17
  "pad_token": "<|endoftext|>",
18
  "tokenizer_class": "GPT2Tokenizer",
 
11
  }
12
  },
13
  "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
  "eos_token": "<|endoftext|>",
16
+ "extra_special_tokens": {},
17
  "model_max_length": 1024,
18
  "pad_token": "<|endoftext|>",
19
  "tokenizer_class": "GPT2Tokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:734be146013f49de8df00f28d0e636971203aa4b9362ecfeb96862a58fd1fb54
3
- size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7598cab6ea5bbc717694b09e9b6da14ef9a1c1caeeb2b3a8f57b6e41fb3ca4f7
3
+ size 5304