Training in progress, step 200
Browse files- adapter_config.json +31 -0
 - adapter_model.safetensors +3 -0
 - special_tokens_map.json +24 -0
 - tokenizer.json +0 -0
 - tokenizer.model +3 -0
 - tokenizer_config.json +43 -0
 - training_args.bin +3 -0
 
    	
        adapter_config.json
    ADDED
    
    | 
         @@ -0,0 +1,31 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "alpha_pattern": {},
         
     | 
| 3 | 
         
            +
              "auto_mapping": null,
         
     | 
| 4 | 
         
            +
              "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
         
     | 
| 5 | 
         
            +
              "bias": "none",
         
     | 
| 6 | 
         
            +
              "fan_in_fan_out": false,
         
     | 
| 7 | 
         
            +
              "inference_mode": true,
         
     | 
| 8 | 
         
            +
              "init_lora_weights": true,
         
     | 
| 9 | 
         
            +
              "layers_pattern": null,
         
     | 
| 10 | 
         
            +
              "layers_to_transform": null,
         
     | 
| 11 | 
         
            +
              "loftq_config": {},
         
     | 
| 12 | 
         
            +
              "lora_alpha": 16,
         
     | 
| 13 | 
         
            +
              "lora_dropout": 0.05,
         
     | 
| 14 | 
         
            +
              "megatron_config": null,
         
     | 
| 15 | 
         
            +
              "megatron_core": "megatron.core",
         
     | 
| 16 | 
         
            +
              "modules_to_save": null,
         
     | 
| 17 | 
         
            +
              "peft_type": "LORA",
         
     | 
| 18 | 
         
            +
              "r": 16,
         
     | 
| 19 | 
         
            +
              "rank_pattern": {},
         
     | 
| 20 | 
         
            +
              "revision": null,
         
     | 
| 21 | 
         
            +
              "target_modules": [
         
     | 
| 22 | 
         
            +
                "q_proj",
         
     | 
| 23 | 
         
            +
                "k_proj",
         
     | 
| 24 | 
         
            +
                "o_proj",
         
     | 
| 25 | 
         
            +
                "down_proj",
         
     | 
| 26 | 
         
            +
                "v_proj",
         
     | 
| 27 | 
         
            +
                "gate_proj",
         
     | 
| 28 | 
         
            +
                "up_proj"
         
     | 
| 29 | 
         
            +
              ],
         
     | 
| 30 | 
         
            +
              "task_type": "CAUSAL_LM"
         
     | 
| 31 | 
         
            +
            }
         
     | 
    	
        adapter_model.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:1e201b2c6c23646d20e569372f9ad59754125f3801f7b537ccfe07f593c20231
         
     | 
| 3 | 
         
            +
            size 83946192
         
     | 
    	
        special_tokens_map.json
    ADDED
    
    | 
         @@ -0,0 +1,24 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 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": "</s>",
         
     | 
| 17 | 
         
            +
              "unk_token": {
         
     | 
| 18 | 
         
            +
                "content": "<unk>",
         
     | 
| 19 | 
         
            +
                "lstrip": false,
         
     | 
| 20 | 
         
            +
                "normalized": false,
         
     | 
| 21 | 
         
            +
                "rstrip": false,
         
     | 
| 22 | 
         
            +
                "single_word": false
         
     | 
| 23 | 
         
            +
              }
         
     | 
| 24 | 
         
            +
            }
         
     | 
    	
        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:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
         
     | 
| 3 | 
         
            +
            size 493443
         
     | 
    	
        tokenizer_config.json
    ADDED
    
    | 
         @@ -0,0 +1,43 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 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 | 
         
            +
              "additional_special_tokens": [],
         
     | 
| 31 | 
         
            +
              "bos_token": "<s>",
         
     | 
| 32 | 
         
            +
              "chat_template": "{%- if messages[0]['role'] == 'system' %}\n    {%- set system_message = messages[0]['content'] %}\n    {%- set loop_messages = messages[1:] %}\n{%- else %}\n    {%- set loop_messages = messages %}\n{%- endif %}\n\n{{- bos_token }}\n{%- for message in loop_messages %}\n    {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}\n        {{- raise_exception('After the optional system message, conversation roles must alternate user/assistant/user/assistant/...') }}\n    {%- endif %}\n    {%- if message['role'] == 'user' %}\n        {%- if loop.first and system_message is defined %}\n            {{- ' [INST] ' + system_message + '\\n\\n' + message['content'] + ' [/INST]' }}\n        {%- else %}\n            {{- ' [INST] ' + message['content'] + ' [/INST]' }}\n        {%- endif %}\n    {%- elif message['role'] == 'assistant' %}\n        {{- ' ' + message['content'] + eos_token}}\n    {%- else %}\n        {{- raise_exception('Only user and assistant roles are supported, with the exception of an initial optional system message!') }}\n    {%- endif %}\n{%- endfor %}\n",
         
     | 
| 33 | 
         
            +
              "clean_up_tokenization_spaces": false,
         
     | 
| 34 | 
         
            +
              "eos_token": "</s>",
         
     | 
| 35 | 
         
            +
              "legacy": false,
         
     | 
| 36 | 
         
            +
              "model_max_length": 2048,
         
     | 
| 37 | 
         
            +
              "pad_token": "</s>",
         
     | 
| 38 | 
         
            +
              "sp_model_kwargs": {},
         
     | 
| 39 | 
         
            +
              "spaces_between_special_tokens": false,
         
     | 
| 40 | 
         
            +
              "tokenizer_class": "LlamaTokenizer",
         
     | 
| 41 | 
         
            +
              "unk_token": "<unk>",
         
     | 
| 42 | 
         
            +
              "use_default_system_prompt": false
         
     | 
| 43 | 
         
            +
            }
         
     | 
    	
        training_args.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:f4ee85e034f234f7f83f595d610578278e2308f0c80b70fb3702f8a29437983f
         
     | 
| 3 | 
         
            +
            size 6456
         
     |