carlesoctav
commited on
Commit
•
1e70d5e
1
Parent(s):
233feb3
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: text_en
|
10 |
+
dtype: string
|
11 |
+
- name: text_id
|
12 |
+
dtype: string
|
13 |
+
- name: target_embedding
|
14 |
+
sequence: float32
|
15 |
+
- name: input_ids_en
|
16 |
+
sequence: int64
|
17 |
+
- name: attention_mask_en
|
18 |
+
sequence: int64
|
19 |
+
- name: input_ids_id
|
20 |
+
sequence: int64
|
21 |
+
- name: attention_mask_id
|
22 |
+
sequence: int64
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_bytes: 11676096944
|
26 |
+
num_examples: 1000000
|
27 |
+
download_size: 4112187708
|
28 |
+
dataset_size: 11676096944
|
29 |
+
---
|
30 |
+
# Dataset Card for "en-id-parallel-sentences-embedding"
|
31 |
+
|
32 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|