Datasets:
Modalities:
Text
Formats:
json
Sub-tasks:
text-simplification
Languages:
Estonian
Size:
10K - 100K
License:
Upload 2 files
Browse filesCommit wiki large Estonian translation
- .gitattributes +1 -0
- README.md +19 -19
- wikilarge.json +3 -0
.gitattributes
CHANGED
@@ -59,3 +59,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
manually_checked_simplifications.json filter=lfs diff=lfs merge=lfs -text
|
61 |
simplification_training_set.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
manually_checked_simplifications.json filter=lfs diff=lfs merge=lfs -text
|
61 |
simplification_training_set.json filter=lfs diff=lfs merge=lfs -text
|
62 |
+
wikilarge.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,36 +1,36 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- et
|
4 |
-
tags:
|
5 |
-
- text_simplification
|
6 |
-
---
|
7 |
# Estonian Text Simplification
|
8 |
|
9 |
This repository contains resources and models for Estonian text simplification, including datasets and pre-trained models.
|
10 |
|
11 |
## Files
|
|
|
12 |
### Dataset Files
|
13 |
- **`simplification_training_set.json`**: A dataset used to fine-tune LLaMA 3.1 for text simplification.
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
simpl_final
|
|
|
18 |
- **`manually_checked_simplifications.json`**: Simplifications verified by human raters.
|
19 |
-
original
|
20 |
-
simplified
|
21 |
-
corrected
|
|
|
|
|
|
|
|
|
22 |
|
23 |
### Models
|
24 |
-
- **`llama31-model.zip`**: A fine-tuned version of LLaMA 3.1 for Estonian text simplification on simplification_training_set.json
|
25 |
-
- **`openNMT-SimplificationModel.pt`**: An OpenNMT model trained for Estonian text simplification.
|
26 |
|
27 |
## How to Use
|
28 |
1. Download the dataset files for analysis or further fine-tuning.
|
29 |
-
2. Use the models in your text simplification pipelines.
|
30 |
-
|
31 |
|
32 |
## Licensing
|
33 |
-
CC BY
|
34 |
|
35 |
## Citation
|
36 |
-
These resources were created in the EKTB55 project "Teksti lihtsustamine eesti keeles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Estonian Text Simplification
|
2 |
|
3 |
This repository contains resources and models for Estonian text simplification, including datasets and pre-trained models.
|
4 |
|
5 |
## Files
|
6 |
+
|
7 |
### Dataset Files
|
8 |
- **`simplification_training_set.json`**: A dataset used to fine-tune LLaMA 3.1 for text simplification.
|
9 |
+
- **`src`**: The source of the data.
|
10 |
+
- **`original`**: The original sentence to be simplified.
|
11 |
+
- **`simpl_lex`**: A lexical simplification (may be empty).
|
12 |
+
- **`simpl_final`**: The final simplified sentence.
|
13 |
+
|
14 |
- **`manually_checked_simplifications.json`**: Simplifications verified by human raters.
|
15 |
+
- **`original`**: The original sentence to be simplified.
|
16 |
+
- **`simplified`**: The automatically simplified sentence.
|
17 |
+
- **`corrected`**: The sentence corrected by the annotator.
|
18 |
+
|
19 |
+
- **`wiki_large.json`**: Automatically translated WikiLarge corpus to Estonian.
|
20 |
+
- **`eng`**: The English sentence from WikiLarge.
|
21 |
+
- **`machine_translation`**: The Estonian sentence produced by machine translation.
|
22 |
|
23 |
### Models
|
24 |
+
- **`llama31-model.zip`**: A fine-tuned version of LLaMA 3.1 for Estonian text simplification, trained on `simplification_training_set.json`.
|
25 |
+
- **`openNMT-SimplificationModel.pt`**: An OpenNMT model trained for Estonian text simplification that combines `wiki_large.json` with `simplification_training_set.json`.
|
26 |
|
27 |
## How to Use
|
28 |
1. Download the dataset files for analysis or further fine-tuning.
|
29 |
+
2. Use the models in your text simplification pipelines.
|
|
|
30 |
|
31 |
## Licensing
|
32 |
+
This repository is licensed under **CC BY**.
|
33 |
|
34 |
## Citation
|
35 |
+
These resources were created in the EKTB55 project **"Teksti lihtsustamine eesti keeles"**.
|
36 |
+
|
wikilarge.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02ca328baa4a5aae3f786b888442ce7444b821d2be1e877de96d10a1ecc2b192
|
3 |
+
size 98564335
|