Upload dataset
Browse files- README.md +104 -0
- avp.stackexchange.com/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -884,6 +884,106 @@ dataset_info:
|
|
884 |
num_examples: 1
|
885 |
download_size: 47262
|
886 |
dataset_size: 6207
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
887 |
- config_name: langdev.stackexchange.com
|
888 |
features:
|
889 |
- name: AnswerCount
|
@@ -1039,6 +1139,10 @@ configs:
|
|
1039 |
data_files:
|
1040 |
- split: train
|
1041 |
path: aviation.stackexchange.com/train-*
|
|
|
|
|
|
|
|
|
1042 |
- config_name: langdev.stackexchange.com
|
1043 |
data_files:
|
1044 |
- split: train
|
|
|
884 |
num_examples: 1
|
885 |
download_size: 47262
|
886 |
dataset_size: 6207
|
887 |
+
- config_name: avp.stackexchange.com
|
888 |
+
features:
|
889 |
+
- name: AnswerCount
|
890 |
+
dtype: int64
|
891 |
+
- name: Answers
|
892 |
+
list:
|
893 |
+
- name: Body
|
894 |
+
dtype: string
|
895 |
+
- name: CommentCount
|
896 |
+
dtype: int64
|
897 |
+
- name: Comments
|
898 |
+
list:
|
899 |
+
- name: ContentLicense
|
900 |
+
dtype: string
|
901 |
+
- name: CreationDate
|
902 |
+
dtype: string
|
903 |
+
- name: Id
|
904 |
+
dtype: int64
|
905 |
+
- name: PostId
|
906 |
+
dtype: int64
|
907 |
+
- name: Score
|
908 |
+
dtype: int64
|
909 |
+
- name: Text
|
910 |
+
dtype: string
|
911 |
+
- name: UserDisplayName
|
912 |
+
dtype: string
|
913 |
+
- name: UserId
|
914 |
+
dtype: int64
|
915 |
+
- name: ContentLicense
|
916 |
+
dtype: string
|
917 |
+
- name: CreationDate
|
918 |
+
dtype: string
|
919 |
+
- name: Id
|
920 |
+
dtype: int64
|
921 |
+
- name: IsAccepted
|
922 |
+
dtype: bool
|
923 |
+
- name: LastActivityDate
|
924 |
+
dtype: string
|
925 |
+
- name: OwnerUserId
|
926 |
+
dtype: int64
|
927 |
+
- name: ParentId
|
928 |
+
dtype: int64
|
929 |
+
- name: PostTypeId
|
930 |
+
dtype: int64
|
931 |
+
- name: Score
|
932 |
+
dtype: int64
|
933 |
+
- name: UserDisplayName
|
934 |
+
dtype: string
|
935 |
+
- name: Body
|
936 |
+
dtype: string
|
937 |
+
- name: CommentCount
|
938 |
+
dtype: int64
|
939 |
+
- name: Comments
|
940 |
+
list:
|
941 |
+
- name: ContentLicense
|
942 |
+
dtype: string
|
943 |
+
- name: CreationDate
|
944 |
+
dtype: string
|
945 |
+
- name: Id
|
946 |
+
dtype: int64
|
947 |
+
- name: PostId
|
948 |
+
dtype: int64
|
949 |
+
- name: Score
|
950 |
+
dtype: int64
|
951 |
+
- name: Text
|
952 |
+
dtype: string
|
953 |
+
- name: UserDisplayName
|
954 |
+
dtype: string
|
955 |
+
- name: UserId
|
956 |
+
dtype: int64
|
957 |
+
- name: ContentLicense
|
958 |
+
dtype: string
|
959 |
+
- name: CreationDate
|
960 |
+
dtype: string
|
961 |
+
- name: Id
|
962 |
+
dtype: int64
|
963 |
+
- name: LastActivityDate
|
964 |
+
dtype: string
|
965 |
+
- name: OwnerUserId
|
966 |
+
dtype: int64
|
967 |
+
- name: PostTypeId
|
968 |
+
dtype: int64
|
969 |
+
- name: Score
|
970 |
+
dtype: int64
|
971 |
+
- name: Tags
|
972 |
+
dtype: string
|
973 |
+
- name: Title
|
974 |
+
dtype: string
|
975 |
+
- name: UserDisplayName
|
976 |
+
dtype: string
|
977 |
+
- name: ViewCount
|
978 |
+
dtype: int64
|
979 |
+
- name: ThreadText
|
980 |
+
dtype: string
|
981 |
+
splits:
|
982 |
+
- name: train
|
983 |
+
num_bytes: 5061
|
984 |
+
num_examples: 1
|
985 |
+
download_size: 53214
|
986 |
+
dataset_size: 5061
|
987 |
- config_name: langdev.stackexchange.com
|
988 |
features:
|
989 |
- name: AnswerCount
|
|
|
1139 |
data_files:
|
1140 |
- split: train
|
1141 |
path: aviation.stackexchange.com/train-*
|
1142 |
+
- config_name: avp.stackexchange.com
|
1143 |
+
data_files:
|
1144 |
+
- split: train
|
1145 |
+
path: avp.stackexchange.com/train-*
|
1146 |
- config_name: langdev.stackexchange.com
|
1147 |
data_files:
|
1148 |
- split: train
|
avp.stackexchange.com/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83350a7d846ab5f7cf384f3d80a9353c641758d6a43fcaf0e4abe6db7df62c03
|
3 |
+
size 53214
|