update config & model
Browse files- config.json +18 -0
 - pytorch_model.bin +2 -2
 
    	
        config.json
    CHANGED
    
    | 
         @@ -1,13 +1,31 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 
         | 
|
| 2 | 
         
             
              "architectures": [
         
     | 
| 3 | 
         
             
                "BertForSequenceClassification"
         
     | 
| 4 | 
         
             
              ],
         
     | 
| 5 | 
         
             
              "attention_probs_dropout_prob": 0.1,
         
     | 
| 
         | 
|
| 6 | 
         
             
              "hidden_act": "gelu",
         
     | 
| 7 | 
         
             
              "hidden_dropout_prob": 0.1,
         
     | 
| 8 | 
         
             
              "hidden_size": 768,
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 9 | 
         
             
              "initializer_range": 0.02,
         
     | 
| 10 | 
         
             
              "intermediate_size": 3072,
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 11 | 
         
             
              "layer_norm_eps": 1e-12,
         
     | 
| 12 | 
         
             
              "max_position_embeddings": 512,
         
     | 
| 13 | 
         
             
              "model_type": "bert",
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
            +
              "_name_or_path": "None",
         
     | 
| 3 | 
         
             
              "architectures": [
         
     | 
| 4 | 
         
             
                "BertForSequenceClassification"
         
     | 
| 5 | 
         
             
              ],
         
     | 
| 6 | 
         
             
              "attention_probs_dropout_prob": 0.1,
         
     | 
| 7 | 
         
            +
              "gradient_checkpointing": false,
         
     | 
| 8 | 
         
             
              "hidden_act": "gelu",
         
     | 
| 9 | 
         
             
              "hidden_dropout_prob": 0.1,
         
     | 
| 10 | 
         
             
              "hidden_size": 768,
         
     | 
| 11 | 
         
            +
              "id2label": {
         
     | 
| 12 | 
         
            +
                "0": "LABEL_0",
         
     | 
| 13 | 
         
            +
                "1": "LABEL_1",
         
     | 
| 14 | 
         
            +
                "2": "LABEL_2",
         
     | 
| 15 | 
         
            +
                "3": "LABEL_3",
         
     | 
| 16 | 
         
            +
                "4": "LABEL_4",
         
     | 
| 17 | 
         
            +
                "5": "LABEL_5"
         
     | 
| 18 | 
         
            +
              },
         
     | 
| 19 | 
         
             
              "initializer_range": 0.02,
         
     | 
| 20 | 
         
             
              "intermediate_size": 3072,
         
     | 
| 21 | 
         
            +
              "label2id": {
         
     | 
| 22 | 
         
            +
                "LABEL_0": 0,
         
     | 
| 23 | 
         
            +
                "LABEL_1": 1,
         
     | 
| 24 | 
         
            +
                "LABEL_2": 2,
         
     | 
| 25 | 
         
            +
                "LABEL_3": 3,
         
     | 
| 26 | 
         
            +
                "LABEL_4": 4,
         
     | 
| 27 | 
         
            +
                "LABEL_5": 5
         
     | 
| 28 | 
         
            +
              },
         
     | 
| 29 | 
         
             
              "layer_norm_eps": 1e-12,
         
     | 
| 30 | 
         
             
              "max_position_embeddings": 512,
         
     | 
| 31 | 
         
             
              "model_type": "bert",
         
     | 
    	
        pytorch_model.bin
    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:cb47d3d2b3188c8518c455c19664c8fc7776e0aa4416bc89c58463fb0bd246a3
         
     | 
| 3 | 
         
            +
            size 438033929
         
     |