Datasets:
wip add placeholders and all splits
Browse files- .gitattributes +1 -0
- README.md +7 -1
- test.csv +3 -0
- train.csv +0 -0
- valid.csv +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -11,6 +11,12 @@ size_categories:
|
|
11 |
|
12 |
# Dataset Card for math-en2ru
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
This dataset contains mathematical text excerpts from the [UnarXive](https://huggingface.co/datasets/saier/unarXive_citrec) dataset along with their translations into Russian. The dataset is intended for machine translation tasks.
|
|
|
11 |
|
12 |
# Dataset Card for math-en2ru
|
13 |
|
14 |
+
|
15 |
+
## WIP: This is a work in progress
|
16 |
+
|
17 |
+
The dataset is currently being prepared. Some information is missing or incomplete.
|
18 |
+
|
19 |
+
---
|
20 |
+
|
21 |
|
22 |
This dataset contains mathematical text excerpts from the [UnarXive](https://huggingface.co/datasets/saier/unarXive_citrec) dataset along with their translations into Russian. The dataset is intended for machine translation tasks.
|
test.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6524c0f33941d3f71bef0d7057e7df0c5ff25ec78e755190bd9891a2c0af3c06
|
3 |
+
size 202943
|
train.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
valid.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca62c288d3adc9a33b5afcb4d7c6f42475b40caf73bcd7b46b8a65e49a54f000
|
3 |
+
size 243825
|