Commit 
							
							·
						
						7a6dc6e
	
1
								Parent(s):
							
							3c2e645
								
fix: include pooler weight
Browse files- config.json +1 -1
 - pytorch_model.bin +2 -2
 
    	
        config.json
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
             
              "_name_or_path": "./chinese_roformer-sim-char-ft_L-6_H-384_A-6",
         
     | 
| 3 | 
         
             
              "architectures": [
         
     | 
| 4 | 
         
            -
                " 
     | 
| 5 | 
         
             
              ],
         
     | 
| 6 | 
         
             
              "attention_probs_dropout_prob": 0.1,
         
     | 
| 7 | 
         
             
              "directionality": "bidi",
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
             
              "_name_or_path": "./chinese_roformer-sim-char-ft_L-6_H-384_A-6",
         
     | 
| 3 | 
         
             
              "architectures": [
         
     | 
| 4 | 
         
            +
                "RoFormerModelWithPooler"
         
     | 
| 5 | 
         
             
              ],
         
     | 
| 6 | 
         
             
              "attention_probs_dropout_prob": 0.1,
         
     | 
| 7 | 
         
             
              "directionality": "bidi",
         
     | 
    	
        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:49ec3a1c88c854f5ffcb0e06e58bc962984ba871dcc4eb07e90d720721e6aad3
         
     | 
| 3 | 
         
            +
            size 81118823
         
     |