swcrazyfan
commited on
Commit
·
ae67833
1
Parent(s):
cf2fae5
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
-
license:
|
4 |
tags:
|
5 |
- Bible
|
6 |
- KJV
|
@@ -9,4 +9,4 @@ tags:
|
|
9 |
# King Jamesify
|
10 |
This seq2seq model is my first experiment for "translating" modern English to the famous KJV Bible style.
|
11 |
|
12 |
-
The model was fine-tuned for 3 epochs on a NET to KJV dataset.
|
|
|
1 |
---
|
2 |
language: en
|
3 |
+
license: apache-2.0
|
4 |
tags:
|
5 |
- Bible
|
6 |
- KJV
|
|
|
9 |
# King Jamesify
|
10 |
This seq2seq model is my first experiment for "translating" modern English to the famous KJV Bible style.
|
11 |
|
12 |
+
The model is based on Google's "T5 Efficient Base" model. It was fine-tuned for 3 epochs on a NET to KJV dataset.
|