Upload dataset
Browse files
README.md
CHANGED
|
@@ -3894,6 +3894,124 @@ dataset_info:
|
|
| 3894 |
num_examples: 562
|
| 3895 |
download_size: 3335929
|
| 3896 |
dataset_size: 5965373
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3897 |
- config_name: langdev.stackexchange.com
|
| 3898 |
features:
|
| 3899 |
- name: AnswerCount
|
|
@@ -4141,6 +4259,10 @@ configs:
|
|
| 4141 |
data_files:
|
| 4142 |
- split: train
|
| 4143 |
path: conlang.stackexchange.com/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4144 |
- config_name: langdev.stackexchange.com
|
| 4145 |
data_files:
|
| 4146 |
- split: train
|
|
|
|
| 3894 |
num_examples: 562
|
| 3895 |
download_size: 3335929
|
| 3896 |
dataset_size: 5965373
|
| 3897 |
+
- config_name: cooking.stackexchange.com
|
| 3898 |
+
features:
|
| 3899 |
+
- name: AcceptedAnswerId
|
| 3900 |
+
dtype: int64
|
| 3901 |
+
- name: AnswerCount
|
| 3902 |
+
dtype: int64
|
| 3903 |
+
- name: Answers
|
| 3904 |
+
list:
|
| 3905 |
+
- name: Body
|
| 3906 |
+
dtype: string
|
| 3907 |
+
- name: CommentCount
|
| 3908 |
+
dtype: int64
|
| 3909 |
+
- name: Comments
|
| 3910 |
+
list:
|
| 3911 |
+
- name: ContentLicense
|
| 3912 |
+
dtype: string
|
| 3913 |
+
- name: CreationDate
|
| 3914 |
+
dtype: string
|
| 3915 |
+
- name: Id
|
| 3916 |
+
dtype: int64
|
| 3917 |
+
- name: PostId
|
| 3918 |
+
dtype: int64
|
| 3919 |
+
- name: Score
|
| 3920 |
+
dtype: int64
|
| 3921 |
+
- name: Text
|
| 3922 |
+
dtype: string
|
| 3923 |
+
- name: UserDisplayName
|
| 3924 |
+
dtype: string
|
| 3925 |
+
- name: UserId
|
| 3926 |
+
dtype: int64
|
| 3927 |
+
- name: ContentLicense
|
| 3928 |
+
dtype: string
|
| 3929 |
+
- name: CreationDate
|
| 3930 |
+
dtype: string
|
| 3931 |
+
- name: Id
|
| 3932 |
+
dtype: int64
|
| 3933 |
+
- name: IsAccepted
|
| 3934 |
+
dtype: bool
|
| 3935 |
+
- name: LastActivityDate
|
| 3936 |
+
dtype: string
|
| 3937 |
+
- name: LastEditDate
|
| 3938 |
+
dtype: string
|
| 3939 |
+
- name: LastEditorUserId
|
| 3940 |
+
dtype: int64
|
| 3941 |
+
- name: OwnerUserId
|
| 3942 |
+
dtype: int64
|
| 3943 |
+
- name: ParentId
|
| 3944 |
+
dtype: int64
|
| 3945 |
+
- name: PostTypeId
|
| 3946 |
+
dtype: int64
|
| 3947 |
+
- name: Score
|
| 3948 |
+
dtype: int64
|
| 3949 |
+
- name: UserDisplayName
|
| 3950 |
+
dtype: string
|
| 3951 |
+
- name: Body
|
| 3952 |
+
dtype: string
|
| 3953 |
+
- name: ClosedDate
|
| 3954 |
+
dtype: string
|
| 3955 |
+
- name: CommentCount
|
| 3956 |
+
dtype: int64
|
| 3957 |
+
- name: Comments
|
| 3958 |
+
list:
|
| 3959 |
+
- name: ContentLicense
|
| 3960 |
+
dtype: string
|
| 3961 |
+
- name: CreationDate
|
| 3962 |
+
dtype: string
|
| 3963 |
+
- name: Id
|
| 3964 |
+
dtype: int64
|
| 3965 |
+
- name: PostId
|
| 3966 |
+
dtype: int64
|
| 3967 |
+
- name: Score
|
| 3968 |
+
dtype: int64
|
| 3969 |
+
- name: Text
|
| 3970 |
+
dtype: string
|
| 3971 |
+
- name: UserDisplayName
|
| 3972 |
+
dtype: string
|
| 3973 |
+
- name: UserId
|
| 3974 |
+
dtype: int64
|
| 3975 |
+
- name: CommunityOwnedDate
|
| 3976 |
+
dtype: string
|
| 3977 |
+
- name: ContentLicense
|
| 3978 |
+
dtype: string
|
| 3979 |
+
- name: CreationDate
|
| 3980 |
+
dtype: string
|
| 3981 |
+
- name: Id
|
| 3982 |
+
dtype: int64
|
| 3983 |
+
- name: LastActivityDate
|
| 3984 |
+
dtype: string
|
| 3985 |
+
- name: LastEditDate
|
| 3986 |
+
dtype: string
|
| 3987 |
+
- name: LastEditorDisplayName
|
| 3988 |
+
dtype: string
|
| 3989 |
+
- name: LastEditorUserId
|
| 3990 |
+
dtype: int64
|
| 3991 |
+
- name: OwnerDisplayName
|
| 3992 |
+
dtype: string
|
| 3993 |
+
- name: OwnerUserId
|
| 3994 |
+
dtype: int64
|
| 3995 |
+
- name: PostTypeId
|
| 3996 |
+
dtype: int64
|
| 3997 |
+
- name: Score
|
| 3998 |
+
dtype: int64
|
| 3999 |
+
- name: Tags
|
| 4000 |
+
dtype: string
|
| 4001 |
+
- name: Title
|
| 4002 |
+
dtype: string
|
| 4003 |
+
- name: UserDisplayName
|
| 4004 |
+
dtype: string
|
| 4005 |
+
- name: ViewCount
|
| 4006 |
+
dtype: int64
|
| 4007 |
+
- name: ThreadText
|
| 4008 |
+
dtype: string
|
| 4009 |
+
splits:
|
| 4010 |
+
- name: train
|
| 4011 |
+
num_bytes: 225626995
|
| 4012 |
+
num_examples: 26642
|
| 4013 |
+
download_size: 128513827
|
| 4014 |
+
dataset_size: 225626995
|
| 4015 |
- config_name: langdev.stackexchange.com
|
| 4016 |
features:
|
| 4017 |
- name: AnswerCount
|
|
|
|
| 4259 |
data_files:
|
| 4260 |
- split: train
|
| 4261 |
path: conlang.stackexchange.com/train-*
|
| 4262 |
+
- config_name: cooking.stackexchange.com
|
| 4263 |
+
data_files:
|
| 4264 |
+
- split: train
|
| 4265 |
+
path: cooking.stackexchange.com/train-*
|
| 4266 |
- config_name: langdev.stackexchange.com
|
| 4267 |
data_files:
|
| 4268 |
- split: train
|
cooking.stackexchange.com/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7143a8d5522f564c63611c7de29c5870e19a9873431a34ff303cd1c42bc5a6f6
|
| 3 |
+
size 128513827
|