nchcalvin commited on
Commit
5ec000e
·
verified ·
1 Parent(s): 0fc6680

Training in progress, step 500

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.33.2",
37
  "use_cache": true,
38
  "vocab_size": 50257
39
  }
 
1
  {
 
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
  "GPT2LMHeadModel"
 
32
  }
33
  },
34
  "torch_dtype": "float32",
35
+ "transformers_version": "4.52.4",
36
  "use_cache": true,
37
  "vocab_size": 50257
38
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfc68a678a7282f28f814f33be3347afd88f6d042bd588cb6398c81c72265141
3
+ size 497774208
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,9 +1,21 @@
1
  {
2
  "add_prefix_space": false,
 
 
 
 
 
 
 
 
 
 
3
  "bos_token": "<|endoftext|>",
4
- "clean_up_tokenization_spaces": true,
5
  "eos_token": "<|endoftext|>",
 
6
  "model_max_length": 1024,
 
7
  "tokenizer_class": "GPT2Tokenizer",
8
  "unk_token": "<|endoftext|>"
9
  }
 
1
  {
2
  "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
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",
20
  "unk_token": "<|endoftext|>"
21
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec3efa6718cac0964d992655f1d255bc52ca7af2930f0260cc3e18200153d8af
3
- size 4881
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0222dbd690708a6b9fbadc3717514b142bb650f7c8dda7d857d8cecd510f8c92
3
+ size 5649