Training in progress, step 100
Browse files- config.json +48 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,48 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "openai-community/gpt2-medium",
         | 
| 3 | 
            +
              "activation_function": "gelu_new",
         | 
| 4 | 
            +
              "architectures": [
         | 
| 5 | 
            +
                "GPT2ForSequenceClassification"
         | 
| 6 | 
            +
              ],
         | 
| 7 | 
            +
              "attn_pdrop": 0.1,
         | 
| 8 | 
            +
              "bos_token_id": 50256,
         | 
| 9 | 
            +
              "embd_pdrop": 0.1,
         | 
| 10 | 
            +
              "eos_token_id": 50256,
         | 
| 11 | 
            +
              "id2label": {
         | 
| 12 | 
            +
                "0": "LABEL_0"
         | 
| 13 | 
            +
              },
         | 
| 14 | 
            +
              "initializer_range": 0.02,
         | 
| 15 | 
            +
              "label2id": {
         | 
| 16 | 
            +
                "LABEL_0": 0
         | 
| 17 | 
            +
              },
         | 
| 18 | 
            +
              "layer_norm_epsilon": 1e-05,
         | 
| 19 | 
            +
              "model_type": "gpt2",
         | 
| 20 | 
            +
              "n_ctx": 1024,
         | 
| 21 | 
            +
              "n_embd": 1024,
         | 
| 22 | 
            +
              "n_head": 16,
         | 
| 23 | 
            +
              "n_inner": null,
         | 
| 24 | 
            +
              "n_layer": 24,
         | 
| 25 | 
            +
              "n_positions": 1024,
         | 
| 26 | 
            +
              "n_special": 0,
         | 
| 27 | 
            +
              "pad_token_id": 50256,
         | 
| 28 | 
            +
              "predict_special_tokens": true,
         | 
| 29 | 
            +
              "reorder_and_upcast_attn": false,
         | 
| 30 | 
            +
              "resid_pdrop": 0.1,
         | 
| 31 | 
            +
              "scale_attn_by_inverse_layer_idx": false,
         | 
| 32 | 
            +
              "scale_attn_weights": true,
         | 
| 33 | 
            +
              "summary_activation": null,
         | 
| 34 | 
            +
              "summary_first_dropout": 0.1,
         | 
| 35 | 
            +
              "summary_proj_to_labels": true,
         | 
| 36 | 
            +
              "summary_type": "cls_index",
         | 
| 37 | 
            +
              "summary_use_proj": true,
         | 
| 38 | 
            +
              "task_specific_params": {
         | 
| 39 | 
            +
                "text-generation": {
         | 
| 40 | 
            +
                  "do_sample": true,
         | 
| 41 | 
            +
                  "max_length": 50
         | 
| 42 | 
            +
                }
         | 
| 43 | 
            +
              },
         | 
| 44 | 
            +
              "torch_dtype": "bfloat16",
         | 
| 45 | 
            +
              "transformers_version": "4.47.0",
         | 
| 46 | 
            +
              "use_cache": true,
         | 
| 47 | 
            +
              "vocab_size": 50257
         | 
| 48 | 
            +
            }
         | 
    	
        model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:22b8e93eaad9d22d0f5e69eddf4da5909e5506c2969f23875ee70b947ca3ed94
         | 
| 3 | 
            +
            size 709678792
         | 
    	
        training_args.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:fe575b74f652d62bc817cd668c1b683ecbdbc4d85669475b3d166f50fa16cc76
         | 
| 3 | 
            +
            size 5368
         |