claudiatang
commited on
Commit
•
5278a22
1
Parent(s):
3f9b6da
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ If you are trying the [English-Hawaiian Pidgin Translator](https://huggingface.c
|
|
42 |
|
43 |
## Training and evaluation data
|
44 |
|
45 |
-
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/).
|
46 |
|
47 |
## Intended uses & limitations
|
48 |
|
@@ -50,6 +50,8 @@ Due to a limited set of training and evaluation data, this model has many limita
|
|
50 |
|
51 |
## Training procedure
|
52 |
|
|
|
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
|
|
42 |
|
43 |
## Training and evaluation data
|
44 |
|
45 |
+
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, refer to [`get_data.ipynb`](https://github.com/claudiatang-git/english-hawaiian-pidgin-translator/blob/main/get_data.ipynb).
|
46 |
|
47 |
## Intended uses & limitations
|
48 |
|
|
|
50 |
|
51 |
## Training procedure
|
52 |
|
53 |
+
For more information regarding training, refer to the [`finetune_FLAN_T5.ipynb`](https://github.com/claudiatang-git/english-hawaiian-pidgin-translator/blob/main/finetune_FLAN_T5.ipynb).
|
54 |
+
|
55 |
### Training hyperparameters
|
56 |
|
57 |
The following hyperparameters were used during training:
|