Training in progress, epoch 1
Browse files- .gitattributes +1 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- special_tokens_map.json +27 -0
- tokenizer.json +3 -0
- tokenizer_config.json +0 -0
- training_args.bin +3 -0
    	
        .gitattributes
    CHANGED
    
    | @@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text | |
| 33 | 
             
            *.zip filter=lfs diff=lfs merge=lfs -text
         | 
| 34 | 
             
            *.zst filter=lfs diff=lfs merge=lfs -text
         | 
| 35 | 
             
            *tfevents* filter=lfs diff=lfs merge=lfs -text
         | 
|  | 
|  | |
| 33 | 
             
            *.zip filter=lfs diff=lfs merge=lfs -text
         | 
| 34 | 
             
            *.zst filter=lfs diff=lfs merge=lfs -text
         | 
| 35 | 
             
            *tfevents* filter=lfs diff=lfs merge=lfs -text
         | 
| 36 | 
            +
            tokenizer.json filter=lfs diff=lfs merge=lfs -text
         | 
    	
        adapter_config.json
    ADDED
    
    | @@ -0,0 +1,39 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "alpha_pattern": {},
         | 
| 3 | 
            +
              "auto_mapping": null,
         | 
| 4 | 
            +
              "base_model_name_or_path": "google/gemma-3-4b-it",
         | 
| 5 | 
            +
              "bias": "none",
         | 
| 6 | 
            +
              "corda_config": null,
         | 
| 7 | 
            +
              "eva_config": null,
         | 
| 8 | 
            +
              "exclude_modules": null,
         | 
| 9 | 
            +
              "fan_in_fan_out": false,
         | 
| 10 | 
            +
              "inference_mode": true,
         | 
| 11 | 
            +
              "init_lora_weights": true,
         | 
| 12 | 
            +
              "layer_replication": null,
         | 
| 13 | 
            +
              "layers_pattern": null,
         | 
| 14 | 
            +
              "layers_to_transform": null,
         | 
| 15 | 
            +
              "loftq_config": {},
         | 
| 16 | 
            +
              "lora_alpha": 32,
         | 
| 17 | 
            +
              "lora_bias": false,
         | 
| 18 | 
            +
              "lora_dropout": 0.05,
         | 
| 19 | 
            +
              "megatron_config": null,
         | 
| 20 | 
            +
              "megatron_core": "megatron.core",
         | 
| 21 | 
            +
              "modules_to_save": null,
         | 
| 22 | 
            +
              "peft_type": "LORA",
         | 
| 23 | 
            +
              "r": 16,
         | 
| 24 | 
            +
              "rank_pattern": {},
         | 
| 25 | 
            +
              "revision": null,
         | 
| 26 | 
            +
              "target_modules": [
         | 
| 27 | 
            +
                "up_proj",
         | 
| 28 | 
            +
                "q_proj",
         | 
| 29 | 
            +
                "o_proj",
         | 
| 30 | 
            +
                "k_proj",
         | 
| 31 | 
            +
                "down_proj",
         | 
| 32 | 
            +
                "v_proj",
         | 
| 33 | 
            +
                "gate_proj"
         | 
| 34 | 
            +
              ],
         | 
| 35 | 
            +
              "task_type": "CAUSAL_LM",
         | 
| 36 | 
            +
              "trainable_token_indices": null,
         | 
| 37 | 
            +
              "use_dora": false,
         | 
| 38 | 
            +
              "use_rslora": false
         | 
| 39 | 
            +
            }
         | 
    	
        adapter_model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:4e2616dcbdae02df477b4cf181d1be058177a504b1cc22a9895d74f7c4551e61
         | 
| 3 | 
            +
            size 131251312
         | 
    	
        special_tokens_map.json
    ADDED
    
    | @@ -0,0 +1,27 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "boi_token": "<start_of_image>",
         | 
| 3 | 
            +
              "bos_token": {
         | 
| 4 | 
            +
                "content": "<bos>",
         | 
| 5 | 
            +
                "lstrip": false,
         | 
| 6 | 
            +
                "normalized": false,
         | 
| 7 | 
            +
                "rstrip": false,
         | 
| 8 | 
            +
                "single_word": false
         | 
| 9 | 
            +
              },
         | 
| 10 | 
            +
              "eoi_token": "<end_of_image>",
         | 
| 11 | 
            +
              "eos_token": {
         | 
| 12 | 
            +
                "content": "<eos>",
         | 
| 13 | 
            +
                "lstrip": false,
         | 
| 14 | 
            +
                "normalized": false,
         | 
| 15 | 
            +
                "rstrip": false,
         | 
| 16 | 
            +
                "single_word": false
         | 
| 17 | 
            +
              },
         | 
| 18 | 
            +
              "image_token": "<image_soft_token>",
         | 
| 19 | 
            +
              "pad_token": "<eos>",
         | 
| 20 | 
            +
              "unk_token": {
         | 
| 21 | 
            +
                "content": "<unk>",
         | 
| 22 | 
            +
                "lstrip": false,
         | 
| 23 | 
            +
                "normalized": false,
         | 
| 24 | 
            +
                "rstrip": false,
         | 
| 25 | 
            +
                "single_word": false
         | 
| 26 | 
            +
              }
         | 
| 27 | 
            +
            }
         | 
    	
        tokenizer.json
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:bf1609194e85abbeb356094485d37d018739ec0ee6b79202044d43daf5ea982e
         | 
| 3 | 
            +
            size 33384833
         | 
    	
        tokenizer_config.json
    ADDED
    
    | The diff for this file is too large to render. 
		See raw diff | 
|  | 
    	
        training_args.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:ff4062ca5c944e9bbb7b75e4d325d12ce748a349bd9331af062a244ce2eae7f0
         | 
| 3 | 
            +
            size 5240
         | 
