jan-hq commited on
Commit
e67b804
1 Parent(s): e3d5cbd
config.json DELETED
@@ -1,54 +0,0 @@
1
- {
2
- "builder_config": {
3
- "gather_all_token_logits": false,
4
- "hidden_act": "silu",
5
- "hidden_size": 2048,
6
- "int8": false,
7
- "lora_target_modules": [],
8
- "max_batch_size": 8,
9
- "max_beam_width": 1,
10
- "max_input_len": 2048,
11
- "max_num_tokens": null,
12
- "max_output_len": 512,
13
- "max_position_embeddings": 2048,
14
- "max_prompt_embedding_table_size": 0,
15
- "name": "llama",
16
- "num_heads": 32,
17
- "num_kv_heads": 4,
18
- "num_layers": 22,
19
- "parallel_build": false,
20
- "pipeline_parallel": 1,
21
- "precision": "float16",
22
- "quant_mode": 0,
23
- "tensor_parallel": 1,
24
- "use_refit": false,
25
- "vocab_size": 32000
26
- },
27
- "plugin_config": {
28
- "attention_qk_half_accumulation": false,
29
- "bert_attention_plugin": false,
30
- "context_fmha_type": 1,
31
- "gemm_plugin": "float16",
32
- "gpt_attention_plugin": "float16",
33
- "identity_plugin": false,
34
- "layernorm_plugin": false,
35
- "layernorm_quantization_plugin": false,
36
- "lookup_plugin": false,
37
- "lora_plugin": false,
38
- "multi_block_mode": false,
39
- "nccl_plugin": false,
40
- "paged_kv_cache": false,
41
- "quantize_per_token_plugin": false,
42
- "quantize_tensor_plugin": false,
43
- "remove_input_padding": false,
44
- "rmsnorm_plugin": false,
45
- "rmsnorm_quantization_plugin": false,
46
- "smooth_quant_gemm_plugin": false,
47
- "tokens_per_block": 0,
48
- "use_context_fmha_for_generation": false,
49
- "use_custom_all_reduce": false,
50
- "use_paged_context_fmha": false,
51
- "weight_only_groupwise_quant_matmul_plugin": false,
52
- "weight_only_quant_matmul_plugin": false
53
- }
54
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
mistral_float16_tp1_rank0.engine DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:43cfe9e96214a3e8edfb95d0bc3ff6543cb6952fec3d3c59c43ef3d4b125cd9a
3
- size 2202995884
 
 
 
 
model.cache DELETED
Binary file (186 kB)
 
special_tokens_map.json DELETED
@@ -1,30 +0,0 @@
1
- {
2
- "bos_token": {
3
- "content": "<s>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "</s>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "</s>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "unk_token": {
24
- "content": "<unk>",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- }
30
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
tokenizer.model DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
- size 499723
 
 
 
 
tokenizer_config.json DELETED
@@ -1,42 +0,0 @@
1
- {
2
- "add_bos_token": true,
3
- "add_eos_token": false,
4
- "added_tokens_decoder": {
5
- "0": {
6
- "content": "<unk>",
7
- "lstrip": false,
8
- "normalized": false,
9
- "rstrip": false,
10
- "single_word": false,
11
- "special": true
12
- },
13
- "1": {
14
- "content": "<s>",
15
- "lstrip": false,
16
- "normalized": false,
17
- "rstrip": false,
18
- "single_word": false,
19
- "special": true
20
- },
21
- "2": {
22
- "content": "</s>",
23
- "lstrip": false,
24
- "normalized": false,
25
- "rstrip": false,
26
- "single_word": false,
27
- "special": true
28
- }
29
- },
30
- "bos_token": "<s>",
31
- "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}",
32
- "clean_up_tokenization_spaces": false,
33
- "eos_token": "</s>",
34
- "legacy": false,
35
- "model_max_length": 2048,
36
- "pad_token": "</s>",
37
- "padding_side": "right",
38
- "sp_model_kwargs": {},
39
- "tokenizer_class": "LlamaTokenizer",
40
- "unk_token": "<unk>",
41
- "use_default_system_prompt": false
42
- }