Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: idx
|
5 |
+
dtype: int64
|
6 |
+
- name: lcs
|
7 |
+
dtype: string
|
8 |
+
- name: similarity
|
9 |
+
dtype: float64
|
10 |
+
- name: labse_similarity
|
11 |
+
dtype: float64
|
12 |
+
- name: en
|
13 |
+
dtype: string
|
14 |
+
- name: sw
|
15 |
+
dtype: string
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 26811784
|
19 |
+
num_examples: 115392
|
20 |
+
download_size: 19329703
|
21 |
+
dataset_size: 26811784
|
22 |
+
---
|
23 |
+
# Dataset Card for "ensw_processed"
|
24 |
+
|
25 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|