Quake24 commited on
Commit
10ade8d
1 Parent(s): 669df1f

Update model card

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -8,6 +8,12 @@ metrics:
8
  model-index:
9
  - name: etsummerizer_v2
10
  results: []
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -25,11 +31,12 @@ It achieves the following results on the evaluation set:
25
 
26
  ## Model description
27
 
28
- More information needed
 
29
 
30
  ## Intended uses & limitations
31
 
32
- More information needed
33
 
34
  ## Training and evaluation data
35
 
@@ -62,4 +69,4 @@ The following hyperparameters were used during training:
62
  - Transformers 4.30.2
63
  - Pytorch 2.0.0+cpu
64
  - Datasets 2.1.0
65
- - Tokenizers 0.13.3
 
8
  model-index:
9
  - name: etsummerizer_v2
10
  results: []
11
+ datasets:
12
+ - EasyTerms/Manuel_dataset
13
+ language:
14
+ - en
15
+ library_name: transformers
16
+ pipeline_tag: summarization
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  ## Model description
33
 
34
+ This model was finetuned on legal text extracted from different terms and conditions documents. It objective is to effeciently summerize such text and present the generated text
35
+ in a simplified version lacking in legal jargon.
36
 
37
  ## Intended uses & limitations
38
 
39
+ As it is the second version of this model it effectively summerize legal text however, further training will be required to improve the simplification task.
40
 
41
  ## Training and evaluation data
42
 
 
69
  - Transformers 4.30.2
70
  - Pytorch 2.0.0+cpu
71
  - Datasets 2.1.0
72
+ - Tokenizers 0.13.3