FudanSELab
commited on
Commit
•
d02c328
1
Parent(s):
797570a
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: document_store_csharp
|
4 |
+
features:
|
5 |
+
- name: Id
|
6 |
+
dtype: int64
|
7 |
+
- name: Score
|
8 |
+
dtype: int64
|
9 |
+
- name: Title
|
10 |
+
dtype: string
|
11 |
+
- name: Tags
|
12 |
+
dtype: string
|
13 |
+
- name: Answer_score
|
14 |
+
dtype: int64
|
15 |
+
splits:
|
16 |
+
- name: test
|
17 |
+
num_bytes: 10032065
|
18 |
+
num_examples: 87030
|
19 |
+
download_size: 5446977
|
20 |
+
dataset_size: 10032065
|
21 |
+
configs:
|
22 |
+
- config_name: document_store_csharp
|
23 |
+
data_files:
|
24 |
+
- split: test
|
25 |
+
path: document_store_csharp/test-*
|
26 |
+
---
|
27 |
+
# Dataset Card for "SO_KGXQR_DOCUMENT"
|
28 |
+
|
29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|