Commit 
							
							·
						
						0e8454c
	
1
								Parent(s):
							
							7f96b41
								
Update tmp-scitail.py
Browse files- tmp-scitail.py +2 -2
    	
        tmp-scitail.py
    CHANGED
    
    | @@ -28,7 +28,7 @@ import os | |
| 28 | 
             
            import datasets
         | 
| 29 | 
             
            import pandas as pd
         | 
| 30 |  | 
| 31 | 
            -
             | 
| 32 | 
             
            from bigbio.utils.configs import BigBioConfig
         | 
| 33 | 
             
            from bigbio.utils.constants import Lang, Tasks
         | 
| 34 | 
             
            from bigbio.utils.license import Licenses
         | 
| @@ -114,7 +114,7 @@ class SciTailDataset(datasets.GeneratorBasedBuilder): | |
| 114 | 
             
                        )
         | 
| 115 |  | 
| 116 | 
             
                    elif self.config.schema == "bigbio_te":
         | 
| 117 | 
            -
                        features =  | 
| 118 |  | 
| 119 | 
             
                    return datasets.DatasetInfo(
         | 
| 120 | 
             
                        description=_DESCRIPTION,
         | 
|  | |
| 28 | 
             
            import datasets
         | 
| 29 | 
             
            import pandas as pd
         | 
| 30 |  | 
| 31 | 
            +
            import entailment
         | 
| 32 | 
             
            from bigbio.utils.configs import BigBioConfig
         | 
| 33 | 
             
            from bigbio.utils.constants import Lang, Tasks
         | 
| 34 | 
             
            from bigbio.utils.license import Licenses
         | 
|  | |
| 114 | 
             
                        )
         | 
| 115 |  | 
| 116 | 
             
                    elif self.config.schema == "bigbio_te":
         | 
| 117 | 
            +
                        features = entailment.features
         | 
| 118 |  | 
| 119 | 
             
                    return datasets.DatasetInfo(
         | 
| 120 | 
             
                        description=_DESCRIPTION,
         | 

