Wilsonwin commited on
Commit
8177b3a
·
verified ·
1 Parent(s): 93c4cbf

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "activation_function": "gelu_new",
 
3
  "architectures": [
4
  "GPT2LMHeadModel"
5
  ],
@@ -15,7 +16,7 @@
15
  "n_embd": 768,
16
  "n_head": 12,
17
  "n_inner": 3072,
18
- "n_layer": 6,
19
  "n_positions": 1024,
20
  "pad_token_id": 0,
21
  "reorder_and_upcast_attn": false,
@@ -27,7 +28,8 @@
27
  "summary_proj_to_labels": true,
28
  "summary_type": "cls_index",
29
  "summary_use_proj": true,
30
- "transformers_version": "4.57.1",
31
- "use_cache": true,
 
32
  "vocab_size": 32000
33
  }
 
1
  {
2
  "activation_function": "gelu_new",
3
+ "add_cross_attention": false,
4
  "architectures": [
5
  "GPT2LMHeadModel"
6
  ],
 
16
  "n_embd": 768,
17
  "n_head": 12,
18
  "n_inner": 3072,
19
+ "n_layer": 8,
20
  "n_positions": 1024,
21
  "pad_token_id": 0,
22
  "reorder_and_upcast_attn": false,
 
28
  "summary_proj_to_labels": true,
29
  "summary_type": "cls_index",
30
  "summary_use_proj": true,
31
+ "tie_word_embeddings": true,
32
+ "transformers_version": "5.0.0",
33
+ "use_cache": false,
34
  "vocab_size": 32000
35
  }
generation_config.json CHANGED
@@ -1,7 +1,12 @@
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 2,
4
- "eos_token_id": 3,
 
 
 
 
5
  "pad_token_id": 0,
6
- "transformers_version": "4.57.1"
 
7
  }
 
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 2,
4
+ "eos_token_id": [
5
+ 3
6
+ ],
7
+ "output_attentions": false,
8
+ "output_hidden_states": false,
9
  "pad_token_id": 0,
10
+ "transformers_version": "5.0.0",
11
+ "use_cache": true
12
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bab8482c0a85eee10e169c5edff7ead037bfccebc906b0fdd71c92fcc497f21f
3
- size 271572960
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:321e47c1dc832a190631f95fac9772b430fc73140d3d5243eca49fa4976c0528
3
+ size 328277848
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,51 +1,10 @@
1
  {
2
- "add_bos_token": false,
3
- "add_eos_token": true,
4
- "add_prefix_space": null,
5
- "added_tokens_decoder": {
6
- "0": {
7
- "content": "<pad>",
8
- "lstrip": false,
9
- "normalized": false,
10
- "rstrip": false,
11
- "single_word": false,
12
- "special": true
13
- },
14
- "1": {
15
- "content": "<unk>",
16
- "lstrip": false,
17
- "normalized": false,
18
- "rstrip": false,
19
- "single_word": false,
20
- "special": true
21
- },
22
- "2": {
23
- "content": "<s>",
24
- "lstrip": false,
25
- "normalized": false,
26
- "rstrip": false,
27
- "single_word": false,
28
- "special": true
29
- },
30
- "3": {
31
- "content": "</s>",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false,
36
- "special": true
37
- }
38
- },
39
  "bos_token": "<s>",
40
- "clean_up_tokenization_spaces": false,
41
  "eos_token": "</s>",
42
- "extra_special_tokens": {},
43
- "legacy": true,
44
  "model_max_length": 1000000000000000019884624838656,
45
  "pad_token": "<pad>",
46
- "sp_model_kwargs": {},
47
- "spaces_between_special_tokens": false,
48
- "tokenizer_class": "LlamaTokenizer",
49
- "unk_token": "<unk>",
50
- "use_default_system_prompt": false
51
  }
 
1
  {
2
+ "backend": "tokenizers",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "bos_token": "<s>",
 
4
  "eos_token": "</s>",
5
+ "is_local": true,
 
6
  "model_max_length": 1000000000000000019884624838656,
7
  "pad_token": "<pad>",
8
+ "tokenizer_class": "TokenizersBackend",
9
+ "unk_token": "<unk>"
 
 
 
10
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4f07160a6a6f9498bc2f95c3cb5387595f96cb1d024b9c14377b98ee476fb63
3
- size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5308b6c500a5b4c900328fefa7b2c07b03d1b0d0949c9be6727a756f797caa8
3
+ size 5201