Upload dataset
Browse files- README.md +122 -0
- cs.stackexchange.com/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -4366,6 +4366,124 @@ dataset_info:
|
|
| 4366 |
num_examples: 28948
|
| 4367 |
download_size: 146215322
|
| 4368 |
dataset_size: 272236406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4369 |
- config_name: langdev.stackexchange.com
|
| 4370 |
features:
|
| 4371 |
- name: AnswerCount
|
|
@@ -4629,6 +4747,10 @@ configs:
|
|
| 4629 |
data_files:
|
| 4630 |
- split: train
|
| 4631 |
path: crypto.stackexchange.com/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4632 |
- config_name: langdev.stackexchange.com
|
| 4633 |
data_files:
|
| 4634 |
- split: train
|
|
|
|
| 4366 |
num_examples: 28948
|
| 4367 |
download_size: 146215322
|
| 4368 |
dataset_size: 272236406
|
| 4369 |
+
- config_name: cs.stackexchange.com
|
| 4370 |
+
features:
|
| 4371 |
+
- name: AcceptedAnswerId
|
| 4372 |
+
dtype: int64
|
| 4373 |
+
- name: AnswerCount
|
| 4374 |
+
dtype: int64
|
| 4375 |
+
- name: Answers
|
| 4376 |
+
list:
|
| 4377 |
+
- name: Body
|
| 4378 |
+
dtype: string
|
| 4379 |
+
- name: CommentCount
|
| 4380 |
+
dtype: int64
|
| 4381 |
+
- name: Comments
|
| 4382 |
+
list:
|
| 4383 |
+
- name: ContentLicense
|
| 4384 |
+
dtype: string
|
| 4385 |
+
- name: CreationDate
|
| 4386 |
+
dtype: string
|
| 4387 |
+
- name: Id
|
| 4388 |
+
dtype: int64
|
| 4389 |
+
- name: PostId
|
| 4390 |
+
dtype: int64
|
| 4391 |
+
- name: Score
|
| 4392 |
+
dtype: int64
|
| 4393 |
+
- name: Text
|
| 4394 |
+
dtype: string
|
| 4395 |
+
- name: UserDisplayName
|
| 4396 |
+
dtype: string
|
| 4397 |
+
- name: UserId
|
| 4398 |
+
dtype: int64
|
| 4399 |
+
- name: ContentLicense
|
| 4400 |
+
dtype: string
|
| 4401 |
+
- name: CreationDate
|
| 4402 |
+
dtype: string
|
| 4403 |
+
- name: Id
|
| 4404 |
+
dtype: int64
|
| 4405 |
+
- name: IsAccepted
|
| 4406 |
+
dtype: bool
|
| 4407 |
+
- name: LastActivityDate
|
| 4408 |
+
dtype: string
|
| 4409 |
+
- name: LastEditDate
|
| 4410 |
+
dtype: string
|
| 4411 |
+
- name: LastEditorUserId
|
| 4412 |
+
dtype: int64
|
| 4413 |
+
- name: OwnerUserId
|
| 4414 |
+
dtype: int64
|
| 4415 |
+
- name: ParentId
|
| 4416 |
+
dtype: int64
|
| 4417 |
+
- name: PostTypeId
|
| 4418 |
+
dtype: int64
|
| 4419 |
+
- name: Score
|
| 4420 |
+
dtype: int64
|
| 4421 |
+
- name: UserDisplayName
|
| 4422 |
+
dtype: string
|
| 4423 |
+
- name: Body
|
| 4424 |
+
dtype: string
|
| 4425 |
+
- name: ClosedDate
|
| 4426 |
+
dtype: string
|
| 4427 |
+
- name: CommentCount
|
| 4428 |
+
dtype: int64
|
| 4429 |
+
- name: Comments
|
| 4430 |
+
list:
|
| 4431 |
+
- name: ContentLicense
|
| 4432 |
+
dtype: string
|
| 4433 |
+
- name: CreationDate
|
| 4434 |
+
dtype: string
|
| 4435 |
+
- name: Id
|
| 4436 |
+
dtype: int64
|
| 4437 |
+
- name: PostId
|
| 4438 |
+
dtype: int64
|
| 4439 |
+
- name: Score
|
| 4440 |
+
dtype: int64
|
| 4441 |
+
- name: Text
|
| 4442 |
+
dtype: string
|
| 4443 |
+
- name: UserDisplayName
|
| 4444 |
+
dtype: string
|
| 4445 |
+
- name: UserId
|
| 4446 |
+
dtype: int64
|
| 4447 |
+
- name: CommunityOwnedDate
|
| 4448 |
+
dtype: string
|
| 4449 |
+
- name: ContentLicense
|
| 4450 |
+
dtype: string
|
| 4451 |
+
- name: CreationDate
|
| 4452 |
+
dtype: string
|
| 4453 |
+
- name: Id
|
| 4454 |
+
dtype: int64
|
| 4455 |
+
- name: LastActivityDate
|
| 4456 |
+
dtype: string
|
| 4457 |
+
- name: LastEditDate
|
| 4458 |
+
dtype: string
|
| 4459 |
+
- name: LastEditorDisplayName
|
| 4460 |
+
dtype: string
|
| 4461 |
+
- name: LastEditorUserId
|
| 4462 |
+
dtype: int64
|
| 4463 |
+
- name: OwnerDisplayName
|
| 4464 |
+
dtype: string
|
| 4465 |
+
- name: OwnerUserId
|
| 4466 |
+
dtype: int64
|
| 4467 |
+
- name: PostTypeId
|
| 4468 |
+
dtype: int64
|
| 4469 |
+
- name: Score
|
| 4470 |
+
dtype: int64
|
| 4471 |
+
- name: Tags
|
| 4472 |
+
dtype: string
|
| 4473 |
+
- name: Title
|
| 4474 |
+
dtype: string
|
| 4475 |
+
- name: UserDisplayName
|
| 4476 |
+
dtype: string
|
| 4477 |
+
- name: ViewCount
|
| 4478 |
+
dtype: int64
|
| 4479 |
+
- name: ThreadText
|
| 4480 |
+
dtype: string
|
| 4481 |
+
splits:
|
| 4482 |
+
- name: train
|
| 4483 |
+
num_bytes: 355176446
|
| 4484 |
+
num_examples: 45295
|
| 4485 |
+
download_size: 185715992
|
| 4486 |
+
dataset_size: 355176446
|
| 4487 |
- config_name: langdev.stackexchange.com
|
| 4488 |
features:
|
| 4489 |
- name: AnswerCount
|
|
|
|
| 4747 |
data_files:
|
| 4748 |
- split: train
|
| 4749 |
path: crypto.stackexchange.com/train-*
|
| 4750 |
+
- config_name: cs.stackexchange.com
|
| 4751 |
+
data_files:
|
| 4752 |
+
- split: train
|
| 4753 |
+
path: cs.stackexchange.com/train-*
|
| 4754 |
- config_name: langdev.stackexchange.com
|
| 4755 |
data_files:
|
| 4756 |
- split: train
|
cs.stackexchange.com/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d03bc493b6644a10257cfc1f79f037b2c8526caad99a1a440b32dc5d899f2e5
|
| 3 |
+
size 185715992
|