Israhassan commited on
Commit
f122674
·
1 Parent(s): 1fb94fb

Update README.md

Browse files

Model description
this model is finetuned on a corpus of Shakespeare's work to generate text in Shakespearean language.

Intended uses & limitations
This model can be used to generate text in the Shakespearean language.

How to use
This model can be downloaded from the hugging face library and can be run on Google Colab.

Training data
This model is trained on a corpus of over a million tokens of Shakespeare's work, collected from 15 novel of Shakespeare from Gutenberg.org.

Variable and metrics
Prompt given to the model to start a sentence was "The" and max_length was set to 300.

Evaluation results
Results of text generation of this model is satisfactory. The model was able to generate reasonable text and in Shakespearean language.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -6,5 +6,7 @@ metrics:
6
  - accuracy
7
  library_name: adapter-transformers
8
  pipeline_tag: text-generation
 
 
9
  ---
10
  This model is finetuned on Shakespeare work
 
6
  - accuracy
7
  library_name: adapter-transformers
8
  pipeline_tag: text-generation
9
+ tags:
10
+ - art
11
  ---
12
  This model is finetuned on Shakespeare work