Upload dataset
Browse files
    	
        README.md
    CHANGED
    
    | @@ -812,6 +812,78 @@ dataset_info: | |
| 812 | 
             
                num_examples: 1
         | 
| 813 | 
             
              download_size: 52072
         | 
| 814 | 
             
              dataset_size: 5569
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 815 | 
             
            - config_name: langdev.stackexchange.com
         | 
| 816 | 
             
              features:
         | 
| 817 | 
             
              - name: AnswerCount
         | 
| @@ -963,6 +1035,10 @@ configs: | |
| 963 | 
             
              data_files:
         | 
| 964 | 
             
              - split: train
         | 
| 965 | 
             
                path: astronomy.stackexchange.com/train-*
         | 
|  | |
|  | |
|  | |
|  | |
| 966 | 
             
            - config_name: langdev.stackexchange.com
         | 
| 967 | 
             
              data_files:
         | 
| 968 | 
             
              - split: train
         | 
|  | |
| 812 | 
             
                num_examples: 1
         | 
| 813 | 
             
              download_size: 52072
         | 
| 814 | 
             
              dataset_size: 5569
         | 
| 815 | 
            +
            - config_name: aviation.stackexchange.com
         | 
| 816 | 
            +
              features:
         | 
| 817 | 
            +
              - name: AnswerCount
         | 
| 818 | 
            +
                dtype: int64
         | 
| 819 | 
            +
              - name: Answers
         | 
| 820 | 
            +
                list:
         | 
| 821 | 
            +
                - name: Body
         | 
| 822 | 
            +
                  dtype: string
         | 
| 823 | 
            +
                - name: CommentCount
         | 
| 824 | 
            +
                  dtype: int64
         | 
| 825 | 
            +
                - name: Comments
         | 
| 826 | 
            +
                  sequence: string
         | 
| 827 | 
            +
                - name: ContentLicense
         | 
| 828 | 
            +
                  dtype: string
         | 
| 829 | 
            +
                - name: CreationDate
         | 
| 830 | 
            +
                  dtype: string
         | 
| 831 | 
            +
                - name: Id
         | 
| 832 | 
            +
                  dtype: int64
         | 
| 833 | 
            +
                - name: IsAccepted
         | 
| 834 | 
            +
                  dtype: bool
         | 
| 835 | 
            +
                - name: LastActivityDate
         | 
| 836 | 
            +
                  dtype: string
         | 
| 837 | 
            +
                - name: OwnerUserId
         | 
| 838 | 
            +
                  dtype: int64
         | 
| 839 | 
            +
                - name: ParentId
         | 
| 840 | 
            +
                  dtype: int64
         | 
| 841 | 
            +
                - name: PostTypeId
         | 
| 842 | 
            +
                  dtype: int64
         | 
| 843 | 
            +
                - name: Score
         | 
| 844 | 
            +
                  dtype: int64
         | 
| 845 | 
            +
                - name: UserDisplayName
         | 
| 846 | 
            +
                  dtype: string
         | 
| 847 | 
            +
              - name: Body
         | 
| 848 | 
            +
                dtype: string
         | 
| 849 | 
            +
              - name: CommentCount
         | 
| 850 | 
            +
                dtype: int64
         | 
| 851 | 
            +
              - name: Comments
         | 
| 852 | 
            +
                sequence: string
         | 
| 853 | 
            +
              - name: ContentLicense
         | 
| 854 | 
            +
                dtype: string
         | 
| 855 | 
            +
              - name: CreationDate
         | 
| 856 | 
            +
                dtype: string
         | 
| 857 | 
            +
              - name: Id
         | 
| 858 | 
            +
                dtype: int64
         | 
| 859 | 
            +
              - name: LastActivityDate
         | 
| 860 | 
            +
                dtype: string
         | 
| 861 | 
            +
              - name: LastEditDate
         | 
| 862 | 
            +
                dtype: string
         | 
| 863 | 
            +
              - name: LastEditorUserId
         | 
| 864 | 
            +
                dtype: int64
         | 
| 865 | 
            +
              - name: OwnerUserId
         | 
| 866 | 
            +
                dtype: int64
         | 
| 867 | 
            +
              - name: PostTypeId
         | 
| 868 | 
            +
                dtype: int64
         | 
| 869 | 
            +
              - name: Score
         | 
| 870 | 
            +
                dtype: int64
         | 
| 871 | 
            +
              - name: Tags
         | 
| 872 | 
            +
                dtype: string
         | 
| 873 | 
            +
              - name: Title
         | 
| 874 | 
            +
                dtype: string
         | 
| 875 | 
            +
              - name: UserDisplayName
         | 
| 876 | 
            +
                dtype: string
         | 
| 877 | 
            +
              - name: ViewCount
         | 
| 878 | 
            +
                dtype: int64
         | 
| 879 | 
            +
              - name: ThreadText
         | 
| 880 | 
            +
                dtype: string
         | 
| 881 | 
            +
              splits:
         | 
| 882 | 
            +
              - name: train
         | 
| 883 | 
            +
                num_bytes: 6207
         | 
| 884 | 
            +
                num_examples: 1
         | 
| 885 | 
            +
              download_size: 47262
         | 
| 886 | 
            +
              dataset_size: 6207
         | 
| 887 | 
             
            - config_name: langdev.stackexchange.com
         | 
| 888 | 
             
              features:
         | 
| 889 | 
             
              - name: AnswerCount
         | 
|  | |
| 1035 | 
             
              data_files:
         | 
| 1036 | 
             
              - split: train
         | 
| 1037 | 
             
                path: astronomy.stackexchange.com/train-*
         | 
| 1038 | 
            +
            - config_name: aviation.stackexchange.com
         | 
| 1039 | 
            +
              data_files:
         | 
| 1040 | 
            +
              - split: train
         | 
| 1041 | 
            +
                path: aviation.stackexchange.com/train-*
         | 
| 1042 | 
             
            - config_name: langdev.stackexchange.com
         | 
| 1043 | 
             
              data_files:
         | 
| 1044 | 
             
              - split: train
         | 
    	
        aviation.stackexchange.com/train-00000-of-00001.parquet
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:e998d72dc23e2f62ef26b87f0a9f22ff714331aac5a1ee58ccb993fa693eb19b
         | 
| 3 | 
            +
            size 47262
         | 

