Matthijs Hollemans
		
	commited on
		
		
					Commit 
							
							·
						
						e2bf08d
	
1
								Parent(s):
							
							2b3b65f
								
also add to list in README
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -9,6 +9,7 @@ Current datasets include: 
     | 
|
| 9 | 
         
             
            - VQAv2
         
     | 
| 10 | 
         
             
            - Kinetics-700
         
     | 
| 11 | 
         
             
            - RVL-CDIP
         
     | 
| 
         | 
|
| 12 | 
         | 
| 13 | 
         
             
            You can read in a label file as follows (using the `huggingface_hub` library):
         
     | 
| 14 | 
         | 
| 
         @@ -32,4 +33,4 @@ id2label = {0: 'cat', 1: 'dog'} 
     | 
|
| 32 | 
         
             
            with open('cats-and-dogs-id2label.json', 'w') as fp:
         
     | 
| 33 | 
         
             
                json.dump(id2label, fp)
         
     | 
| 34 | 
         
             
            ```
         
     | 
| 35 | 
         
            -
            You can then upload it to this repository (assuming you have write access).
         
     | 
| 
         | 
|
| 9 | 
         
             
            - VQAv2
         
     | 
| 10 | 
         
             
            - Kinetics-700
         
     | 
| 11 | 
         
             
            - RVL-CDIP
         
     | 
| 12 | 
         
            +
            - PASCAL VOC
         
     | 
| 13 | 
         | 
| 14 | 
         
             
            You can read in a label file as follows (using the `huggingface_hub` library):
         
     | 
| 15 | 
         | 
| 
         | 
|
| 33 | 
         
             
            with open('cats-and-dogs-id2label.json', 'w') as fp:
         
     | 
| 34 | 
         
             
                json.dump(id2label, fp)
         
     | 
| 35 | 
         
             
            ```
         
     | 
| 36 | 
         
            +
            You can then upload it to this repository (assuming you have write access).
         
     |