rdemorais commited on
Commit
f04db6d
1 Parent(s): 8a8092c

Saving weights. Last push

Browse files
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "### Fim": 40559,
3
+ "### Instrução:": 40560,
4
+ "### Resposta:\n": 40561
5
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "thegoodfellas/tgf-gpt-117m",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -32,7 +32,7 @@
32
  "max_length": 50
33
  }
34
  },
35
- "transformers_version": "4.26.1",
36
  "use_cache": true,
37
- "vocab_size": 50257
38
  }
 
1
  {
2
+ "_name_or_path": "thegoodfellas/tgf-gpt-117m-mc4",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
32
  "max_length": 50
33
  }
34
  },
35
+ "transformers_version": "4.28.1",
36
  "use_cache": true,
37
+ "vocab_size": 50260
38
  }
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd04f2494647bb6051d2963f92441ffc7596248931d843254a6aee3a0eb030d7
3
- size 497764120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90fb0bebbdef5e8894375dfb92408d7b5b448220ead5a80c4585a9c93a108c8b
3
+ size 497773336
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.26.1"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
+ "transformers_version": "4.28.1"
6
  }
merges.txt CHANGED
@@ -1,4 +1,4 @@
1
- #version: 0.2 - Trained by `huggingface/tokenizers`
2
  Ġ d
3
  Ġ e
4
  Ġ a
 
1
+ #version: 0.2
2
  Ġ d
3
  Ġ e
4
  Ġ a
special_tokens_map.json CHANGED
@@ -1,4 +1,9 @@
1
  {
 
 
 
 
 
2
  "bos_token": "<s>",
3
  "cls_token": "<s>",
4
  "eos_token": "</s>",
@@ -9,7 +14,7 @@
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
- "pad_token": "<pad>",
13
  "sep_token": "</s>",
14
  "unk_token": "<unk>"
15
  }
 
1
  {
2
+ "additional_special_tokens": [
3
+ "### Fim",
4
+ "### Instrução:",
5
+ "### Resposta:\n"
6
+ ],
7
  "bos_token": "<s>",
8
  "cls_token": "<s>",
9
  "eos_token": "</s>",
 
14
  "rstrip": false,
15
  "single_word": false
16
  },
17
+ "pad_token": "</s>",
18
  "sep_token": "</s>",
19
  "unk_token": "<unk>"
20
  }
tokenizer.json CHANGED
@@ -47,6 +47,33 @@
47
  "rstrip": false,
48
  "normalized": false,
49
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  }
51
  ],
52
  "normalizer": null,
@@ -75,6 +102,7 @@
75
  "continuing_subword_prefix": null,
76
  "end_of_word_suffix": null,
77
  "fuse_unk": false,
 
78
  "vocab": {
79
  "<s>": 0,
80
  "<pad>": 1,
 
47
  "rstrip": false,
48
  "normalized": false,
49
  "special": true
50
+ },
51
+ {
52
+ "id": 40559,
53
+ "content": "### Fim",
54
+ "single_word": false,
55
+ "lstrip": false,
56
+ "rstrip": false,
57
+ "normalized": false,
58
+ "special": true
59
+ },
60
+ {
61
+ "id": 40560,
62
+ "content": "### Instrução:",
63
+ "single_word": false,
64
+ "lstrip": false,
65
+ "rstrip": false,
66
+ "normalized": false,
67
+ "special": true
68
+ },
69
+ {
70
+ "id": 40561,
71
+ "content": "### Resposta:\n",
72
+ "single_word": false,
73
+ "lstrip": false,
74
+ "rstrip": false,
75
+ "normalized": false,
76
+ "special": true
77
  }
78
  ],
79
  "normalizer": null,
 
102
  "continuing_subword_prefix": null,
103
  "end_of_word_suffix": null,
104
  "fuse_unk": false,
105
+ "byte_fallback": false,
106
  "vocab": {
107
  "<s>": 0,
108
  "<pad>": 1,
tokenizer_config.json CHANGED
@@ -1,15 +1,14 @@
1
  {
2
  "add_prefix_space": false,
3
  "bos_token": "<s>",
 
4
  "cls_token": "<s>",
5
  "eos_token": "</s>",
6
  "errors": "replace",
7
  "mask_token": "<mask>",
8
  "model_max_length": 1000000000000000019884624838656,
9
- "name_or_path": "thegoodfellas/tgf-gpt-117m",
10
  "pad_token": "<pad>",
11
  "sep_token": "</s>",
12
- "special_tokens_map_file": null,
13
  "tokenizer_class": "RobertaTokenizer",
14
  "trim_offsets": true,
15
  "unk_token": "<unk>"
 
1
  {
2
  "add_prefix_space": false,
3
  "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": true,
5
  "cls_token": "<s>",
6
  "eos_token": "</s>",
7
  "errors": "replace",
8
  "mask_token": "<mask>",
9
  "model_max_length": 1000000000000000019884624838656,
 
10
  "pad_token": "<pad>",
11
  "sep_token": "</s>",
 
12
  "tokenizer_class": "RobertaTokenizer",
13
  "trim_offsets": true,
14
  "unk_token": "<unk>"