Datasets:
Tasks:
Sentence Similarity
Modalities:
Text
Formats:
parquet
Languages:
Azerbaijani
Size:
100K - 1M
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,47 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
configs:
|
4 |
-
- config_name: default
|
5 |
-
data_files:
|
6 |
-
- split: train
|
7 |
-
path: data/train-*
|
8 |
-
dataset_info:
|
9 |
-
features:
|
10 |
-
- name: query
|
11 |
-
dtype: string
|
12 |
-
- name: positive
|
13 |
-
dtype: string
|
14 |
-
- name: negative
|
15 |
-
dtype: string
|
16 |
-
splits:
|
17 |
-
- name: train
|
18 |
-
num_bytes: 23974979
|
19 |
-
num_examples: 148435
|
20 |
-
download_size: 13125119
|
21 |
-
dataset_size: 23974979
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: query
|
11 |
+
dtype: string
|
12 |
+
- name: positive
|
13 |
+
dtype: string
|
14 |
+
- name: negative
|
15 |
+
dtype: string
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 23974979
|
19 |
+
num_examples: 148435
|
20 |
+
download_size: 13125119
|
21 |
+
dataset_size: 23974979
|
22 |
+
task_categories:
|
23 |
+
- sentence-similarity
|
24 |
+
language:
|
25 |
+
- az
|
26 |
+
tags:
|
27 |
+
- snli
|
28 |
+
- azerbaijani
|
29 |
+
- triplet
|
30 |
+
pretty_name: SNLI Triplet Dataset in Azerbaijani language
|
31 |
+
size_categories:
|
32 |
+
- 100K<n<1M
|
33 |
+
---
|
34 |
+
# SNLI Triplet Dataset in Azerbaijani language
|
35 |
+
|
36 |
+
This dataset is a translated version of the original dataset [https://huggingface.co/datasets/stanfordnlp/snli](https://huggingface.co/datasets/stanfordnlp/snli) into Azerbaijani. Unlike the original, this version includes only positive and negative sentence pairs to enable the creation of a triplet dataset.
|
37 |
+
|
38 |
+
|
39 |
+
# Limitations
|
40 |
+
|
41 |
+
- **Non-Commercial License**:
|
42 |
+
The dataset is released under the CC-BY-NC 4.0 license, which prohibits commercial use. It is intended for research and non-commercial projects only.
|
43 |
+
|
44 |
+
|
45 |
+
## Contact
|
46 |
+
|
47 |
+
For more information, questions, or issues, please contact LocalDoc at [[email protected]].
|