Commit 
							
							·
						
						a351552
	
1
								Parent(s):
							
							430940c
								
End of training
Browse filesThis view is limited to 50 files because it contains too many changes.  
							See raw diff
- .gitattributes +4 -0
 - .gitignore +2 -0
 - README.md +21 -0
 - checkpoint-100/optimizer.bin +3 -0
 - checkpoint-100/pytorch_model.bin +3 -0
 - checkpoint-100/random_states_0.pkl +3 -0
 - checkpoint-100/scaler.pt +3 -0
 - checkpoint-100/scheduler.bin +3 -0
 - checkpoint-1000/optimizer.bin +3 -0
 - checkpoint-1000/pytorch_model.bin +3 -0
 - checkpoint-1000/random_states_0.pkl +3 -0
 - checkpoint-1000/scaler.pt +3 -0
 - checkpoint-1000/scheduler.bin +3 -0
 - checkpoint-1050/optimizer.bin +3 -0
 - checkpoint-1050/pytorch_model.bin +3 -0
 - checkpoint-1050/random_states_0.pkl +3 -0
 - checkpoint-1050/scaler.pt +3 -0
 - checkpoint-1050/scheduler.bin +3 -0
 - checkpoint-1100/optimizer.bin +3 -0
 - checkpoint-1100/pytorch_model.bin +3 -0
 - checkpoint-1100/random_states_0.pkl +3 -0
 - checkpoint-1100/scaler.pt +3 -0
 - checkpoint-1100/scheduler.bin +3 -0
 - checkpoint-1150/optimizer.bin +3 -0
 - checkpoint-1150/pytorch_model.bin +3 -0
 - checkpoint-1150/random_states_0.pkl +3 -0
 - checkpoint-1150/scaler.pt +3 -0
 - checkpoint-1150/scheduler.bin +3 -0
 - checkpoint-1200/optimizer.bin +3 -0
 - checkpoint-1200/pytorch_model.bin +3 -0
 - checkpoint-1200/random_states_0.pkl +3 -0
 - checkpoint-1200/scaler.pt +3 -0
 - checkpoint-1200/scheduler.bin +3 -0
 - checkpoint-1250/optimizer.bin +3 -0
 - checkpoint-1250/pytorch_model.bin +3 -0
 - checkpoint-1250/random_states_0.pkl +3 -0
 - checkpoint-1250/scaler.pt +3 -0
 - checkpoint-1250/scheduler.bin +3 -0
 - checkpoint-1300/optimizer.bin +3 -0
 - checkpoint-1300/pytorch_model.bin +3 -0
 - checkpoint-1300/random_states_0.pkl +3 -0
 - checkpoint-1300/scaler.pt +3 -0
 - checkpoint-1300/scheduler.bin +3 -0
 - checkpoint-1350/optimizer.bin +3 -0
 - checkpoint-1350/pytorch_model.bin +3 -0
 - checkpoint-1350/random_states_0.pkl +3 -0
 - checkpoint-1350/scaler.pt +3 -0
 - checkpoint-1350/scheduler.bin +3 -0
 - checkpoint-1400/optimizer.bin +3 -0
 - checkpoint-1400/pytorch_model.bin +3 -0
 
    	
        .gitattributes
    CHANGED
    
    | 
         @@ -32,3 +32,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text 
     | 
|
| 32 | 
         
             
            *.zip filter=lfs diff=lfs merge=lfs -text
         
     | 
| 33 | 
         
             
            *.zst filter=lfs diff=lfs merge=lfs -text
         
     | 
| 34 | 
         
             
            *tfevents* filter=lfs diff=lfs merge=lfs -text
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 32 | 
         
             
            *.zip filter=lfs diff=lfs merge=lfs -text
         
     | 
| 33 | 
         
             
            *.zst filter=lfs diff=lfs merge=lfs -text
         
     | 
| 34 | 
         
             
            *tfevents* filter=lfs diff=lfs merge=lfs -text
         
     | 
| 35 | 
         
            +
            image_0.png filter=lfs diff=lfs merge=lfs -text
         
     | 
| 36 | 
         
            +
            image_1.png filter=lfs diff=lfs merge=lfs -text
         
     | 
| 37 | 
         
            +
            image_2.png filter=lfs diff=lfs merge=lfs -text
         
     | 
| 38 | 
         
            +
            image_3.png filter=lfs diff=lfs merge=lfs -text
         
     | 
    	
        .gitignore
    ADDED
    
    | 
         @@ -0,0 +1,2 @@ 
     | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            step_*
         
     | 
| 2 | 
         
            +
            epoch_*
         
     | 
    	
        README.md
    ADDED
    
    | 
         @@ -0,0 +1,21 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
             
     | 
| 2 | 
         
            +
            ---
         
     | 
| 3 | 
         
            +
            license: creativeml-openrail-m
         
     | 
| 4 | 
         
            +
            base_model: runwayml/stable-diffusion-v1-5
         
     | 
| 5 | 
         
            +
            tags:
         
     | 
| 6 | 
         
            +
            - stable-diffusion
         
     | 
| 7 | 
         
            +
            - stable-diffusion-diffusers
         
     | 
| 8 | 
         
            +
            - text-to-image
         
     | 
| 9 | 
         
            +
            - diffusers
         
     | 
| 10 | 
         
            +
            - lora
         
     | 
| 11 | 
         
            +
            inference: true
         
     | 
| 12 | 
         
            +
            ---
         
     | 
| 13 | 
         
            +
                
         
     | 
| 14 | 
         
            +
            # LoRA text2image fine-tuning - https://huggingface.co/abhijit1247/female-it-engineer
         
     | 
| 15 | 
         
            +
            These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the abhijit1247/female-it-engineer dataset. You can find some example images in the following. 
         
     | 
| 16 | 
         
            +
             
     | 
| 17 | 
         
            +
            
         
     | 
| 18 | 
         
            +
            
         
     | 
| 19 | 
         
            +
            
         
     | 
| 20 | 
         
            +
            
         
     | 
| 21 | 
         
            +
             
     | 
    	
        checkpoint-100/optimizer.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:e3331aa5b98fc1954db439eddf130ef78ad40b601a2a90ae800b0a4b4fc999ca
         
     | 
| 3 | 
         
            +
            size 6591621
         
     | 
    	
        checkpoint-100/pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:a9f1afe5ccba535806a891928b53b4b8958ad34488c052e0cfc515947d7caf2b
         
     | 
| 3 | 
         
            +
            size 3285965
         
     | 
    	
        checkpoint-100/random_states_0.pkl
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:76cc4e18328f1c66725e465c6af70bddd0b46351192985fbe38d84ebfd908701
         
     | 
| 3 | 
         
            +
            size 14727
         
     | 
    	
        checkpoint-100/scaler.pt
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:cfa44e8523f62833816d29aa6c576eaa7783e3bbdb3e132e248b1d8aaee6132b
         
     | 
| 3 | 
         
            +
            size 557
         
     | 
    	
        checkpoint-100/scheduler.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:85a27ee6fa828ea392f4a77314ee1e3f593df9bdc36366e6445746acbd7eb43a
         
     | 
| 3 | 
         
            +
            size 563
         
     | 
    	
        checkpoint-1000/optimizer.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:18b1095c86784ced0ceac149e3b720dbeda58a94987243ba0af19595151463ce
         
     | 
| 3 | 
         
            +
            size 6591621
         
     | 
    	
        checkpoint-1000/pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:85f0b31a810ed490258b683c545f0ccb7509f9bd5d733da052f4439b39d88581
         
     | 
| 3 | 
         
            +
            size 3285965
         
     | 
    	
        checkpoint-1000/random_states_0.pkl
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:aebd3cea9c15d3c8a36c30a2877f5736cf95eb967f901805979e273da2b0288a
         
     | 
| 3 | 
         
            +
            size 14727
         
     | 
    	
        checkpoint-1000/scaler.pt
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71
         
     | 
| 3 | 
         
            +
            size 557
         
     | 
    	
        checkpoint-1000/scheduler.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:cb2733bb6639a45a7f07354e548521152c81a411f91fd2fce48081ea378dc917
         
     | 
| 3 | 
         
            +
            size 563
         
     | 
    	
        checkpoint-1050/optimizer.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:84d0d914329dba28088e94824de01faabac39b6cfd3d56bbbbd2aaf04f8c7f19
         
     | 
| 3 | 
         
            +
            size 6591621
         
     | 
    	
        checkpoint-1050/pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:bdefdd6763918e3f6fab26a591bc30e99963b4b1b1fd107cb0adc3c8f4083b2b
         
     | 
| 3 | 
         
            +
            size 3285965
         
     | 
    	
        checkpoint-1050/random_states_0.pkl
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:877f0c091c95290980249325828131366be74ca9db09d646a4a7c5438efe7c88
         
     | 
| 3 | 
         
            +
            size 14727
         
     | 
    	
        checkpoint-1050/scaler.pt
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:95f4b9ef1b8fe84fa32d48853b7e1a94c312d4eb4ec623297d3fea4b8482da98
         
     | 
| 3 | 
         
            +
            size 557
         
     | 
    	
        checkpoint-1050/scheduler.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:ebeab2b772f51058ef47d1ce1cefd5e8ff343b25686cb51cf41352f63eb9ebaa
         
     | 
| 3 | 
         
            +
            size 563
         
     | 
    	
        checkpoint-1100/optimizer.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:b3f9aa6ad0d2020fc6da4dacab0798ab37de8bed68a40860ef5d3a8153c7de2d
         
     | 
| 3 | 
         
            +
            size 6591621
         
     | 
    	
        checkpoint-1100/pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:a5b705d30176ce8dbb637c38bd07095e03fed634fa0714ab51ae8ad06dda61c7
         
     | 
| 3 | 
         
            +
            size 3285965
         
     | 
    	
        checkpoint-1100/random_states_0.pkl
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:bab07fb863989f1239329589c5fb29534fd0be7f0b548302b7c6502a817acd84
         
     | 
| 3 | 
         
            +
            size 14727
         
     | 
    	
        checkpoint-1100/scaler.pt
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:677eca5ad6580d3f557bbfda51765525add80f9acfd6c5ca0edf4a229f0c70eb
         
     | 
| 3 | 
         
            +
            size 557
         
     | 
    	
        checkpoint-1100/scheduler.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:ebddad1231c633fc1db5cbc229cc39f97b1ee33da9b2e08eee0e145f06677736
         
     | 
| 3 | 
         
            +
            size 563
         
     | 
    	
        checkpoint-1150/optimizer.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:a0d61f661249f8d414eefa87659b5b01a5edb5ca13ca8ca43c162b96078ac808
         
     | 
| 3 | 
         
            +
            size 6591621
         
     | 
    	
        checkpoint-1150/pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:cca68101f8a53e805d08b0835cecf675b57c3145c65e895d18844a1035a1888f
         
     | 
| 3 | 
         
            +
            size 3285965
         
     | 
    	
        checkpoint-1150/random_states_0.pkl
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:9d429d52ab00e40bf2ab2a608c6f7d4932af3e20c960d9f0cc20c62a5606c8e3
         
     | 
| 3 | 
         
            +
            size 14727
         
     | 
    	
        checkpoint-1150/scaler.pt
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:2e969c33b540ac916977239b4ed9cece9307f2cb03ce481a5a28a42c1618d6f1
         
     | 
| 3 | 
         
            +
            size 557
         
     | 
    	
        checkpoint-1150/scheduler.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:860f9e6f1d0640105f0e4f10af12955822a3b659250900856ba06e7425613c8f
         
     | 
| 3 | 
         
            +
            size 563
         
     | 
    	
        checkpoint-1200/optimizer.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:2de00460c5454fa0011c2ba91f3e8e0f92d49d1efeb5e729e33b2cfab001ec5f
         
     | 
| 3 | 
         
            +
            size 6591621
         
     | 
    	
        checkpoint-1200/pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:ab3ef667ac95434fa13c742be978256481f3b784a759b0629169a9a8a4ab8eaf
         
     | 
| 3 | 
         
            +
            size 3285965
         
     | 
    	
        checkpoint-1200/random_states_0.pkl
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:f774773b854f804ff8b242ba7e59bc81d8121a1785c48cb0bbe35d944e569370
         
     | 
| 3 | 
         
            +
            size 14727
         
     | 
    	
        checkpoint-1200/scaler.pt
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:741cefeca9ef427f92406d2d10b81996655e2a9d50eb7aaa9614e6fdd1c9f529
         
     | 
| 3 | 
         
            +
            size 557
         
     | 
    	
        checkpoint-1200/scheduler.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:5903b9e64b61e80e74e50611be5d6a1688b0a8454bd1a16af5dddc80930889ac
         
     | 
| 3 | 
         
            +
            size 563
         
     | 
    	
        checkpoint-1250/optimizer.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:10a474982166d88dd01d2f54124b4eb395ddf2130562522e1f1a29d860491765
         
     | 
| 3 | 
         
            +
            size 6591621
         
     | 
    	
        checkpoint-1250/pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:479226dd8d5ebe8928a3bf8e69b2cf078c97a5733f7bf085515d755cf9daafe1
         
     | 
| 3 | 
         
            +
            size 3285965
         
     | 
    	
        checkpoint-1250/random_states_0.pkl
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:38638cbcce97d31c42202145584e7044d82ae4f45184a03cea59eff07db5db1f
         
     | 
| 3 | 
         
            +
            size 14727
         
     | 
    	
        checkpoint-1250/scaler.pt
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:65eeab376f80c0d0a425325fe4033408ccdda949889a652e7958ffa5eb66e3a6
         
     | 
| 3 | 
         
            +
            size 557
         
     | 
    	
        checkpoint-1250/scheduler.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:6ee334a02344a6dd8dd3e80e4034a0898a2490461757fa26457ef2c682aee164
         
     | 
| 3 | 
         
            +
            size 563
         
     | 
    	
        checkpoint-1300/optimizer.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:518459265712f111b1e74d889816fe6b7ce1f538dab61ab2beb7aed40f8a096e
         
     | 
| 3 | 
         
            +
            size 6591621
         
     | 
    	
        checkpoint-1300/pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:214e5c6ad1c326a979d55343782edb5dec5a17454cd602bba590738f2a6556fd
         
     | 
| 3 | 
         
            +
            size 3285965
         
     | 
    	
        checkpoint-1300/random_states_0.pkl
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:d2b919ed6dc12e8b108ebaa43fdfcd672c221906efb44997e0ffa9acc4bec2aa
         
     | 
| 3 | 
         
            +
            size 14727
         
     | 
    	
        checkpoint-1300/scaler.pt
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:19731f6c29559eca73772c9d98b9ff9c6bd85ab2a569db52899871e5d1ba6fca
         
     | 
| 3 | 
         
            +
            size 557
         
     | 
    	
        checkpoint-1300/scheduler.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:f4201d1ba8dd47be46ed98a363a746381c010fa15c2b50b6fdc959223abef37b
         
     | 
| 3 | 
         
            +
            size 563
         
     | 
    	
        checkpoint-1350/optimizer.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:6c9934b708cb26d6a0536917ed24534ca81e9d9373fe52fea8ca4766acee4406
         
     | 
| 3 | 
         
            +
            size 6591621
         
     | 
    	
        checkpoint-1350/pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:e935c3d68bbcd07c2208e0132461c19041ddb61bc143389641584c84c94dfbf1
         
     | 
| 3 | 
         
            +
            size 3285965
         
     | 
    	
        checkpoint-1350/random_states_0.pkl
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:2ed7eefc74c675c10a54b34cd973231732bdcbc886262f53d27a7c5509c0fad1
         
     | 
| 3 | 
         
            +
            size 14727
         
     | 
    	
        checkpoint-1350/scaler.pt
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:3faaf55e1c011818037e0165783a43ac6b16924d23e190c0a157a1332b3085c2
         
     | 
| 3 | 
         
            +
            size 557
         
     | 
    	
        checkpoint-1350/scheduler.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:8014613d5bc1227a7730571523121062778bf627cd532564ae5cef842a0694c3
         
     | 
| 3 | 
         
            +
            size 563
         
     | 
    	
        checkpoint-1400/optimizer.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:88e6993b6d37766874b186fe1d43357b6b8fb9cd4cfcf5758c6fe74bf4026a41
         
     | 
| 3 | 
         
            +
            size 6591621
         
     | 
    	
        checkpoint-1400/pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:539b92f367c36186d1e3b1ffcc375460dec190bdf3e8b18b459f0a3e535eb767
         
     | 
| 3 | 
         
            +
            size 3285965
         
     |