Add TF model
Browse files- config.json +3 -1
- tf_model.h5 +3 -0
    	
        config.json
    CHANGED
    
    | @@ -1,4 +1,5 @@ | |
| 1 | 
             
            {
         | 
|  | |
| 2 | 
             
              "architectures": [
         | 
| 3 | 
             
                "ViTForImageClassification"
         | 
| 4 | 
             
              ],
         | 
| @@ -2018,5 +2019,6 @@ | |
| 2018 | 
             
              "num_channels": 3,
         | 
| 2019 | 
             
              "num_hidden_layers": 12,
         | 
| 2020 | 
             
              "patch_size": 16,
         | 
| 2021 | 
            -
              " | 
|  | |
| 2022 | 
             
            }
         | 
|  | |
| 1 | 
             
            {
         | 
| 2 | 
            +
              "_name_or_path": "google/vit-base-patch16-224",
         | 
| 3 | 
             
              "architectures": [
         | 
| 4 | 
             
                "ViTForImageClassification"
         | 
| 5 | 
             
              ],
         | 
|  | |
| 2019 | 
             
              "num_channels": 3,
         | 
| 2020 | 
             
              "num_hidden_layers": 12,
         | 
| 2021 | 
             
              "patch_size": 16,
         | 
| 2022 | 
            +
              "qkv_bias": true,
         | 
| 2023 | 
            +
              "transformers_version": "4.13.0.dev0"
         | 
| 2024 | 
             
            }
         | 
    	
        tf_model.h5
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:30f9125423060139b80ddae09daa8a1b612eb1eda8fc34a0b58cdfe920cbbc0f
         | 
| 3 | 
            +
            size 346537664
         | 

