BonySmoke commited on
Commit
8040397
·
1 Parent(s): dcc8242

Add Training Results

Browse files
Files changed (1) hide show
  1. README.md +21 -2
README.md CHANGED
@@ -6,6 +6,13 @@ tags:
6
  model-index:
7
  - name: gec-ua-uk
8
  results: []
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -13,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # gec-ua-uk
15
 
16
- This model is a fine-tuned version of [BonySmoke/gec-ua-uk](https://huggingface.co/BonySmoke/gec-ua-uk) on the None dataset.
17
 
18
  ## Model description
19
 
@@ -44,11 +51,23 @@ The following hyperparameters were used during training:
44
 
45
  ### Training results
46
 
 
 
 
 
 
 
47
 
48
 
 
 
 
 
 
 
49
  ### Framework versions
50
 
51
  - Transformers 4.32.0
52
  - Pytorch 2.0.1+cu118
53
  - Datasets 2.14.4
54
- - Tokenizers 0.13.3
 
6
  model-index:
7
  - name: gec-ua-uk
8
  results: []
9
+ language:
10
+ - uk
11
+ metrics:
12
+ - accuracy
13
+ - precision
14
+ - f1
15
+ pipeline_tag: text2text-generation
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
20
 
21
  # gec-ua-uk
22
 
23
+ This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on the [UA-GEC](https://github.com/grammarly/ua-gec) dataset.
24
 
25
  ## Model description
26
 
 
51
 
52
  ### Training results
53
 
54
+ The model was evaluated on the validation dataset provided in the [UNLP 2023 Shared Task in Grammatical Error Correction for Ukrainian](https://github.com/asivokon/unlp-2023-shared-task/tree/main)
55
+ ```
56
+ =========== Span-Based Correction ============
57
+ TP FP FN Prec Rec F0.5
58
+ 570 158 698 0.783 0.4495 0.6818
59
+ ==============================================
60
 
61
 
62
+ ============ Span-Based Detection ============
63
+ TP FP FN Prec Rec F0.5
64
+ 604 124 662 0.8297 0.4771 0.7228
65
+ ==============================================
66
+ ```
67
+
68
  ### Framework versions
69
 
70
  - Transformers 4.32.0
71
  - Pytorch 2.0.1+cu118
72
  - Datasets 2.14.4
73
+ - Tokenizers 0.13.3