Datasets:
Tasks:
Sentence Similarity
Modalities:
Text
Formats:
json
Languages:
Vietnamese
Size:
100K - 1M
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,19 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
task_categories:
|
4 |
- sentence-similarity
|
|
|
1 |
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: 'anchor'
|
5 |
+
dtype: string
|
6 |
+
- name: 'pos'
|
7 |
+
dtype: string
|
8 |
+
- name: 'hard_neg'
|
9 |
+
dtype: string
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
configs:
|
13 |
+
- config_name: default
|
14 |
+
data_files:
|
15 |
+
- split: train
|
16 |
+
path: data/train-*
|
17 |
license: apache-2.0
|
18 |
task_categories:
|
19 |
- sentence-similarity
|