jwhong2006 commited on
Commit
062bc35
1 Parent(s): 6eea470

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -8,6 +8,12 @@ metrics:
8
  model-index:
9
  - name: wikisum
10
  results: []
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # wikisum
17
 
18
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 2.2922
21
  - Rouge1: 0.1811
@@ -26,15 +32,16 @@ It achieves the following results on the evaluation set:
26
 
27
  ## Model description
28
 
29
- More information needed
30
 
31
  ## Intended uses & limitations
32
 
33
- More information needed
 
34
 
35
  ## Training and evaluation data
36
 
37
- More information needed
38
 
39
  ## Training procedure
40
 
@@ -65,4 +72,4 @@ The following hyperparameters were used during training:
65
  - Transformers 4.41.2
66
  - Pytorch 2.3.0+cu121
67
  - Datasets 2.19.2
68
- - Tokenizers 0.19.1
 
8
  model-index:
9
  - name: wikisum
10
  results: []
11
+ datasets:
12
+ - d0rj/wikisum
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
 
21
 
22
  # wikisum
23
 
24
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an [wikisum](https://huggingface.co/datasets/d0rj/wikisum) dataset.
25
  It achieves the following results on the evaluation set:
26
  - Loss: 2.2922
27
  - Rouge1: 0.1811
 
32
 
33
  ## Model description
34
 
35
+ t5-small model fine-tuned on wikisum dataset.
36
 
37
  ## Intended uses & limitations
38
 
39
+ Intended use: sumamrization of informatic articles.
40
+ Limitations : may generate misleading information.
41
 
42
  ## Training and evaluation data
43
 
44
+ check out [wikisum](https://huggingface.co/datasets/d0rj/wikisum) dataset
45
 
46
  ## Training procedure
47
 
 
72
  - Transformers 4.41.2
73
  - Pytorch 2.3.0+cu121
74
  - Datasets 2.19.2
75
+ - Tokenizers 0.19.1