Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,23 @@ language:
|
|
| 8 |
- en
|
| 9 |
size_categories:
|
| 10 |
- 100K<n<1M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
# Dataset Card for Spanish–Galician / English–Galician Scientific Corpus (SciELO)
|
| 13 |
|
|
|
|
| 8 |
- en
|
| 9 |
size_categories:
|
| 10 |
- 100K<n<1M
|
| 11 |
+
dataset_info:
|
| 12 |
+
features:
|
| 13 |
+
- name: id
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: prompt
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: frase_fonte
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: frase_galego
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: source
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: target
|
| 24 |
+
dtype: string
|
| 25 |
+
splits:
|
| 26 |
+
- name: scielo_en_gl_es.jsonl
|
| 27 |
+
num_examples: 1000 # Replace with your actual count
|
| 28 |
---
|
| 29 |
# Dataset Card for Spanish–Galician / English–Galician Scientific Corpus (SciELO)
|
| 30 |
|