kulia-moon commited on
Commit
d557327
·
verified ·
1 Parent(s): b2a523b

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -11,11 +11,13 @@
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
  "n_ctx": 1024,
14
- "n_embd": 768,
15
- "n_head": 12,
16
  "n_inner": null,
17
- "n_layer": 12,
18
  "n_positions": 1024,
 
 
19
  "reorder_and_upcast_attn": false,
20
  "resid_pdrop": 0.1,
21
  "scale_attn_by_inverse_layer_idx": false,
@@ -32,7 +34,7 @@
32
  }
33
  },
34
  "torch_dtype": "float32",
35
- "transformers_version": "4.54.1",
36
  "use_cache": true,
37
  "vocab_size": 50257
38
  }
 
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
  "n_ctx": 1024,
14
+ "n_embd": 1024,
15
+ "n_head": 16,
16
  "n_inner": null,
17
+ "n_layer": 24,
18
  "n_positions": 1024,
19
+ "n_special": 0,
20
+ "predict_special_tokens": true,
21
  "reorder_and_upcast_attn": false,
22
  "resid_pdrop": 0.1,
23
  "scale_attn_by_inverse_layer_idx": false,
 
34
  }
35
  },
36
  "torch_dtype": "float32",
37
+ "transformers_version": "4.54.0",
38
  "use_cache": true,
39
  "vocab_size": 50257
40
  }
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
- "transformers_version": "4.54.1"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
+ "transformers_version": "4.54.0"
6
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:56a2fdb8742f68be18da3a45274cddec2e6a5a750e71fa4c17c20ae26518a00a
3
- size 497774208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd17c88b5bb1e57e37e1820bd3b3d84531052d8938309279214989c1526e6add
3
+ size 1419322880
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 1024,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70e6c7f027410525b5d3a4eeb54f607900be66e8300678ea1c32292c85329bd5
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1410b4c129f9079224747008b497174169079396156c9593b0ad1c4881ea1313
3
  size 5304