Datasets:
				
			
			
	
			
			
	
		
		update name change
Browse files
    	
        unpredictable_studystack-com.py
    CHANGED
    
    | 
         @@ -20,7 +20,12 @@ import pandas as pd 
     | 
|
| 20 | 
         
             
            import datasets
         
     | 
| 21 | 
         | 
| 22 | 
         
             
            _CITATION = """\
         
     | 
| 23 | 
         
            -
            @misc{https://ethanperez.net/unpredictable, 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 24 | 
         
             
            """
         
     | 
| 25 | 
         | 
| 26 | 
         
             
            _DESCRIPTION = """\
         
     | 
| 
         | 
|
| 20 | 
         
             
            import datasets
         
     | 
| 21 | 
         | 
| 22 | 
         
             
            _CITATION = """\
         
     | 
| 23 | 
         
            +
            @misc{https://ethanperez.net/unpredictable,
         
     | 
| 24 | 
         
            +
              author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
         
     | 
| 25 | 
         
            +
              title = {Few-shot Adaptation Works with UnpredicTable Data},
         
     | 
| 26 | 
         
            +
              publisher = {arXiv},
         
     | 
| 27 | 
         
            +
              year = {2022},
         
     | 
| 28 | 
         
            +
            }
         
     | 
| 29 | 
         
             
            """
         
     | 
| 30 | 
         | 
| 31 | 
         
             
            _DESCRIPTION = """\
         
     |