Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -4,6 +4,10 @@ 
     | 
|
| 4 | 
         
             
              <img src="https://i.ibb.co/W6qgZNp/pixelllava.webp" alt="Logo" width="350">
         
     | 
| 5 | 
         
             
            </p>
         
     | 
| 6 | 
         | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 7 | 
         
             
            ```python
         
     | 
| 8 | 
         
             
            import torch
         
     | 
| 9 | 
         
             
            import transformers
         
     | 
| 
         | 
|
| 4 | 
         
             
              <img src="https://i.ibb.co/W6qgZNp/pixelllava.webp" alt="Logo" width="350">
         
     | 
| 5 | 
         
             
            </p>
         
     | 
| 6 | 
         | 
| 7 | 
         
            +
            ## Description
         
     | 
| 8 | 
         
            +
            nanoLLaVA is a "small but mighty" 1B vision-language model designed to run efficiently on edge devices.
         
     | 
| 9 | 
         
            +
             
     | 
| 10 | 
         
            +
            ## Usage
         
     | 
| 11 | 
         
             
            ```python
         
     | 
| 12 | 
         
             
            import torch
         
     | 
| 13 | 
         
             
            import transformers
         
     |