AbdulkaderSaoud
commited on
Commit
•
40de0f8
1
Parent(s):
c572621
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,42 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name:
|
6 |
-
dtype:
|
7 |
-
- name:
|
8 |
-
dtype:
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: _id
|
6 |
+
dtype: string
|
7 |
+
- name: text
|
8 |
+
dtype: string
|
9 |
+
splits:
|
10 |
+
- name: corpus
|
11 |
+
num_bytes: 8139127
|
12 |
+
num_examples: 5183
|
13 |
+
- name: queries
|
14 |
+
num_bytes: 122738
|
15 |
+
num_examples: 1109
|
16 |
+
download_size: 4705223
|
17 |
+
dataset_size: 8261865
|
18 |
+
configs:
|
19 |
+
- config_name: default
|
20 |
+
data_files:
|
21 |
+
- split: corpus
|
22 |
+
path: data/corpus-*
|
23 |
+
- split: queries
|
24 |
+
path: data/queries-*
|
25 |
+
task_categories:
|
26 |
+
- text-retrieval
|
27 |
+
task_ids:
|
28 |
+
- entity-linking-retrieval
|
29 |
+
- fact-checking-retrieval
|
30 |
+
language:
|
31 |
+
- tr
|
32 |
+
size_categories:
|
33 |
+
- n<1K
|
34 |
+
---
|
35 |
+
# SciFact-TR
|
36 |
+
|
37 |
+
This is a Turkish translated version of the [SciFact](https://huggingface.co/datasets/BeIR/scifact) dataset.
|
38 |
+
|
39 |
+
### Dataset Sources
|
40 |
+
|
41 |
+
- Repository: [SciFact](https://github.com/allenai/scifact)
|
42 |
+
<!-- - **Paper [optional]:** [More Information Needed] -->
|