Training in progress, epoch 1
Browse files- README.md +52 -0
- adapter_config.json +28 -0
- adapter_model.safetensors +3 -0
- runs/Dec14_23-09-14_ed47a091b7a7/events.out.tfevents.1702595357.ed47a091b7a7.360.0 +3 -0
- runs/Dec14_23-37-30_ed47a091b7a7/events.out.tfevents.1702597060.ed47a091b7a7.360.1 +3 -0
- runs/Dec14_23-54-27_ed47a091b7a7/events.out.tfevents.1702598069.ed47a091b7a7.18901.0 +3 -0
- training_args.bin +3 -0
    	
        README.md
    ADDED
    
    | @@ -0,0 +1,52 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            license: other
         | 
| 3 | 
            +
            base_model: microsoft/phi-2
         | 
| 4 | 
            +
            tags:
         | 
| 5 | 
            +
            - generated_from_trainer
         | 
| 6 | 
            +
            model-index:
         | 
| 7 | 
            +
            - name: phi-2_0-finetuned
         | 
| 8 | 
            +
              results: []
         | 
| 9 | 
            +
            ---
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            <!-- This model card has been generated automatically according to the information the Trainer had access to. You
         | 
| 12 | 
            +
            should probably proofread and complete it, then remove this comment. -->
         | 
| 13 | 
            +
             | 
| 14 | 
            +
            # phi-2_0-finetuned
         | 
| 15 | 
            +
             | 
| 16 | 
            +
            This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on an unknown dataset.
         | 
| 17 | 
            +
             | 
| 18 | 
            +
            ## Model description
         | 
| 19 | 
            +
             | 
| 20 | 
            +
            More information needed
         | 
| 21 | 
            +
             | 
| 22 | 
            +
            ## Intended uses & limitations
         | 
| 23 | 
            +
             | 
| 24 | 
            +
            More information needed
         | 
| 25 | 
            +
             | 
| 26 | 
            +
            ## Training and evaluation data
         | 
| 27 | 
            +
             | 
| 28 | 
            +
            More information needed
         | 
| 29 | 
            +
             | 
| 30 | 
            +
            ## Training procedure
         | 
| 31 | 
            +
             | 
| 32 | 
            +
            ### Training hyperparameters
         | 
| 33 | 
            +
             | 
| 34 | 
            +
            The following hyperparameters were used during training:
         | 
| 35 | 
            +
            - learning_rate: 0.0002
         | 
| 36 | 
            +
            - train_batch_size: 4
         | 
| 37 | 
            +
            - eval_batch_size: 8
         | 
| 38 | 
            +
            - seed: 42
         | 
| 39 | 
            +
            - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
         | 
| 40 | 
            +
            - lr_scheduler_type: cosine
         | 
| 41 | 
            +
            - training_steps: 1000
         | 
| 42 | 
            +
             | 
| 43 | 
            +
            ### Training results
         | 
| 44 | 
            +
             | 
| 45 | 
            +
             | 
| 46 | 
            +
             | 
| 47 | 
            +
            ### Framework versions
         | 
| 48 | 
            +
             | 
| 49 | 
            +
            - Transformers 4.35.2
         | 
| 50 | 
            +
            - Pytorch 2.1.0+cu121
         | 
| 51 | 
            +
            - Datasets 2.15.0
         | 
| 52 | 
            +
            - Tokenizers 0.15.0
         | 
    	
        adapter_config.json
    ADDED
    
    | @@ -0,0 +1,28 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "alpha_pattern": {},
         | 
| 3 | 
            +
              "auto_mapping": null,
         | 
| 4 | 
            +
              "base_model_name_or_path": "microsoft/phi-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 | 
            +
                "out_proj",
         | 
| 23 | 
            +
                "fc1",
         | 
| 24 | 
            +
                "Wqkv",
         | 
| 25 | 
            +
                "fc2"
         | 
| 26 | 
            +
              ],
         | 
| 27 | 
            +
              "task_type": "CAUSAL_LM"
         | 
| 28 | 
            +
            }
         | 
    	
        adapter_model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:7ba17178121819c51484cd36d9e13a59b7c7764d2520d1fe201ee359c00471c3
         | 
| 3 | 
            +
            size 83919184
         | 
    	
        runs/Dec14_23-09-14_ed47a091b7a7/events.out.tfevents.1702595357.ed47a091b7a7.360.0
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:13cb692720cae3382b2030aa2d3122193f983660308615dfe726c86686bed0ef
         | 
| 3 | 
            +
            size 6664
         | 
    	
        runs/Dec14_23-37-30_ed47a091b7a7/events.out.tfevents.1702597060.ed47a091b7a7.360.1
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:c2cfbabc6bb5f00fc71942b36ec9fb4862643d5a51e2ca32791df613f150cefa
         | 
| 3 | 
            +
            size 4360
         | 
    	
        runs/Dec14_23-54-27_ed47a091b7a7/events.out.tfevents.1702598069.ed47a091b7a7.18901.0
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:0c103620db6c62a0b76b388fdd3a271f5f237a04e89e29e64d3e0d4088957a9c
         | 
| 3 | 
            +
            size 5903
         | 
    	
        training_args.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:95f21066116443e5663e0958a46cfa3f084aa685716407ff3b9bb50b5559b79b
         | 
| 3 | 
            +
            size 4600
         | 
