patrickramos
commited on
Commit
•
9ebf0a6
1
Parent(s):
d3640bb
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: translation
|
5 |
+
dtype:
|
6 |
+
translation:
|
7 |
+
languages:
|
8 |
+
- eng_Latn
|
9 |
+
- tgl_Latn
|
10 |
+
- name: laser_score
|
11 |
+
dtype: float32
|
12 |
+
- name: source_sentence_lid
|
13 |
+
dtype: float32
|
14 |
+
- name: target_sentence_lid
|
15 |
+
dtype: float32
|
16 |
+
- name: source_sentence_source
|
17 |
+
dtype: string
|
18 |
+
- name: source_sentence_url
|
19 |
+
dtype: string
|
20 |
+
- name: target_sentence_source
|
21 |
+
dtype: string
|
22 |
+
- name: target_sentence_url
|
23 |
+
dtype: string
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_bytes: 5795415
|
27 |
+
num_examples: 12000
|
28 |
+
download_size: 2811921
|
29 |
+
dataset_size: 5795415
|
30 |
+
---
|
31 |
+
# Dataset Card for "nllb-eng-tgl-12k"
|
32 |
+
|
33 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|