claudiatang commited on
Commit
07bf36f
1 Parent(s): 28ac37c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -10
README.md CHANGED
@@ -8,14 +8,15 @@ metrics:
8
  model-index:
9
  - name: flan-t5-base-eng-hwp-kjv
10
  results: []
 
 
 
 
11
  ---
12
 
13
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
- should probably proofread and complete it, then remove this comment. -->
15
 
16
- # flan-t5-base-eng-hwp-kjv
17
-
18
- This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 1.5821
21
  - Bleu: 5.0891
@@ -23,15 +24,23 @@ It achieves the following results on the evaluation set:
23
 
24
  ## Model description
25
 
26
- More information needed
27
 
28
- ## Intended uses & limitations
 
 
 
 
29
 
30
- More information needed
31
 
32
  ## Training and evaluation data
33
 
34
- More information needed
 
 
 
 
35
 
36
  ## Training procedure
37
 
@@ -72,4 +81,4 @@ The following hyperparameters were used during training:
72
  - Transformers 4.34.1
73
  - Pytorch 2.0.1+cu118
74
  - Datasets 2.14.5
75
- - Tokenizers 0.14.1
 
8
  model-index:
9
  - name: flan-t5-base-eng-hwp-kjv
10
  results: []
11
+ language:
12
+ - en
13
+ library_name: transformers
14
+ pipeline_tag: translation
15
  ---
16
 
17
+ # flan-t5-base-eng-hwp
 
18
 
19
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on a English and Hawaiian Pidgin dataset.
 
 
20
  It achieves the following results on the evaluation set:
21
  - Loss: 1.5821
22
  - Bleu: 5.0891
 
24
 
25
  ## Model description
26
 
27
+ ### Running the model
28
 
29
+ The [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) documentation has more details on running the model.
30
+
31
+ However, to use this model to translate English to Hawaiian Pidgin, enter ``"translate English to Hawaiian Pidgin: "`` before your statement.
32
+
33
+ > For example, if you would like to translate "I went to Ala Moana today to go shopping" please tokenize all of the following: ``"translate English to Hawaiian Pidgin: I went to Ala Moana today to go shopping."``
34
 
35
+ If you are trying the [English-Hawaiian Pidgin Translator](https://huggingface.co/spaces/claudiatang/english_to_hawaiian-pidgin) space, there is no need for the input prefix, as it is automatically added.
36
 
37
  ## Training and evaluation data
38
 
39
+ There are not many English-Hawaiian Pidgin parallel corpora that are easily accessible. A parallel dataset, similar to [bible_para](https://huggingface.co/datasets/bible_para), was compiled by scraping the Hawaiʻi Pidgin Version (HWP) and the King James Version (KJV) from [biblegateway.com](https://www.biblegateway.com/). <!--- For more information, please refer to [this notebook](). -->
40
+
41
+ ## Intended uses & limitations
42
+
43
+ Due to a limited set of training and evaluation data, this model has many limitations, such as not knowing certain Hawaiian Pidgin phrases or having trouble with longer sentences.
44
 
45
  ## Training procedure
46
 
 
81
  - Transformers 4.34.1
82
  - Pytorch 2.0.1+cu118
83
  - Datasets 2.14.5
84
+ - Tokenizers 0.14.1