add licenses
Browse files
README.md
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- tr
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
multilinguality:
|
5 |
- monolingual
|
6 |
size_categories:
|
@@ -110,7 +116,7 @@ configs:
|
|
110 |
|
111 |
# Dataset Card for AllNLITR
|
112 |
|
113 |
-
This dataset is a formatted version of [NLI-TR](https://huggingface.co/datasets/boun-tabi/nli_tr) datasets. The format is intended to be in line with [AllNLI](https://huggingface.co/datasets/sentence-transformers/all-nli) by Sentence Transformers for ease of training.
|
114 |
Despite originally being intended for Natural Language Inference (NLI), this dataset can be used for training/finetuning an embedding model for semantic textual similarity.
|
115 |
|
116 |
## Dataset Subsets
|
|
|
1 |
---
|
2 |
language:
|
3 |
- tr
|
4 |
+
license:
|
5 |
+
- cc-by-3.0
|
6 |
+
- cc-by-4.0
|
7 |
+
- cc-by-sa-3.0
|
8 |
+
- mit
|
9 |
+
- other
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
|
|
116 |
|
117 |
# Dataset Card for AllNLITR
|
118 |
|
119 |
+
This dataset is a formatted version of [NLI-TR](https://huggingface.co/datasets/boun-tabi/nli_tr) datasets, sharing the same licenses. The format is intended to be in line with [AllNLI](https://huggingface.co/datasets/sentence-transformers/all-nli) by Sentence Transformers for ease of training.
|
120 |
Despite originally being intended for Natural Language Inference (NLI), this dataset can be used for training/finetuning an embedding model for semantic textual similarity.
|
121 |
|
122 |
## Dataset Subsets
|