Add tf_weights
Browse files- config.json +1 -0
- tf_model.h5 +3 -0
    	
        config.json
    CHANGED
    
    | @@ -1,5 +1,6 @@ | |
| 1 | 
             
            {
         | 
| 2 | 
             
              "_name_or_path": "opt-2.7b",
         | 
|  | |
| 3 | 
             
              "activation_dropout": 0.0,
         | 
| 4 | 
             
              "activation_function": "relu",
         | 
| 5 | 
             
              "architectures": [
         | 
|  | |
| 1 | 
             
            {
         | 
| 2 | 
             
              "_name_or_path": "opt-2.7b",
         | 
| 3 | 
            +
              "_remove_final_layer_norm": false,
         | 
| 4 | 
             
              "activation_dropout": 0.0,
         | 
| 5 | 
             
              "activation_function": "relu",
         | 
| 6 | 
             
              "architectures": [
         | 
    	
        tf_model.h5
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:e7d5426456bd68a48b383bac08b81d4ff834ed8fd86dd4d1a0f668b74f5e03ae
         | 
| 3 | 
            +
            size 10606949680
         | 
