Upload dataset
Browse files
README.md
CHANGED
|
@@ -1980,6 +1980,80 @@ dataset_info:
|
|
| 1980 |
num_examples: 1
|
| 1981 |
download_size: 38023
|
| 1982 |
dataset_size: 3505
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1983 |
- config_name: langdev.stackexchange.com
|
| 1984 |
features:
|
| 1985 |
- name: AnswerCount
|
|
@@ -2183,6 +2257,10 @@ configs:
|
|
| 2183 |
data_files:
|
| 2184 |
- split: train
|
| 2185 |
path: cardano.stackexchange.com/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2186 |
- config_name: langdev.stackexchange.com
|
| 2187 |
data_files:
|
| 2188 |
- split: train
|
|
|
|
| 1980 |
num_examples: 1
|
| 1981 |
download_size: 38023
|
| 1982 |
dataset_size: 3505
|
| 1983 |
+
- config_name: chemistry.stackexchange.com
|
| 1984 |
+
features:
|
| 1985 |
+
- name: AcceptedAnswerId
|
| 1986 |
+
dtype: int64
|
| 1987 |
+
- name: AnswerCount
|
| 1988 |
+
dtype: int64
|
| 1989 |
+
- name: Answers
|
| 1990 |
+
list:
|
| 1991 |
+
- name: Body
|
| 1992 |
+
dtype: string
|
| 1993 |
+
- name: CommentCount
|
| 1994 |
+
dtype: int64
|
| 1995 |
+
- name: Comments
|
| 1996 |
+
sequence: string
|
| 1997 |
+
- name: ContentLicense
|
| 1998 |
+
dtype: string
|
| 1999 |
+
- name: CreationDate
|
| 2000 |
+
dtype: string
|
| 2001 |
+
- name: Id
|
| 2002 |
+
dtype: int64
|
| 2003 |
+
- name: IsAccepted
|
| 2004 |
+
dtype: bool
|
| 2005 |
+
- name: LastActivityDate
|
| 2006 |
+
dtype: string
|
| 2007 |
+
- name: OwnerUserId
|
| 2008 |
+
dtype: int64
|
| 2009 |
+
- name: ParentId
|
| 2010 |
+
dtype: int64
|
| 2011 |
+
- name: PostTypeId
|
| 2012 |
+
dtype: int64
|
| 2013 |
+
- name: Score
|
| 2014 |
+
dtype: int64
|
| 2015 |
+
- name: UserDisplayName
|
| 2016 |
+
dtype: string
|
| 2017 |
+
- name: Body
|
| 2018 |
+
dtype: string
|
| 2019 |
+
- name: CommentCount
|
| 2020 |
+
dtype: int64
|
| 2021 |
+
- name: Comments
|
| 2022 |
+
sequence: string
|
| 2023 |
+
- name: ContentLicense
|
| 2024 |
+
dtype: string
|
| 2025 |
+
- name: CreationDate
|
| 2026 |
+
dtype: string
|
| 2027 |
+
- name: Id
|
| 2028 |
+
dtype: int64
|
| 2029 |
+
- name: LastActivityDate
|
| 2030 |
+
dtype: string
|
| 2031 |
+
- name: LastEditDate
|
| 2032 |
+
dtype: string
|
| 2033 |
+
- name: LastEditorUserId
|
| 2034 |
+
dtype: int64
|
| 2035 |
+
- name: OwnerUserId
|
| 2036 |
+
dtype: int64
|
| 2037 |
+
- name: PostTypeId
|
| 2038 |
+
dtype: int64
|
| 2039 |
+
- name: Score
|
| 2040 |
+
dtype: int64
|
| 2041 |
+
- name: Tags
|
| 2042 |
+
dtype: string
|
| 2043 |
+
- name: Title
|
| 2044 |
+
dtype: string
|
| 2045 |
+
- name: UserDisplayName
|
| 2046 |
+
dtype: string
|
| 2047 |
+
- name: ViewCount
|
| 2048 |
+
dtype: int64
|
| 2049 |
+
- name: ThreadText
|
| 2050 |
+
dtype: string
|
| 2051 |
+
splits:
|
| 2052 |
+
- name: train
|
| 2053 |
+
num_bytes: 5300
|
| 2054 |
+
num_examples: 1
|
| 2055 |
+
download_size: 50841
|
| 2056 |
+
dataset_size: 5300
|
| 2057 |
- config_name: langdev.stackexchange.com
|
| 2058 |
features:
|
| 2059 |
- name: AnswerCount
|
|
|
|
| 2257 |
data_files:
|
| 2258 |
- split: train
|
| 2259 |
path: cardano.stackexchange.com/train-*
|
| 2260 |
+
- config_name: chemistry.stackexchange.com
|
| 2261 |
+
data_files:
|
| 2262 |
+
- split: train
|
| 2263 |
+
path: chemistry.stackexchange.com/train-*
|
| 2264 |
- config_name: langdev.stackexchange.com
|
| 2265 |
data_files:
|
| 2266 |
- split: train
|
chemistry.stackexchange.com/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f0d7a8c404c7cec8b2059a7a1c09ca9933399d756f8354ec46300c9cbcc4999
|
| 3 |
+
size 50841
|