Upload dataset
Browse files
README.md
CHANGED
|
@@ -2832,6 +2832,124 @@ dataset_info:
|
|
| 2832 |
num_examples: 8845
|
| 2833 |
download_size: 48689706
|
| 2834 |
dataset_size: 87520895
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2835 |
- config_name: langdev.stackexchange.com
|
| 2836 |
features:
|
| 2837 |
- name: AnswerCount
|
|
@@ -3043,6 +3161,10 @@ configs:
|
|
| 3043 |
data_files:
|
| 3044 |
- split: train
|
| 3045 |
path: chess.stackexchange.com/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3046 |
- config_name: langdev.stackexchange.com
|
| 3047 |
data_files:
|
| 3048 |
- split: train
|
|
|
|
| 2832 |
num_examples: 8845
|
| 2833 |
download_size: 48689706
|
| 2834 |
dataset_size: 87520895
|
| 2835 |
+
- config_name: chinese.stackexchange.com
|
| 2836 |
+
features:
|
| 2837 |
+
- name: AcceptedAnswerId
|
| 2838 |
+
dtype: int64
|
| 2839 |
+
- name: AnswerCount
|
| 2840 |
+
dtype: int64
|
| 2841 |
+
- name: Answers
|
| 2842 |
+
list:
|
| 2843 |
+
- name: Body
|
| 2844 |
+
dtype: string
|
| 2845 |
+
- name: CommentCount
|
| 2846 |
+
dtype: int64
|
| 2847 |
+
- name: Comments
|
| 2848 |
+
list:
|
| 2849 |
+
- name: ContentLicense
|
| 2850 |
+
dtype: string
|
| 2851 |
+
- name: CreationDate
|
| 2852 |
+
dtype: string
|
| 2853 |
+
- name: Id
|
| 2854 |
+
dtype: int64
|
| 2855 |
+
- name: PostId
|
| 2856 |
+
dtype: int64
|
| 2857 |
+
- name: Score
|
| 2858 |
+
dtype: int64
|
| 2859 |
+
- name: Text
|
| 2860 |
+
dtype: string
|
| 2861 |
+
- name: UserDisplayName
|
| 2862 |
+
dtype: string
|
| 2863 |
+
- name: UserId
|
| 2864 |
+
dtype: int64
|
| 2865 |
+
- name: ContentLicense
|
| 2866 |
+
dtype: string
|
| 2867 |
+
- name: CreationDate
|
| 2868 |
+
dtype: string
|
| 2869 |
+
- name: Id
|
| 2870 |
+
dtype: int64
|
| 2871 |
+
- name: IsAccepted
|
| 2872 |
+
dtype: bool
|
| 2873 |
+
- name: LastActivityDate
|
| 2874 |
+
dtype: string
|
| 2875 |
+
- name: LastEditDate
|
| 2876 |
+
dtype: string
|
| 2877 |
+
- name: LastEditorUserId
|
| 2878 |
+
dtype: int64
|
| 2879 |
+
- name: OwnerUserId
|
| 2880 |
+
dtype: int64
|
| 2881 |
+
- name: ParentId
|
| 2882 |
+
dtype: int64
|
| 2883 |
+
- name: PostTypeId
|
| 2884 |
+
dtype: int64
|
| 2885 |
+
- name: Score
|
| 2886 |
+
dtype: int64
|
| 2887 |
+
- name: UserDisplayName
|
| 2888 |
+
dtype: string
|
| 2889 |
+
- name: Body
|
| 2890 |
+
dtype: string
|
| 2891 |
+
- name: ClosedDate
|
| 2892 |
+
dtype: string
|
| 2893 |
+
- name: CommentCount
|
| 2894 |
+
dtype: int64
|
| 2895 |
+
- name: Comments
|
| 2896 |
+
list:
|
| 2897 |
+
- name: ContentLicense
|
| 2898 |
+
dtype: string
|
| 2899 |
+
- name: CreationDate
|
| 2900 |
+
dtype: string
|
| 2901 |
+
- name: Id
|
| 2902 |
+
dtype: int64
|
| 2903 |
+
- name: PostId
|
| 2904 |
+
dtype: int64
|
| 2905 |
+
- name: Score
|
| 2906 |
+
dtype: int64
|
| 2907 |
+
- name: Text
|
| 2908 |
+
dtype: string
|
| 2909 |
+
- name: UserDisplayName
|
| 2910 |
+
dtype: string
|
| 2911 |
+
- name: UserId
|
| 2912 |
+
dtype: int64
|
| 2913 |
+
- name: CommunityOwnedDate
|
| 2914 |
+
dtype: string
|
| 2915 |
+
- name: ContentLicense
|
| 2916 |
+
dtype: string
|
| 2917 |
+
- name: CreationDate
|
| 2918 |
+
dtype: string
|
| 2919 |
+
- name: Id
|
| 2920 |
+
dtype: int64
|
| 2921 |
+
- name: LastActivityDate
|
| 2922 |
+
dtype: string
|
| 2923 |
+
- name: LastEditDate
|
| 2924 |
+
dtype: string
|
| 2925 |
+
- name: LastEditorDisplayName
|
| 2926 |
+
dtype: string
|
| 2927 |
+
- name: LastEditorUserId
|
| 2928 |
+
dtype: int64
|
| 2929 |
+
- name: OwnerDisplayName
|
| 2930 |
+
dtype: string
|
| 2931 |
+
- name: OwnerUserId
|
| 2932 |
+
dtype: int64
|
| 2933 |
+
- name: PostTypeId
|
| 2934 |
+
dtype: int64
|
| 2935 |
+
- name: Score
|
| 2936 |
+
dtype: int64
|
| 2937 |
+
- name: Tags
|
| 2938 |
+
dtype: string
|
| 2939 |
+
- name: Title
|
| 2940 |
+
dtype: string
|
| 2941 |
+
- name: UserDisplayName
|
| 2942 |
+
dtype: string
|
| 2943 |
+
- name: ViewCount
|
| 2944 |
+
dtype: int64
|
| 2945 |
+
- name: ThreadText
|
| 2946 |
+
dtype: string
|
| 2947 |
+
splits:
|
| 2948 |
+
- name: train
|
| 2949 |
+
num_bytes: 96340894
|
| 2950 |
+
num_examples: 11626
|
| 2951 |
+
download_size: 53396597
|
| 2952 |
+
dataset_size: 96340894
|
| 2953 |
- config_name: langdev.stackexchange.com
|
| 2954 |
features:
|
| 2955 |
- name: AnswerCount
|
|
|
|
| 3161 |
data_files:
|
| 3162 |
- split: train
|
| 3163 |
path: chess.stackexchange.com/train-*
|
| 3164 |
+
- config_name: chinese.stackexchange.com
|
| 3165 |
+
data_files:
|
| 3166 |
+
- split: train
|
| 3167 |
+
path: chinese.stackexchange.com/train-*
|
| 3168 |
- config_name: langdev.stackexchange.com
|
| 3169 |
data_files:
|
| 3170 |
- split: train
|
chinese.stackexchange.com/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee5a226f6b2063b31d5d6859f1b64d4197b4b9e7f0c6946a606006596d4e064c
|
| 3 |
+
size 53396597
|