Training in progress, step 500
Browse files- config.json +6 -6
- model.safetensors +2 -2
- training_args.bin +1 -1
    	
        config.json
    CHANGED
    
    | @@ -1,12 +1,12 @@ | |
| 1 | 
             
            {
         | 
| 2 | 
            -
              "_name_or_path": "google/flan-t5- | 
| 3 | 
             
              "architectures": [
         | 
| 4 | 
             
                "T5ForConditionalGeneration"
         | 
| 5 | 
             
              ],
         | 
| 6 | 
             
              "classifier_dropout": 0.0,
         | 
| 7 | 
            -
              "d_ff":  | 
| 8 | 
             
              "d_kv": 64,
         | 
| 9 | 
            -
              "d_model":  | 
| 10 | 
             
              "decoder_start_token_id": 0,
         | 
| 11 | 
             
              "dense_act_fn": "gelu_new",
         | 
| 12 | 
             
              "dropout_rate": 0.1,
         | 
| @@ -18,9 +18,9 @@ | |
| 18 | 
             
              "layer_norm_epsilon": 1e-06,
         | 
| 19 | 
             
              "model_type": "t5",
         | 
| 20 | 
             
              "n_positions": 512,
         | 
| 21 | 
            -
              "num_decoder_layers":  | 
| 22 | 
            -
              "num_heads":  | 
| 23 | 
            -
              "num_layers":  | 
| 24 | 
             
              "output_past": true,
         | 
| 25 | 
             
              "pad_token_id": 0,
         | 
| 26 | 
             
              "relative_attention_max_distance": 128,
         | 
|  | |
| 1 | 
             
            {
         | 
| 2 | 
            +
              "_name_or_path": "google/flan-t5-base",
         | 
| 3 | 
             
              "architectures": [
         | 
| 4 | 
             
                "T5ForConditionalGeneration"
         | 
| 5 | 
             
              ],
         | 
| 6 | 
             
              "classifier_dropout": 0.0,
         | 
| 7 | 
            +
              "d_ff": 2048,
         | 
| 8 | 
             
              "d_kv": 64,
         | 
| 9 | 
            +
              "d_model": 768,
         | 
| 10 | 
             
              "decoder_start_token_id": 0,
         | 
| 11 | 
             
              "dense_act_fn": "gelu_new",
         | 
| 12 | 
             
              "dropout_rate": 0.1,
         | 
|  | |
| 18 | 
             
              "layer_norm_epsilon": 1e-06,
         | 
| 19 | 
             
              "model_type": "t5",
         | 
| 20 | 
             
              "n_positions": 512,
         | 
| 21 | 
            +
              "num_decoder_layers": 12,
         | 
| 22 | 
            +
              "num_heads": 12,
         | 
| 23 | 
            +
              "num_layers": 12,
         | 
| 24 | 
             
              "output_past": true,
         | 
| 25 | 
             
              "pad_token_id": 0,
         | 
| 26 | 
             
              "relative_attention_max_distance": 128,
         | 
    	
        model.safetensors
    CHANGED
    
    | @@ -1,3 +1,3 @@ | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            -
            oid sha256: | 
| 3 | 
            -
            size  | 
|  | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:d34865f7d411c04a815351e2ea4e841c7989ae605659cfe8cbfc86b947ee3224
         | 
| 3 | 
            +
            size 990345064
         | 
    	
        training_args.bin
    CHANGED
    
    | @@ -1,3 +1,3 @@ | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            -
            oid sha256: | 
| 3 | 
             
            size 5048
         | 
|  | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:d5095d37a3882ef3320fb05c428ec8f92178c6a21d72c9ed8989626c4aba98f3
         | 
| 3 | 
             
            size 5048
         |