Felladrin commited on
Commit
27b4dd9
1 Parent(s): bd9c94e

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "GerbilLab/Gerbil-A-32m",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPTJForCausalLM"
6
+ ],
7
+ "attn_pdrop": 0.0,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.0,
10
+ "eos_token_id": 50256,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gptj",
14
+ "n_embd": 256,
15
+ "n_head": 8,
16
+ "n_inner": null,
17
+ "n_layer": 8,
18
+ "n_positions": 2048,
19
+ "resid_pdrop": 0.0,
20
+ "rotary_dim": 16,
21
+ "tie_word_embeddings": false,
22
+ "transformers_version": "4.35.2",
23
+ "use_cache": false,
24
+ "vocab_size": 50400
25
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.35.2"
6
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
onnx/decoder_model_merged.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22672ebb312d2642dcd700d99dab373f22f3e25bef3243fcb50294d6a55fd5cd
3
+ size 133242501
onnx/decoder_model_merged_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c17702e9108f66c406dc40a1f407dd0c079ddd33d56d6a073a7c5c644cc00ef2
3
+ size 37098803
quantize_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": false,
3
+ "reduce_range": false,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Concat",
8
+ "Neg",
9
+ "Expand",
10
+ "Slice",
11
+ "Softmax",
12
+ "Cast",
13
+ "Where",
14
+ "Reshape",
15
+ "Div",
16
+ "Mul",
17
+ "GatherElements",
18
+ "Add",
19
+ "Pow",
20
+ "Tanh",
21
+ "Shape",
22
+ "Split",
23
+ "Constant",
24
+ "ConstantOfShape",
25
+ "ReduceMean",
26
+ "Squeeze",
27
+ "Sqrt",
28
+ "Tile",
29
+ "Unsqueeze",
30
+ "Transpose",
31
+ "Sub",
32
+ "MatMul",
33
+ "Gather"
34
+ ],
35
+ "weight_type": "QInt8"
36
+ }
37
+ }
38
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": true,
15
+ "eos_token": "<|endoftext|>",
16
+ "max_length": 1024,
17
+ "model_max_length": 1024,
18
+ "pad_token": "<|endoftext|>",
19
+ "stride": 0,
20
+ "tokenizer_class": "GPT2Tokenizer",
21
+ "truncation_side": "right",
22
+ "truncation_strategy": "longest_first",
23
+ "unk_token": "<|endoftext|>"
24
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff