flysaurus commited on
Commit
005077a
·
verified ·
1 Parent(s): 22e5d40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -8,6 +8,11 @@ metrics:
8
  model-index:
9
  - name: flan-t5-base-samsum
10
  results: []
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,7 +20,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # flan-t5-base-samsum
17
 
18
- This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on samsun dataset.
 
19
  It achieves the following results on the evaluation set:
20
  - Loss: 1.3743
21
  - Rouge1: 47.5395
@@ -65,4 +71,4 @@ The following hyperparameters were used during training:
65
  - Transformers 4.36.2
66
  - Pytorch 2.1.2+cu121
67
  - Datasets 2.16.1
68
- - Tokenizers 0.15.0
 
8
  model-index:
9
  - name: flan-t5-base-samsum
10
  results: []
11
+ datasets:
12
+ - samsum
13
+ language:
14
+ - en
15
+ pipeline_tag: summarization
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
20
 
21
  # flan-t5-base-samsum
22
 
23
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on https://huggingface.co/datasets/samsum dataset.
24
+
25
  It achieves the following results on the evaluation set:
26
  - Loss: 1.3743
27
  - Rouge1: 47.5395
 
71
  - Transformers 4.36.2
72
  - Pytorch 2.1.2+cu121
73
  - Datasets 2.16.1
74
+ - Tokenizers 0.15.0