jan-hq commited on
Commit
8f24fd0
·
verified ·
1 Parent(s): df067cc

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -45,3 +45,4 @@ tinyllama-1.1b-chat-v1.0.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
45
  tinyllama-1.1b-chat-v1.0.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
46
  tinyllama-1.1b-chat-v1.0.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
  tinyllama-1.1b-chat-v1.0.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
 
 
45
  tinyllama-1.1b-chat-v1.0.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
46
  tinyllama-1.1b-chat-v1.0.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
  tinyllama-1.1b-chat-v1.0.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
48
+ mistral_float16_tp1_rank0.engine filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6af5a4b6c3af0cd5e8012cefbcd97e09402368509d7cbabf96a3aa99fc114985
3
+ size 2202995884
model.cache ADDED
Binary file (186 kB). View file
 
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }