Commit 
							
							·
						
						e26a579
	
1
								Parent(s):
							
							955c014
								
Upload README.md with huggingface_hub
Browse files
    	
        README.md
    ADDED
    
    | 
         @@ -0,0 +1,81 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            ---
         
     | 
| 2 | 
         
            +
            language: en
         
     | 
| 3 | 
         
            +
            license: mit
         
     | 
| 4 | 
         
            +
            library_name: timm
         
     | 
| 5 | 
         
            +
            tags:
         
     | 
| 6 | 
         
            +
            - image-classification
         
     | 
| 7 | 
         
            +
            - resnet34
         
     | 
| 8 | 
         
            +
            - cifar10
         
     | 
| 9 | 
         
            +
            datasets: cifar10
         
     | 
| 10 | 
         
            +
            metrics:
         
     | 
| 11 | 
         
            +
            - accuracy
         
     | 
| 12 | 
         
            +
            model-index:
         
     | 
| 13 | 
         
            +
            - name: resnet34_simclr_cifar10
         
     | 
| 14 | 
         
            +
              results:
         
     | 
| 15 | 
         
            +
              - task:
         
     | 
| 16 | 
         
            +
                  type: image-classification
         
     | 
| 17 | 
         
            +
                dataset:
         
     | 
| 18 | 
         
            +
                  name: CIFAR-10
         
     | 
| 19 | 
         
            +
                  type: cifar10
         
     | 
| 20 | 
         
            +
                metrics:
         
     | 
| 21 | 
         
            +
                - type: accuracy
         
     | 
| 22 | 
         
            +
                  value: 0.8998999999999999
         
     | 
| 23 | 
         
            +
            ---
         
     | 
| 24 | 
         
            +
             
     | 
| 25 | 
         
            +
            # Model Card for Model ID
         
     | 
| 26 | 
         
            +
             
     | 
| 27 | 
         
            +
            This model is a small resnet34 trained on cifar10.
         
     | 
| 28 | 
         
            +
             
     | 
| 29 | 
         
            +
            - **Test Accuracy:** 0.8998999999999999
         
     | 
| 30 | 
         
            +
            - **License:** MIT
         
     | 
| 31 | 
         
            +
             
     | 
| 32 | 
         
            +
            ## How to Get Started with the Model
         
     | 
| 33 | 
         
            +
             
     | 
| 34 | 
         
            +
            Use the code below to get started with the model.
         
     | 
| 35 | 
         
            +
             
     | 
| 36 | 
         
            +
            ```python
         
     | 
| 37 | 
         
            +
            import detectors
         
     | 
| 38 | 
         
            +
            import timm
         
     | 
| 39 | 
         
            +
             
     | 
| 40 | 
         
            +
            model = timm.create_model("resnet34_simclr_cifar10", pretrained=True)
         
     | 
| 41 | 
         
            +
            ```
         
     | 
| 42 | 
         
            +
             
     | 
| 43 | 
         
            +
            ## Training Data
         
     | 
| 44 | 
         
            +
             
     | 
| 45 | 
         
            +
            Training data is cifar10.
         
     | 
| 46 | 
         
            +
             
     | 
| 47 | 
         
            +
            ## Training Hyperparameters
         
     | 
| 48 | 
         
            +
             
     | 
| 49 | 
         
            +
             
     | 
| 50 | 
         
            +
            - **config**: `None`
         
     | 
| 51 | 
         
            +
             
     | 
| 52 | 
         
            +
            - **model**: `resnet34_simclr_cifar10`
         
     | 
| 53 | 
         
            +
             
     | 
| 54 | 
         
            +
            - **batch_size**: `512`
         
     | 
| 55 | 
         
            +
             
     | 
| 56 | 
         
            +
            - **epochs**: `501`
         
     | 
| 57 | 
         
            +
             
     | 
| 58 | 
         
            +
            - **lr**: `0.5`
         
     | 
| 59 | 
         
            +
             
     | 
| 60 | 
         
            +
            - **warmup_epochs**: `10`
         
     | 
| 61 | 
         
            +
             
     | 
| 62 | 
         
            +
            - **validation_frequency**: `50`
         
     | 
| 63 | 
         
            +
             
     | 
| 64 | 
         
            +
            - **output_features_dim**: `128`
         
     | 
| 65 | 
         
            +
             
     | 
| 66 | 
         
            +
            - **seed**: `1`
         
     | 
| 67 | 
         
            +
             
     | 
| 68 | 
         
            +
            - **debug**: `False`
         
     | 
| 69 | 
         
            +
             
     | 
| 70 | 
         
            +
            - **dataset**: `cifar10`
         
     | 
| 71 | 
         
            +
             
     | 
| 72 | 
         
            +
            - **training_mode**: `simclr`
         
     | 
| 73 | 
         
            +
             
     | 
| 74 | 
         
            +
             
     | 
| 75 | 
         
            +
            ## Testing Data
         
     | 
| 76 | 
         
            +
             
     | 
| 77 | 
         
            +
            Testing data is cifar10.
         
     | 
| 78 | 
         
            +
             
     | 
| 79 | 
         
            +
            ---
         
     | 
| 80 | 
         
            +
             
     | 
| 81 | 
         
            +
            This model card was created by Eduardo Dadalto.
         
     |