vulturuldemare commited on
Commit
abd1ab8
·
verified ·
1 Parent(s): 27ea4d2

Upload 5 files

Browse files

Added files manually

.gitattributes CHANGED
@@ -57,3 +57,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
57
  # Video files - compressed
58
  *.mp4 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
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ### Dataset Files
7
+ - **`simplification_training_set.json`**: A dataset used to fine-tune LLaMA 3.1 for text simplification.
8
+ src - contains the source of the data
9
+ original - contains the original sentence to be simplified
10
+ simpl_lex - contains a lexical simplification. It can be empty.
11
+ simpl_final -contains the final simplification
12
+ - **`manually_checked_simplifications.json`**: Simplifications verified by human raters.
13
+ original - the original sentence to be simplified
14
+ simplified - the automatically simplified sentence
15
+ corrected - the sentence corrected by the annotator
16
+
17
+ ### Models
18
+ - **`llama31-model.zip`**: A fine-tuned version of LLaMA 3.1 for Estonian text simplification on simplification_training_set.json
19
+ - **`openNMT-SimplificationModel.pt`**: An OpenNMT model trained for Estonian text simplification.
20
+
21
+ ## How to Use
22
+ 1. Download the dataset files for analysis or further fine-tuning.
23
+ 2. Use the models in your text simplification pipelines.
24
+
25
+
26
+ ## Licensing
27
+ CC BY
28
+
29
+ ## Citation
30
+ These resources were created in the EKTB55 project "Teksti lihtsustamine eesti keeles."
llama31-model.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c716cdda3c83ed305e6d23b8c779b21230b397ad8a1e25340eb5ee30817fcd
3
+ size 157421957
manually_checked_simplifications.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6333a25ed45540023a3f6611d1db1e6bd7d65b852908f41e72a863f54aac6b68
3
+ size 12403593
openNMT-SimplificationModel.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ce7ac51bdd699f5228de34a3006dac750a42cb4dc0e553227c2271d27c538e5
3
+ size 820653524
simplification_training_set.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fded75eca31d784cc26426646df6a7607c40cd85f8834aaa770ba7339a71fd9
3
+ size 25622536