Update README.md
Browse files
README.md
CHANGED
@@ -99,10 +99,10 @@ generated_text = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
|
99 |
|
100 |
print(generated_text)
|
101 |
|
102 |
-
|
103 |
- This model is trained specifically on the text of "Frankenstein" and may not generalize well to other texts or styles.
|
104 |
- Potential biases present in the original text of "Frankenstein" will be reflected in the generated outputs.
|
105 |
|
106 |
-
|
107 |
This project was completed as a fine-tuning practice project. Special thanks to the Hugging Face community for their tools and resources.
|
108 |
|
|
|
99 |
|
100 |
print(generated_text)
|
101 |
|
102 |
+
#**Limitations and Biases:**
|
103 |
- This model is trained specifically on the text of "Frankenstein" and may not generalize well to other texts or styles.
|
104 |
- Potential biases present in the original text of "Frankenstein" will be reflected in the generated outputs.
|
105 |
|
106 |
+
#**Acknowledgments:**
|
107 |
This project was completed as a fine-tuning practice project. Special thanks to the Hugging Face community for their tools and resources.
|
108 |
|