chunwoolee0 commited on
Commit
42dc159
1 Parent(s): 4f99b0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -15,7 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # ke_t5_base_aihub
17
 
18
- This model is a fine-tuned version of [KETI-AIR/ke-t5-base](https://huggingface.co/KETI-AIR/ke-t5-base) on an unknown dataset.
 
19
  It achieves the following results on the evaluation set:
20
  - Loss: nan
21
  - Rouge1: 0.0
@@ -26,15 +27,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
 
 
15
 
16
  # ke_t5_base_aihub
17
 
18
+ This model is a fine-tuned version of [KETI-AIR/ke-t5-base](https://huggingface.co/KETI-AIR/ke-t5-base)
19
+ on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: nan
22
  - Rouge1: 0.0
 
27
 
28
  ## Model description
29
 
30
+ KE-T5 is a pretrained-model of t5 text-to-text transfer transformers using the Korean and English corpus developed by KETI (한국전자연구원). The vocabulary used by KE-T5 consists of 64,000 sub-word tokens and was created using Google's sentencepiece. The Sentencepiece model was trained to cover 99.95% of a 30GB corpus with an approximate 7:3 mix of Korean and English.
31
 
32
  ## Intended uses & limitations
33
 
34
+ This is an excersize for ke-t5 summarization finetuning using pre-trained ke-t5-base
35
+ using the data from aihub.
36
 
37
  ## Training and evaluation data
38
 
39
+
40
 
41
  ## Training procedure
42